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: Add the possibility to select multiple songs and add actions for the selections #1001

Closed
42 tasks done
jcorporation opened this issue Mar 12, 2023 Discussed in #997 · 1 comment
Closed
42 tasks done
Labels
enhancement New feature or request
Milestone

Comments

@jcorporation
Copy link
Owner

jcorporation commented Mar 12, 2023

Discussed in #997

Add the possibility to select multiple songs and add actions for the selections.

Refactor APIs

Playlists

  • Remove selection from playlist (MYMPD_API_PLAYLIST_CONTENT_RM_POSITIONS)
  • Move entries between playlists (MYMPD_API_PLAYLIST_CONTENT_MOVE_TO_PLAYLIST)
  • Add selection to playlist
    • MYMPD_API_PLAYLIST_CONTENT_APPEND_URIS
    • MYMPD_API_PLAYLIST_CONTENT_INSERT_URIS
    • MYMPD_API_PLAYLIST_CONTENT_REPLACE_URIS
    • MYMPD_API_PLAYLIST_CONTENT_APPEND_ALBUMS
    • MYMPD_API_PLAYLIST_CONTENT_INSERT_ALBUMS
    • MYMPD_API_PLAYLIST_CONTENT_REPLACE_ALBUMS
    • MYMPD_API_PLAYLIST_CONTENT_APPEND_ALBUM_DISC
    • MYMPD_API_PLAYLIST_CONTENT_INSERT_ALBUM_DISC
    • MYMPD_API_PLAYLIST_CONTENT_REPLACE_ALBUM_DISC
  • Remove playlists (MYMPD_API_PLAYLIST_RM)
  • Copy/Merge/Move playlists (MYMPD_API_PLAYLIST_COPY)

Queue

  • Remove selection from queue (MYMPD_API_QUEUE_RM_IDS)
  • Remove selection from jukebox queue (MYMPD_API_JUKEBOX_RM)
  • Add selection to queue
    • MYMPD_API_QUEUE_APPEND_URIS
    • MYMPD_API_QUEUE_INSERT_URIS
    • MYMPD_API_QUEUE_REPLACE_URIS
  • Add multiple playlists to the queue
    • MYMPD_API_QUEUE_APPEND_PLAYLISTS
    • MYMPD_API_QUEUE_INSERT_PLAYLISTS
    • MYMPD_API_QUEUE_REPLACE_PLAYLISTS
  • Add multiple albums to the queue
    • MYMPD_API_QUEUE_APPEND_ALBUMS
    • MYMPD_API_QUEUE_INSERT_ALBUMS
    • MYMPD_API_QUEUE_REPLACE_ALBUMS
    • MYMPD_API_QUEUE_APPEND_ALBUM_DISC
    • MYMPD_API_QUEUE_INSERT_ALBUM_DISC
    • MYMPD_API_QUEUE_REPLACE_ALBUM_DISC
  • Play selection after current song
    • MYMPD_API_QUEUE_PRIO_SET
    • MYMPD_API_QUEUE_PRIO_SET_HIGHEST
    • MYMPD_API_QUEUE_MOVE_RELATIVE
  • Webradio Favorites
    • MYMPD_API_WEBRADIO_FAVORITE_RM

Add multiple select action to views

  • Current queue
  • Jukebox queue
  • Playlists
  • Playlist detail
  • Search
  • Albums
  • Album detail
  • Filesystem
  • Radio favorites
  • WebradioDB
  • Radiobrowser
@jcorporation jcorporation added the enhancement New feature or request label Mar 12, 2023
@jcorporation jcorporation added this to the v10.4.0 milestone Mar 12, 2023
@tobiasjakobi
Copy link
Contributor

I would be very much interested in this feature. Currently playlist management in any of the MusicPD webclients I tried is less than optimal. Sending a selection of the playqueue to a new or existing playlist is something I use very often. Sadly only the abandoned Gnome client (GMPC) lets me do this efficiently.

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

2 participants