mrknow / specto

Best kodi addon in the known universe
http://filmkodi.com/
16 stars 24 forks source link

Bug & Request: One of the info labels returns an empty value #9

Open burekas7 opened 7 years ago

burekas7 commented 7 years ago

Hi, Can you fix that so this info label for the items will return a proper value:

Currently: xbmc.getInfoLabel("ListItem.IMDBNumber") - returns empty (Especially for movies) xbmc.getInfoLabel("ListItem.DBTYPE") - returns empty, instead of movie/tvshow/season/episode depends on the content.

Whereas these are ok: xbmc.getInfoLabel("ListItem.OriginalTitle") - ok xbmc.getInfoLabel("ListItem.Year") - ok xbmc.getInfoLabel("ListItem.TVShowTitle") - ok xbmc.getInfoLabel("ListItem.Season") - ok xbmc.getInfoLabel("ListItem.Episode") - ok

I need this for an extenal addon, Thanks.

burekas7 commented 7 years ago

Is there any progress regarding this?

Thanks.