PDA

View Full Version : ListItem. Labels


watzen
2007-01-15, 03:09
Hi,

What are the types of labels available for videos and music?

WikiManual lists these:
ListItem.Label
ListItem.Title
ListItem.Artist
ListItem.Album
ListItem.TrackNumber
ListItem.Genre
ListItem.Year
ListItem.Director

And I have found out that these work as well:
ListItem.Label2
ListItem.Rating

Are there anymore?

Am I right when I say that the IMDB labels are exlusive for the DialogVideoInfo-window?

/Tomas

kraqh3d
2007-01-15, 04:08
here's all of them, taken right from the code (GUIInfoManager.cpp). kindly update the wiki.

listitem.label = left label string
listitem.label2 = right label string
listitem.title = movie or song title
listitem.tracknumber = track number
listitem.artist = artist name
listitem.album = album title
listitem.year = song, album, or movie year
listitem.genre = song, album or movie genre
listitem.director = director
listitem.filename = filename
listitem.date = file date
listitem.size = file size
listitem.rating = imdb rating
listitem.programcount = # of times an xbe has been run from "my programs"
listitem.duration = song or movie duration

watzen
2007-01-15, 13:48
Thank you!

I've updated the wiki

/Tomas

gzusrawx
2007-02-23, 08:06
is there anyway to get plot outline or synopsis with this method or is there Another method of doing this?

jmarshall
2007-02-23, 11:02
Not yet.

gzusrawx
2007-02-23, 15:17
alright thanks.