Skip to content
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

Feat: Improve playlist management #1038

Closed
8 tasks done
jcorporation opened this issue Jun 5, 2023 · 0 comments
Closed
8 tasks done

Feat: Improve playlist management #1038

jcorporation opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jcorporation
Copy link
Owner

jcorporation commented Jun 5, 2023

New API methods

  • Deduplicates a playlist (MYMPD_API_PLAYLIST_DEDUP)
  • Deduplicates all playlists, except smart playlists (MYMPD_API_PLAYLIST_DEDUP_ALL)
  • Validates a playlist (MYMPD_API_PLAYLIST_VALIDATE)
  • Validates all playlists, except smart playlists (MYMPD_API_PLAYLIST_VALIDATE_ALL)
  • Validates a playlist (MYMPD_API_PLAYLIST_VALIDATE_DEDUP)
  • Validates all playlists, except smart playlists (MYMPD_API_PLAYLIST_VALIDATE_DEDUP_ALL)

*_ALL api methods should be async, all others sync.

UI Enhancements

  • Add validate / dedup to playlists detail and playlists context menu
  • Add validate / dedup all playlists to maintenance window
@jcorporation jcorporation added the enhancement New feature or request label Jun 5, 2023
@jcorporation jcorporation added this to the v11.0.0 milestone Jun 5, 2023
jcorporation added a commit that referenced this issue Jun 8, 2023
Feat: add validate and dedup functions to webui #1038
jcorporation added a commit that referenced this issue Jun 11, 2023
…_CONTENT_DEDUP_ALL, MYMPD_API_PLAYLIST_CONTENT_VALIDATE_DEDUP_ALL #1038
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant