Skip to content

Commit

Permalink
Merge pull request #10935 from ronie/python-docs
Browse files Browse the repository at this point in the history
[python] update setInfo() documentation
  • Loading branch information
razzeee committed Nov 18, 2016
2 parents 46b4be8 + 316822b commit 670ca96
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions xbmc/interfaces/legacy/ListItem.h
Expand Up @@ -598,22 +598,28 @@ namespace XBMCAddon
/// | dbid | integer (23) - Only add this for items which are part of the local db. You also need to set the correct 'mediatype'!
///
/// __Music Values__:
/// | Info label | Description |
/// |--------------:|:---------------------------------------------------|
/// | tracknumber | integer (8)
/// | discnumber | integer (2)
/// | duration | integer (245) - duration in seconds
/// | year | integer (1998)
/// | genre | string (Rock)
/// | album | string (Pulse)
/// | artist | string (Muse)
/// | title | string (American Pie)
/// | rating | float - range is between 0 and 10
/// | userrating | integer - range is 1..10
/// | lyrics | string (On a dark desert highway...)
/// | playcount | integer (2) - number of times this item has been played
/// | lastplayed | string (%Y-%m-%d %h:%m:%s = 2009-04-05 23:16:04)
/// | mediatype | string - "music", "song", "album", "artist"
/// | Info label | Description |
/// |-------------------------:|:---------------------------------------------------|
/// | tracknumber | integer (8)
/// | discnumber | integer (2)
/// | duration | integer (245) - duration in seconds
/// | year | integer (1998)
/// | genre | string (Rock)
/// | album | string (Pulse)
/// | artist | string (Muse)
/// | title | string (American Pie)
/// | rating | float - range is between 0 and 10
/// | userrating | integer - range is 1..10
/// | lyrics | string (On a dark desert highway...)
/// | playcount | integer (2) - number of times this item has been played
/// | lastplayed | string (%Y-%m-%d %h:%m:%s = 2009-04-05 23:16:04)
/// | mediatype | string - "music", "song", "album", "artist"
/// | listeners | integer (25614)
/// | musicbrainztrackid | string (cd1de9af-0b71-4503-9f96-9f5efe27923c)
/// | musicbrainzartistid | string (d87e52c5-bb8d-4da8-b941-9f4928627dc8)
/// | musicbrainzalbumid | string (24944755-2f68-3778-974e-f572a9e30108)
/// | musicbrainzalbumartistid | string (d87e52c5-bb8d-4da8-b941-9f4928627dc8)
/// | comment | string (This is a great song)
///
/// __Picture Values__:
/// | Info label | Description |
Expand Down

0 comments on commit 670ca96

Please sign in to comment.