listen.el icon indicating copy to clipboard operation
listen.el copied to clipboard

Feature request: A unified Add-command (adding to queue)

Open Heathcliff77 opened this issue 1 year ago • 1 comments

Right now, there are two similar (from a user-viewpoint) add-commands: listen-queue-add-files (for adding files and folders), and listen-queue-add-from-playlist-file (specifically for adding playlist-files)

I think it would be really neat just to have a single Add-command, that handles all three of these types (files, folders and playlist-files).

Maybe I'm wrong but I imagine that a basic solution shouldn't be hard or require a lot of work to achieve this. Coding some form of wrapper that checks if argument is a file/folder/playlist (just checking if the file extension is .pls, .m3u et.c. is good enough for starters, if you ask me), and then call the corresponding listen-queue-add-*-command.

( Personally, I have no interest in MPD servers. )

Heathcliff77 avatar Apr 26 '24 10:04 Heathcliff77

Ok. Patches welcome.

alphapapa avatar Apr 26 '24 20:04 alphapapa