Posts: 29
Joined: Jul 2009
Reputation:
0
Hummm ... After change, the FanArt for TV Show really appears on backdrop.
However, in the episode thumb too.
That seeems the script read just one picture. I think that I must to search how to use two objects to split the code: one for fanart and another for thumbs ...
It´s complicated ...
I´m go search for another Includes_Last_Added.xml customization that I like ...
Posts: 661
Joined: Mar 2009
Reputation:
4
I am runing a SVN 26903 with Transparency 2.11. I get the following script error when ever XBMC is launched. DOes anyone have the required correction to the script? Perhaps the fix is in the Transparency SVN?
12:13:55 T:2664 M:1433468928 NOTICE: -->Python Interpreter Initialized<--
12:13:56 T:2664 M:1426853888 ERROR: Error Type: exceptions.IndexError
12:13:56 T:2664 M:1426853888 ERROR: Error Contents: list index out of range
12:13:56 T:2664 M:1426718720 ERROR: Traceback (most recent call last):
File "C:\Program Files\XBMC\skin\Transparency!\scripts\RecentlyAdded.py", line 260, in ?
Main()
File "C:\Program Files\XBMC\skin\Transparency!\scripts\RecentlyAdded.py", line 71, in __init__
self._fetch_totals()
File "C:\Program Files\XBMC\skin\Transparency!\scripts\RecentlyAdded.py", line 133, in _fetch_totals
self.WINDOW.setProperty( "TVShows.Watched" , tvshows_totals[ 2 ] or "" )
IndexError: list index out of range
Posts: 661
Joined: Mar 2009
Reputation:
4
Thanks for the tip. I will have to time doing that as I am guessing the rebuilding will take some time when you have many movies.
Take Care
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
could you try if cleaning the library will fix it?
Settings > Videos > Library > Clean Library...
if not, see post above ;-)
Posts: 661
Joined: Mar 2009
Reputation:
4
I will try that when I have a chance and get back to the forum
Posts: 772
Joined: Dec 2007
Reputation:
0
i have had this problem a few times. I just replace the recentlyadded.py file in the skins script folder with a fresh one and it fixes the problem for me. iv had to do this 3 times now. it works fine one day. then the next it fails on every boot. so i delete and replace the .py file. and it boots up fine next time. for some reason it gets corrupted. dont know if its my xbox or if the weather plugin has a effect on boot. iv dissabled the weather plugin and am going to monitor for now. i'll keep you posted
PS. I never had to rebuild my library to fix this problem. however i do occasionally rebuild my library for maximum compatability with SVN release's.
Posts: 19
Joined: Jan 2010
Reputation:
0
Is it possible to have "LatestEpisode.#.Thumb" grab a TV show's Season thumb instead of the episode screenshot thumb? Is this a change that would have to be made in the skin or the script?
Posts: 561
Joined: Mar 2009
Reputation:
0
Is there any way to show the items added only in the last "x" number of hours? Sort of a "New for today" type thing. I have a feeling that it isn't because I seem to remember someone saying the DB doesn't have a date / time added field?