Feature request: A unified Add-command (adding to queue)
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. )
Ok. Patches welcome.