Managing music albums Box-Sets properly with KODI library feature
My main interest was (is) is displaying the discart from the cd of the current playing song.  Possibly also for  (offset) for other songs on the playlist.  My current skin code provides a $VAR that cycles through conditions
Code:
condition="!String.IsEmpty(Player.Art(album.discart5)) + Integer.IsEqual(MusicPlayer.discnumber,5)"
down through discart1, finally
Code:
condition="!String.IsEmpty(Player.Art(album.discart))"
and that worked but required users to manually add discart1 -- discart5 to the album art.

This existing method no longer works with the PR because Player.Art(album.discartn) no longer returns an art.  If the preferred method now is Player.Art(discart) that's OK (it does work for me).

Something else though is the possibility of showing all the discarts at once for a boxset listitem, as is done in some skins now for movie collections.

scott s.
.
Reply


Messages In This Thread
[split] Singles - by garfield - 2019-10-06, 00:59
RE: [split] Singles - by Harbour - 2022-01-31, 09:15
RE: Managing music albums Box-Sets properly with KODI library feature - by scott967 - 2019-11-26, 05:08
Logout Mark Read Team Forum Stats Members Help
Managing music albums Box-Sets properly with KODI library feature0