2019-04-22, 03:50
Hi @DaveBlake
Not sure if this is the best place to post?
As kodi 19 is now in development, i was hoping you would consider these feature requests for music library views.
Artists
Albums
Songs
In regards to the artist and album description they are available in myplaylist.xml, just not the library views. The disc count would be great as you could show the album has more than one disc and not show the info when there is only one disc.
Cheers
Mr. V
EDIT: @DaveBlake
One additional request
For a single list item we have a boolean - ListItem.IsPlaying
Works great to show rolling Disc art on the now playing item.
For albums you can use String.IsEqual(ListItem.Album,MusicPlayer.Album), this only works outside of containers.
Would be great if we could having something like
ListItem.AlbumIsPlaying
Not sure if this is the best place to post?
As kodi 19 is now in development, i was hoping you would consider these feature requests for music library views.
Artists
- new infolabels
ListItem.AlbumCount
ListItem.CompilationCount
ListItem.CompilationAlbumCount
Albums
- Make property "ListItem.Property(Artist_Description)" available
- new infolabels
ListItem.AlbumDuration
ListItem.SongCount
ListItem.DiscCount
Songs
- Make property "ListItem.Property(Artist_Description)" available
- Make property "ListItem.Property(Album_Description)" available
- new infolabels
ListItem.AudioCodec
ListItem.AudioChannels
ListItem.BitsRate
ListItem.BitsPerSample
ListItem.SampleRate
In regards to the artist and album description they are available in myplaylist.xml, just not the library views. The disc count would be great as you could show the album has more than one disc and not show the info when there is only one disc.
Cheers
Mr. V
EDIT: @DaveBlake
One additional request
For a single list item we have a boolean - ListItem.IsPlaying
Works great to show rolling Disc art on the now playing item.
For albums you can use String.IsEqual(ListItem.Album,MusicPlayer.Album), this only works outside of containers.
Would be great if we could having something like
ListItem.AlbumIsPlaying