I-A-C / plugin.video.exodusredux

GNU General Public License v3.0
20 stars 13 forks source link

"showtitle", "tvshowid" empty when playing a series added to the library #34

Open Numbers11 opened 5 years ago

Numbers11 commented 5 years ago

http://openelec:8080/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.GetItem", "params": { "properties": ["title", "file", "showtitle", "tvshowid", "season", "episode"], "playerid": 1 }, "id": 1}

results in:

{"id":1,"jsonrpc":"2.0","result":{"item":{"episode":2,"file":"xxxxx","label":"Kiss Tomorrow Goodbye","season":3,"showtitle":"","title":"Kiss Tomorrow Goodbye","tvshowid":-1,"type":"unknown"}}}

Which seems really strange to me because in the library view it shows all information, including the shows name, correctly.

This is an issue because it causes most subtitle addons to no longer work since they cant find the show's name. On Kodi 17, could be related to that.