hechtus / squeezebox-googlemusic

Squeezebox (Logitech Media Server) Plugin for Google Play Music
104 stars 27 forks source link

Internal URL handling enhancements #98

Open askvictor opened 8 years ago

askvictor commented 8 years ago

It seems that the plugin handles URLs within squeezebox in the format googlemusic:track:IDOFTHETRACK

I've written an android app to allow flinging from the Android Google Play app to a Squeezebox (see https://github.com/askvictor/SendToSqueezebox ) but it does this by converting the URL that Play Music provides into one that Squeezebox (and its plugins) can understand. Currently, this plugin seems to only handle a single-track URL. It would be nice to be able to fling an album or radio station URL across to the Squeezebox, but the plugin would need to support these URLs

askvictor commented 8 years ago

Having looked at the code more closely, it looks like there is support for album, artist and station (among others). I haven't worked out if these are directly summon-able from outside though.