2017-01-05, 04:04
Hi marcelveldt,
I've noticed Episodes Airing Today are displaying episodes a day ahead.
I've noticed Episodes Airing Today are displaying episodes a day ahead.
(2017-01-04, 23:17)marcelveldt Wrote:(2016-12-31, 22:32)im85288 Wrote: In the skin helper widgets with the uniqueid additions, I think you meant to have the version number as >16 to get krytpon for example:
Yeah, sorry. Just fixed it.
13:46:11.584 T:5288 ERROR: Skin Helper Service --> Exception in resources.lib.kodi_monitor ! --> str() takes at most 1 argument (2 given)
13:46:11.770 T:5288 WARNING: Skin Helper Service --> Traceback (most recent call last):
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 55, in onNotification
self.process_db_update(mediatype, dbid, transaction)
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 135, in process_db_update
song["disc"], ignore_cache=True))
TypeError: str() takes at most 1 argument (2 given)
13:46:11.770 T:5288 ERROR: Skin Helper Service --> Exception in resources.lib.kodi_monitor ! --> str() takes at most 1 argument (2 given)
13:46:11.913 T:5288 WARNING: Skin Helper Service --> Traceback (most recent call last):
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 55, in onNotification
self.process_db_update(mediatype, dbid, transaction)
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 135, in process_db_update
song["disc"], ignore_cache=True))
TypeError: str() takes at most 1 argument (2 given)
13:46:11.913 T:5288 ERROR: Skin Helper Service --> Exception in resources.lib.kodi_monitor ! --> str() takes at most 1 argument (2 given)
13:46:12.056 T:5288 WARNING: Skin Helper Service --> Traceback (most recent call last):
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 55, in onNotification
self.process_db_update(mediatype, dbid, transaction)
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 135, in process_db_update
song["disc"], ignore_cache=True))
TypeError: str() takes at most 1 argument (2 given)
13:46:12.056 T:5288 ERROR: Skin Helper Service --> Exception in resources.lib.kodi_monitor ! --> str() takes at most 1 argument (2 given)
13:46:12.258 T:5288 WARNING: Skin Helper Service --> Traceback (most recent call last):
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 55, in onNotification
self.process_db_update(mediatype, dbid, transaction)
File "E:\Kodi\Krypton\Kodi\portable_data\addons\script.skin.helper.service\resources\lib\kodi_monitor.py", line 135, in process_db_update
song["disc"], ignore_cache=True))
TypeError: str() takes at most 1 argument (2 given)
13:46:12.258 T:5288 ERROR: Skin Helper Service --> Exception in resources.lib.kodi_monitor ! --> str() takes at most 1 argument (2 given)
http://theaudiodb.com/
Window(Home).Property(SkinHelper.ListItem.Art.ExtraPosters)
(2016-08-16, 11:46)marcelveldt Wrote:(2016-08-16, 03:11)djhifi Wrote: I have a request, regarding automation. Is it possible in the future, to implement a way that the script scans all the database and fetches animated posters for previous entrances?
I have 5000+ movies and growing, the simple thought of manually pulling the context menu to check for individual animated posters on 95% of the collection....gives me nightmares.
This is already implemented. If the video database is updated (e.g. when a new movie is added), the script will check all movies in the background and precache the animated art.
http://localhost:52307/getpvrthumb&title=$INFO[ListItem.Label]&type=poster,thumb
$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Poster)]
http://localhost:52307/getpvrthumb&title=$INFO[VideoPlayer.Title]&type=clearart,banner,poster
$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearArt)]
$INFO[Window(Home).Property(SkinHelper.PVR.ChannelLogo)]
(2017-01-08, 12:25)Solo0815 Wrote: With skinhelper x.100 I used this:Try with this (working ok,but have error when string isn't populate)
Code:http://localhost:52307/getpvrthumb&title=$INFO[ListItem.Label]&type=poster,thumb
http://localhost:52307/getartwork&title=$INFO[Listitem.Title]&type=banner
(2017-01-08, 12:25)Solo0815 Wrote: 3. Is there any replacement forYes, but dont working
Code:$INFO[Window(Home).Property(SkinHelper.PVR.ChannelLogo)]
$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ChannelLogo)]
(2017-01-08, 20:01)Angelinas Wrote: Try with this (working ok,but have error when string isn't populate)Thx, I got also many errors. That's why I wanted to replace it with $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Poster)]
Code:http://localhost:52307/getartwork&title=$INFO[Listitem.Title]&type=banner
(2017-01-08, 20:01)Angelinas Wrote: Yes, but dont workingIs this a Bug?
Code:$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ChannelLogo)]
(2017-01-08, 20:24)Solo0815 Wrote:But only this Art work for list, I use for PVR in listThx, I got also many errors. That's why I wanted to replace it with $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Poster)]Code:http://localhost:52307/getartwork&title=$INFO[Listitem.Title]&type=banner
(2017-01-08, 20:24)Solo0815 Wrote:Is this a Bug?Code:$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ChannelLogo)]