Batch playlist selection, NetEase sync de-dup, and source tagging#1186
Merged
theovilardo merged 2 commits intotheovilardo:masterfrom Feb 22, 2026
Merged
Conversation
- Add multi-select mode for playlists with long-press gesture support - Create PlaylistSelectionStateHolder to manage selected playlists state - Implement PlaylistMultiSelectionBottomSheet for batch operations - Add batch playlist operations: delete, merge, export as M3U, share as ZIP - Update PlaylistContainer with selection animations (scale, border, color) - Add selection indicators (numbered badges) for selected playlists - Enhance PlaylistItem with scale animation and border effects - Integrate playlist selection UI into LibraryPlaylistsTab - Add merge playlist dialog with name input - Support Select All / Deselect buttons in playlist selection mode - Update LibraryScreen to toggle between song and playlist selection modes
- Improved PlaylistItem click/long-press logic for better readability - Implemented NetEase playlist de-duplication using custom IDs - Added 'source' property to Playlist model to track origin (Local, NetEase, AI) - Displayed visual indicators for NetEase and AI generated playlists in UI - Translated all comments to English and removed emojis in modified files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves playlist multi-selection UX, prevents duplicate NetEase playlists during sync, and adds a source tag to playlists (Local, NetEase, AI) with UI indicators.
Changes
PlaylistItemclick/long-press handling to make selection behavior clearer.sourcetoPlaylistmodel and plumbed it through playlist creation.Why
Notes
sourcedefaults toLOCAL.