-
-
Notifications
You must be signed in to change notification settings - Fork 118
feat: playlist management support #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
15ea488 to
869d34e
Compare
wip: temp fix PlaylistsPageViewModel
869d34e to
e004fea
Compare
|
@United600 Can you take a quick look at this PR and let me know what you think? I think the core functionality of the playlist system is complete. There are some outstanding UX polish items, such as raising a notification when a playlist is created or an item is added to an existing playlist via the context menu, but this PR is getting too big. I'm considering opening a new PR for UX polishes. |
|
Feature wise is in a good state. Why was JSON chosen for the playlist save file format? I'm not a fan of it. We should adopt a format that works across all applications. In the absence of an official standard, the best approach is to use the most widely supported format, and currently that's .m3u8. The save location should be more convenient/accessible, the main music library folder (plus some "Playlists" or similar named folder) should be the default destination. |
Closes #110, closes #596