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
Detailed Technical Quality Badge: Updated the player to display live technical details (Codec • Bitrate • kHz) for both online and local songs. It correctly identifies Dolby Atmos, FLAC, OPUS, and AAC.
Fixed Local Player Metadata: Resolved the issue where local songs with missing internal tags showed as "Unknown." The app now correctly falls back to system-level information to show the song title and artist.
Smart Dolby Atmos Fallback: Implemented a hardware check that verifies if your phone can actually decode Dolby Atmos (EAC3). If support is missing, the app automatically switches to Lossless FLAC or high-quality audio instead of throwing an error.
Audio Stability Fixes:
◦ Increased the stream chunk size to 10MB (from 512KB) to prevent audio cut-offs.
◦ Tuned the buffer management to store up to 30 seconds of audio minimum, ensuring smooth playback on variable connections.
◦ Enabled Constant Bitrate Seeking for better precision when scrubbing or restarting songs.
Clean Library UI (Icons Only):
◦ Removed the branded card art and generated thumbnails from the library by default.
◦ Special categories like Liked Songs, Offline, and Top 50 now use simple, minimalist icons.
◦ Added a toggle in Settings > Appearance > Library Icons Only to control this behavior globally.
Library Customization (Local Image Override):
◦ Added support for setting a custom local image for every library category.
◦ How to use: Long-press any card (like Liked or Offline) and choose "Edit Playlist Cover."
◦ Once a custom image is set, the app skips the online artwork pipeline entirely for that item, making it load instantly and work fully offline.
Background Video (Canvas) Caching:
◦ Modified the download utility to automatically fetch and cache the best matching background video (Canvas) when you download or like a song.
◦ The player now prioritizes these cached videos, reducing network usage and fixing "stutter" issues.
Processor Reliability: Fixed crashes in the Equalizer and Silence Detector when encountering high-bitrate or multichannel (Atmos) audio by implementing safe bypass logic.
Overall Performance & Optimizations:
◦ General performance and scrolling optimizations in library and local screens.
◦ Full LOSSLESS support and Dolby Atmos improvements.
◦ Working module settings with a new detailed settings page for the per-module items.
◦ Removed the floating settings page.