Kodi Community Forum

Full Version: Using getUniqueID() after setting uniqueIDS to listitem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
XBMCAddon::xbmcgui::ListItem:ConfusedetUniqueIDs( ...
  • Some example values (any string possible):LabelTypeimdbstring - uniqueid nametvdbstring - uniqueid nametmdbstring - uniqueid nameanidbstring - uniqueid name

Example:...# setUniqueIDs(values, defaultrating)listitem.setUniqueIDs({ 'imdb': 'tt8938399', 'tmdb' : '9837493' }, "imdb")




Question:

If I set that to a listitem before building a directory how do I get the infomation in the next container that loads?

I see theres a getUniqueID call but I am unsure how I would use this as everything I try results in an error.

Thanks in advance.
Same question here