Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PixelPlayerHQ
/
PixelPlayer
Public
Notifications
You must be signed in to change notification settings
Fork
520
Star
6.5k
Code
Issues
552
Pull requests
33
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(ai): split settings into Provider and Generation tabs, add searchable selector, LYRICS prompt type; perf: optimize library init
- #2497
#2497
Open
VoidX3D
wants to merge 20 commits into
PixelPlayerHQ:master
PixelPlayerHQ/PixelPlayer:master
from
VoidX3D:master
VoidX3D/PixelPlayer:master
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
feat(ai): split settings into Provider and Generation tabs, add searchable selector, LYRICS prompt type; perf: optimize library init
#2497
VoidX3D
wants to merge 20 commits into
PixelPlayerHQ:master
PixelPlayerHQ/PixelPlayer:master
from
VoidX3D:master
VoidX3D/PixelPlayer:master
Copy head branch name to clipboard
Commits
Commits on Jun 28, 2026
perf: defer legacy migrations and non-critical loads out of init hot path
Show description for 66be53c
VoidX3D
committed
66be53c
View commit details
Copy full SHA for 66be53c
Browse repository at this point
perf: serialize library data loading to avoid I/O contention on slow storage
Show description for b4689a6
VoidX3D
committed
b4689a6
View commit details
Copy full SHA for b4689a6
Browse repository at this point
perf: derive isLibraryContentEmpty from in-memory state instead of Room queries
Show description for 37ef4d2
VoidX3D
committed
37ef4d2
View commit details
Copy full SHA for 37ef4d2
Browse repository at this point
perf: eliminate loading state flapping during sequential library load
Show description for 7b9407d
VoidX3D
committed
7b9407d
View commit details
Copy full SHA for 7b9407d
Browse repository at this point
perf: add distinctUntilChanged to playerUiState combine collectors
Show description for 898f756
VoidX3D
committed
898f756
View commit details
Copy full SHA for 898f756
Browse repository at this point
feat(ai): add LYRICS prompt type for proper logging of translation requests
Show description for 80fb3bf
VoidX3D
committed
80fb3bf
View commit details
Copy full SHA for 80fb3bf
Browse repository at this point
feat(settings): split AI settings into AI Provider tab and Generation Parameters tab
Show description for d799cd9
VoidX3D
committed
d799cd9
View commit details
Copy full SHA for d799cd9
Browse repository at this point
feat(ai): add SearchableProviderSelector with descriptions and live search
Show description for 08e941e
VoidX3D
committed
08e941e
View commit details
Copy full SHA for 08e941e
Browse repository at this point
i18n: add generation parameters strings to all 11 locale files
Show description for b10358a
VoidX3D
committed
b10358a
View commit details
Copy full SHA for b10358a
Browse repository at this point
cleanup: remove unused hasGeminiApiKey, songCountFlow, and repository method
Show description for 5b0444c
VoidX3D
committed
5b0444c
View commit details
Copy full SHA for 5b0444c
Browse repository at this point
fix: add missing LYRICS and GENERATION_PARAMETERS branches in when expressions
Show description for 273f6d9
VoidX3D
committed
273f6d9
View commit details
Copy full SHA for 273f6d9
Browse repository at this point
fix: add missing @OptIn for ExperimentalMaterial3Api on SearchableProviderSelector
VoidX3D
committed
61702e2
View commit details
Copy full SHA for 61702e2
Browse repository at this point
fix: use file-level @OptIn for ExperimentalMaterial3Api in SettingsComponents
VoidX3D
committed
51209dc
View commit details
Copy full SHA for 51209dc
Browse repository at this point
fix(ai): add live status feedback and fix toast buffer for AI generation
Show description for e3e1b19
VoidX3D
committed
e3e1b19
View commit details
Copy full SHA for e3e1b19
Browse repository at this point
fix(search): eliminate tab-switch lag by decoupling from monolithic playerUiState
Show description for c8c06db
VoidX3D
committed
c8c06db
View commit details
Copy full SHA for c8c06db
Browse repository at this point
feat(ai): update all provider names, descriptions, endpoints, and default models
Show description for b516f83
VoidX3D
committed
b516f83
View commit details
Copy full SHA for b516f83
Browse repository at this point
fix(ai): clean up stale error propagation using ConcurrentHashMap for cooldowns
Show description for 1d83e43
VoidX3D
committed
1d83e43
View commit details
Copy full SHA for 1d83e43
Browse repository at this point
fix: add missing import for kotlinx.coroutines.flow.first
VoidX3D
committed
c0d0614
View commit details
Copy full SHA for c0d0614
Browse repository at this point
fix(ai): update AI client creation to support configurable base URLs and streamline base URL handling in settings
VoidX3D
committed
fa9f499
View commit details
Copy full SHA for fa9f499
Browse repository at this point
fix(ai): strip markdown formatting from lyrics responses and dynamically scale maxTokens
Show description for 2b509c2
VoidX3D
committed
2b509c2
View commit details
Copy full SHA for 2b509c2
Browse repository at this point
You can’t perform that action at this time.