Skip to content

Listitem Properties Music items

Angelinas edited this page Dec 17, 2020 · 10 revisions

Music library window properties, property doesn't work in containers.

Some additional window properties that can be used in the music library. The artwork is detected in the music paths automatically. Also in the addon settings for the skinhelper metadata module, you can enable a scraper for music artwork. Properties will also work for any addons providing music (if scraper enabled).

TIP: You can also have properties available for the Player (see Player properties), might come in handy for streaming radio (Internet or PVR)!

NOTE:

The music library properties are only filled if the feature is enabled:

Skin.SetBool(SkinHelper.EnableMusicArt)

property description
SkinHelper.ListItem.Art.Banner Will return the Artist's banner image for the current selected item in the list.
SkinHelper.ListItem.Art.Banners Will return all banner images as a special path to use with multiimage
SkinHelper.ListItem.Art.FanArt Will return the Artist's fanart image for the current selected item in the list.
SkinHelper.ListItem.Art.ClearLogo Will return the Artist's logo image for the current selected item in the list.
SkinHelper.ListItem.Art.ClearLogos Will return all clearlogo images as a special path to use with multiimage
SkinHelper.ListItem.Art.ClearArt Will return the Artist's clearart image for the current selected item in the list.
SkinHelper.ListItem.Art.ClearArts Will return all clearart images as a special path to use with multiimage
SkinHelper.ListItem.Art.DiscArt Will return the Album's cd art image for the current selected item in the list.
SkinHelper.ListItem.Art.Landscape Will return the artist art image for the current selected item in the list.
SkinHelper.ListItem.Art.ExtraFanArt Will return the ExtraFanArt path (if exists for the current selected item in the list, to be used in a multiimage control.
SkinHelper.ListItem.Art.Thumb Returns the album thumb image if exist, fallback to artist image
SkinHelper.ListItem.Art.AlbumThumb Returns the album thumb image
SkinHelper.ListItem.Art.ArtistThumb Returns the artist thumb image
SkinHelper.ListItem.Art.spine Will return Album's spine image
SkinHelper.ListItem.Art.thumbback Will return all thumb back image (theaudiodb)
SkinHelper.ListItem.Art.album3Dflat Will return album 3Dflatthumb image (theaudiodb)
SkinHelper.ListItem.Art.album3Dface Will return album 3Dfaceimage (theaudiodb)
SkinHelper.ListItem.Art.album3Dthumb Will return album 3Dthumb image (theaudiodb)
SkinHelper.ListItem.Plot Returns the album's description or if empty the artist info. Can be used at both album- and songlevel.
SkinHelper.ListItem.Tracks Returns all tracks for the selected album, separated by / (kodi default)
SkinHelper.ListItem.Tracks.Formatted Same as Tracklist, but prefixed with a • character and each track on a newline
SkinHelper.ListItem.Tracks.Formatted2 Same as Tracks.Formatted but also includes the duration
SkinHelper.ListItem.Albums Returns all albums for the selected artist, separated by / (Kodi default)
SkinHelper.ListItem.Albums.Formatted Same as Albums, but prefixed with a • character and each album on a newline
SkinHelper.ListItem.SongCount Returns the number of songs for the selected artist or album
SkinHelper.ListItem.AlbumCount Returns the number of albums for the selected artist
SkinHelper.ListItem.AlbumsArtistCount Returns the number of albums (without compilations for the selected artist
SkinHelper.ListItem.AlbumsArtist Returns the albums (without compilations for the selected artist
SkinHelper.ListItem.AlbumsCompilationsCount Returns the number of compilation albums the artist appears on for the selected artist
SkinHelper.ListItem.AlbumsCompilations Returns the compilation albums the artist appears on for the selected artist
SkinHelper.ListItem.Duration Returns the total duration of all songs of the album in minutes
SkinHelper.ListItem.albumlabel Returns the Album Label, useful for thumb with "resource.images.recordlabels.white"
SkinHelper.ListItem.style Returns the Album style
SkinHelper.ListItem.mood Returns the Album mood
SkinHelper.ListItem.country Returns the country of Artist's
SkinHelper.ListItem.members Returns the number of Artist members
SkinHelper.ListItem.gender Returns the gender of Artist
SkinHelper.ListItem.formed Returns the year of formed Artist group
SkinHelper.ListItem.disbanded Returns the status of Artist group
SkinHelper.ListItem.born Returns the Artist year of birth
SkinHelper.ListItem.died Returns the Artist year of death
SkinHelper.ListItem.LastFM.listeners No of listeners for this artist/album on LastFM
SkinHelper.ListItem.LastFM.playcount No of plays for this artist/album on LastFM
SkinHelper.ListItem.LastFM.tags Tags for this artist/album on LastFM
SkinHelper.ListItem.LastFM.similarartists Similar artists from LastFM for this artist
SkinHelper.ListItem.LastFM.similarartists.X.name Name of similar artist X (replace X with count starting from zero)
SkinHelper.ListItem.LastFM.similarartists.X.thumb Thumb of similar artist X (replace X with count starting from zero)