lzoubek / xbmc-plugin-mpdc

XBMC plugin for remote control of multiple MPD servers
GNU General Public License v3.0
20 stars 13 forks source link

Request: Browse and add pls's or m3u'es to the queue like normal mp3's #31

Open rocus opened 7 years ago

rocus commented 7 years ago

I have (on my NAS) a tree of mp3's and therein a subtree (called radio) with subdirectories filled with pls's and m3u's containing radiostation url's. gmpc (on ubuntu) lets you browse these directories and choose the (pls) files and adds them to the queue. Other mpd clients (like this plugin) ignore pls files in your mp3 tree. mpc (command-line client) lets you "add" a mp3 and lets you "load" a pls.

I changed sonata (on ubuntu) a bit so that also sonata behaves like gmpc. (I filed a pull request there but the maintainer seems hesitant).

Would it be possible to change the behaviour of this plugin so that it behaves like gmpc?

I always found the distinction between mp3's and pls's in many mpd clients unnecessary and confusing.