volumio / volumio-plugins

165 stars 747 forks source link

spotify plugin is showing unplayable items #194

Open trackingintegration opened 6 years ago

trackingintegration commented 6 years ago

In the official Spotify app there is an option to show/hide unplayable tracks:

image

The project Pi MusicBox shows a "[unplayable]" tag in front of each unplayable track. When we click the unplayable track it skips it and plays the next playable track in the queue correctly:

image

Volumio doesn't mark tracks as "unplayable" and when we click on of those tracks it skips it and plays the next track in queue. The problem is that it shows the "play" icon in the unplayable track while playing the next playable track. In other words, it plays one thing and says it's playing another thing.

image

It would be nice to have a new option "Show/Hide unplayable tracks" in the plugin settings.

skikirkwood commented 6 years ago

Just discovered the Spotify Web API returns whether a track is playable in the local market, so we'll add this to an upcoming release.