phil65 / script.extendedinfo

script.extendedinfo
http://forum.xbmc.org/showthread.php?tid=160558
GNU General Public License v2.0
60 stars 79 forks source link

"Premiered" empty label property #14

Closed Nessus85100 closed 9 years ago

Nessus85100 commented 9 years ago

"Premiered" label property is empty for Trakt.tv Trending items.

Let me know if you need a debug log.

Cheers Nessus

phil65 commented 9 years ago

should be fixed with https://github.com/phil65/script.extendedinfo/commit/8053ae035282a2622fb85026b2320e6e32e9459f

Nessus85100 commented 9 years ago

Thanks, It's fixed for Movies but also the TVShows have the same problem. I've try this : 'Premiered': tvshow['show']["first_aired"], but it gives me a script error.

Also can i ask if you had the time to look at this... https://github.com/phil65/script.skin.info.service/issues/2

phil65 commented 9 years ago

didnt get any script errors by changing it: https://github.com/phil65/script.extendedinfo/commit/0bd1f04c4727050a182f43f279ac196ab267ee92

Nessus85100 commented 9 years ago

That's true. It's fixed now and with no errors. Obviously i did something wrong.

Thanks Nessus