TVTunes addon problem since RC1

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
logictester Offline
Fan
Posts: 675
Joined: Oct 2008
Reputation: 0
Location: USA
Post: #1
Hi,

after upgrading the XBMC to RC1 it looks like something has changed in the TVTunes addon in the Night skin, every time i enter the library - TV or Movies, the addon starts to run and tries to re-download the tunes for each show. I had to disable it for now just to make it stop running on every access but this prevents the tunes from playing.
Any help is greatly appreciated

Thanks
find quote
KiSUAN Offline
Fan
Posts: 536
Joined: Oct 2010
Reputation: 3
Location: Montevideo, Uruguay
Post: #2
I didn't see any change in the code of Night regarding this, maybe is a problem with RC1, maybe something changed and need to be changed in Night.

You tried with Confluence and the same happens? I don't have TvTunnes so I ask, will try the addon later anyway.

Night [MOD] Purity

[url=http://forum.xbmc.org/showthread.php?tid=86759"]
Purity Media Flags & RD XBMC Icon
[/url]
[url=http://forum.xbmc.org/showthread.php?tid=99554"]
Film/Movie/Game Studio Flags Repository
[/url]
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #3
Yea does seem to be behaving oddly...In my first run thru it seem to download, or atleast take a long time to work, then didn't cut off when backtracking to TV level and even Home. Quit and restarted XBMC and so far seems to work just like it's supposed to.

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #4
hey guys , where are your log files ?

i'm still on B3 Tongue

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #5
Heres mine but it was behaving normally for me...

PASTEBIN

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #6
lol, yes can't be usefull if it's working for you Big Grin

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
logictester Offline
Fan
Posts: 675
Joined: Oct 2008
Reputation: 0
Location: USA
Post: #7
here is mine:
Code:
:1893748736   DEBUG: ------ Window Init (MyVideoNav.xml) ------
23:15:40 T:3077814144 M:1893748736    INFO: Loading skin file: MyVideoNav.xml
23:15:40 T:3077814144 M:1893748736 WARNING: Skin has invalid include: control
23:15:40 T:3077814144 M:1892352000 WARNING: Previous line repeats 15 times.
23:15:40 T:3077814144 M:1892352000 WARNING: Skin has invalid include: recent_right_side
23:15:40 T:3077814144 M:1887916032 WARNING: Previous line repeats 1 times.
23:15:40 T:3077814144 M:1887916032   DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/)
23:15:40 T:3077814144 M:1887916032   DEBUG:   ParentPath = [videodb://2/2/]
23:15:40 T:3077814144 M:1887916032   DEBUG: GetTvShowsByWhere query: SELECT tvshow.*,path.strPath AS strPath,counts.totalcount AS totalCount,counts.watchedcount AS watchedCount,counts.totalcount=counts.watchedcount AS watched FROM tvshow JOIN tvshowlinkpath ON tvshow.idShow=tvshowlinkpath.idShow JOIN path ON path.idpath=tvshowlinkpath.idPath LEFT OUTER join (    SELECT tvshow.idShow AS idShow,count(1) AS totalcount,count(files.playCount) AS watchedcount FROM tvshow     JOIN tvshowlinkepisode ON tvshow.idShow=tvshowlinkepisode.idShow     JOIN episode ON episode.idEpisode=tvshowlinkepisode.idEpisode     JOIN files ON files.idFile=episode.idFile     GROUP BY tvshow.idShow) counts ON tvshow.idShow=counts.idShow
23:15:40 T:3077814144 M:1887916032   DEBUG: Time for actual SQL query = 4
23:15:40 T:3077814144 M:1887916032   DEBUG: Time to retrieve tvshows from dataset = 4
23:15:40 T:3077814144 M:1887916032   DEBUG: Saving fileitems [videodb://2/2/]
23:15:40 T:3077814144 M:1887801344   DEBUG:   -- items: 29, sort method: 25, ascending: true
23:15:40 T:930102128 M:1887801344   DEBUG: thread start, auto delete: 0
23:15:40 T:3077814144 M:1887866880   ERROR: GetDirectory - Error getting /home/xbmc/TVSeries/90210//extrafanart/
23:15:40 T:3077814144 M:1885843456   DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.TvTunes,backend=True amp loop=True)
23:15:40 T:3077814144 M:1885843456   DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.TvTunes,backend=True amp loop=True)
23:15:40 T:3077814144 M:1885843456    INFO: initializing python engine.
23:15:40 T:3077814144 M:1885843456   DEBUG: new python thread created. id=5
23:15:40 T:3077814144 M:1885843456   DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
23:15:40 T:3077814144 M:1885843456   DEBUG: ExecuteXBMCAction : To SetFocus(50)
23:15:40 T:3077814144 M:1885843456   ERROR: Control 53 in window 10025 has been asked to focus, but it can't
23:15:40 T:972061552 M:1885843456   DEBUG: thread start, auto delete: 0
23:15:40 T:972061552 M:1885843456   DEBUG: Python thread: start processing
23:15:40 T:930102128 M:1885843456   DEBUG: Thread 930102128 terminating
23:15:40 T:972061552 M:1885716480  NOTICE: -->Python Interpreter Initialized<--
23:15:40 T:972061552 M:1885716480   DEBUG: Process - The source file to load is /home/xbmc/.xbmc/addons/script.TvTunes/default.py
23:15:40 T:972061552 M:1885843456   DEBUG: Process - Setting the Python path to /home/xbmc/.xbmc/addons/script.TvTunes:/home/xbmc/.xbmc/addons/script.module.simplejson/lib:/home/xbmc/.xbmc/addons/script.module.beautifulsoup/lib:/usr/lib/xbmc/addons/script.module.pil/lib:/home/xbmc/.xbmc/addons/script.module.elementtree/lib:/usr/lib/xbmc/addons/script.module.pysqlite/lib:/usr/lib/xbmc/system/python/python24.zip:/usr/share/xbmc/system/python/lib/python24.zip:/usr/share/xbmc/system/python/lib/python2.4/:/usr/share/xbmc/system/python/lib/python2.4/plat-linux2:/usr/share/xbmc/system/python/lib/python2.4/lib-tk:/usr/share/xbmc/system/python/lib/python2.4/lib-dynload
23:15:40 T:972061552 M:1885843456   DEBUG: Process - Entering source directory /home/xbmc/.xbmc/addons/script.TvTunes
23:15:40 T:972061552 M:1885716480  NOTICE:  script.TvTunes v0.7.2
23:15:40 T:1054800752 M:1884020736   DEBUG: DoWork - took 316 ms to load special://masterprofile/Thumbnails/Video/Fanart/c27e9ee7.tbn
23:15:40 T:940591984 M:1884020736   DEBUG: thread start, auto delete: 1
23:15:40 T:1043323760 M:1882873856   DEBUG: DoWork - took 143 ms to load special://masterprofile/Thumbnails/Video/a/a99e4d04.tbn
23:15:40 T:1065290608 M:1882873856   DEBUG: DoWork - took 151 ms to load special://masterprofile/Thumbnails/Video/b/b531bc43.tbn
23:15:41 T:3077814144 M:1882746880   DEBUG: HttpApi Start command: QueryVideoDatabase  paras: QueryVideoDatabase; select tvshow.c00 , path.strPath from tvshow , path , tvshowlinkpath where path.idPath = tvshowlinkpath.idPath AND tvshow.idShow = tvshowlinkpath.idShow GROUP BY tvshow.c00
23:15:41 T:972061552 M:1890619392    INFO: Loading skin file: DialogYesNo.xml
23:15:41 T:3077814144 M:1890619392   DEBUG: ------ Window Init (DialogYesNo.xml) ------

as soon as i go inside tv shows - the addon runs
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #8
Code:
Translating XBMC.RunScript(script.TvTunes,backend=True amp loop=True)

not launching in backend because arguments can be parsed, 'amp' is strange, should be '&amp'

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #9
ppic Wrote:
Code:
Translating XBMC.RunScript(script.TvTunes,backend=True amp loop=True)

not launching in backend because arguments can be parsed, 'amp' is strange, should be '&amp'

They asked us to change it from:
<onfocus>XBMC.RunScript(script.TvTunes,backend=True&amploop=False)</onfocus>
to:
<onfocus>XBMC.RunScript(script.TvTunes,backend=True&amp;loop=False)</onfocus>


Guess it registers a 'hit' on their xml error checking?

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
(This post was last modified: 2010-11-26 03:10 by mcborzu.)
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #10
Code:
11:51:40 T:3556 M:937541632   DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.RunScript(script.TvTunes,backend=True&amploop=True)
11:51:40 T:3556 M:937541632   DEBUG: CApplication::ExecuteXBMCAction : To XBMC.RunScript(script.TvTunes,backend=True&amploop=True)

but seems to be good in your log mcborzu Oo

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
Post Reply