Kodi Community Forum

Full Version: library.data.provider not playing albums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not sure when this started but I'm sure it used to work now I just get a split second then nothing.

Code:
ERROR: XBMC.PlayMedia could not play media: plugin://service.library.data.provider/?type=play_album&album=103

Debug log

removed151214

I noticed this last week when looking at recent singles, but haven't had time to try and fix it. I'm 99% sure it's because I made a mistake when updating the script so that it always adds directory items, which it doesn't want to do when playing an album. Should be easy to fix if someone wants to try (either return after calling the play album function, or check its not playing an album before adding directory items. Otherwise, I'll fix it at the weekend.
No rush just glad I know for sure it's not my coding. Wink

removed151214

Just pushed a fix to BigNoid's git. (Hope he won't mind Wink) This should now be working as expected.
And they play. Big Grin

Many thanks.