Kodi Community Forum
[bug] script.TvTunes does not exist - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: [bug] script.TvTunes does not exist (/showthread.php?tid=100425)

Pages: 1 2


[bug] script.TvTunes does not exist - zosky - 2011-04-30

hi yall.

xbmc 10.1 (f/repo) + T! 3.11.5 (f/repo) + TvThemes 0.8.1 (f/repo) = FAIL Confused


SOLUTION...
in ~/.xbmc/addons/skin.transparency/720p/Includes_Workarounds.xml:

Code:
--- <onfocus>XBMC.RunScript(script.TvTunes,backend=True)</onfocus>
+++ <onfocus>XBMC.RunScript(script.tvtunes,backend=True)</onfocus>

ppic posted about the script id changing here a week ago

thanks for all this awesome sauce
yall rock !!! Cool


- ronie - 2011-04-30

cheers for posting the fix mate!

i'd already updated the code in svn last week,
but kinda forgot to post a heads-up for 3.11.5 users :-)


- amaiman - 2011-05-12

Exactly what I was looking for, thanks!

I was wondering why the music suddenly stopped playing a few days ago...


- NotNobody - 2011-05-12

This unfortunately didn't fix it for me.


- ronie - 2011-05-12

NotNobody Wrote:This unfortunately didn't fix it for me.

could you post a Debug Log so we can check what's going qrong?


- NotNobody - 2011-05-12

ronie Wrote:could you post a Debug Log so we can check what's going qrong?

6:17:53 T:3396 M:1405186048 WARNING: Skin has invalid include: TVTunes

Or did you need the whole thing?


- ronie - 2011-05-12

NotNobody Wrote:6:17:53 T:3396 M:1405186048 WARNING: Skin has invalid include: TVTunes

Or did you need the whole thing?

nope, let's start with that.
i have no clue where that invalid include comes from...

check two things,
MyVideoNav.xml, near the bottom should be this line:
Code:
<include condition="Skin.HasSetting(TvTunes)">[b]TvTunes[/b]</include>

and in Includes_Workarounds.xml, also near the end of the file:
Code:
<include name="[b]TvTunes[/b]">
    <onfocus>XBMC.RunScript(script.[b]tvtunes[/b],backend=True)</onfocus>
</include>

please make sure the capitalization is exactly as above.


- NotNobody - 2011-05-12

Checked, and all capitalization is fine.


- ronie - 2011-05-12

NotNobody Wrote:Checked, and all capitalization is fine.

ok, then i'll *do* need that full Debug Log ;-)


- NotNobody - 2011-05-12

http://notnobody.com/xbmc.log

My "Movies" link is also not working now... any tips for doing a fresh install but preserving my custom settings?


- ronie - 2011-05-12

ok, i see three issues here:

1) you're running a nightly build of xbmc.
T! v3.11.5 is not compatible with nightly builds.
you should use the svn version of Transparency! instead.

2) somehow you made an error when you edited Includes_Workarounds:
Quote:Error loading includes.xml file (C:\Users\Rob\AppData\Roaming\XBMC\addons\skin.transparency\720p\Includes_Workarounds.xml): Error document empty. (row=0, col=0)

3) to get your movies button up and running again:
disable Skin Settings > Scripts > Integrate Cinema Experience in home movie menu buttons


- NotNobody - 2011-05-12

ronie Wrote:ok, i see three issues here:

1) you're running a nightly build of xbmc.
T! v3.11.5 is not compatible with nightly builds.
you should use the svn version of Transparency! instead.

2) somehow you made an error when you edited Includes_Workarounds:


3) to get your movies button up and running again:
disable Skin Settings > Scripts > Integrate Cinema Experience in home movie menu buttons

Thanks for your help. Big Grin

I overwrote my Includes_Workarounds file with the one found in http://transparency-xbmc.googlecode.com/svn/trunk/ and now it works!!


- ronie - 2011-05-12

oops, you can scratch the first of my previous remarks,
you're not using a nightly build.

second, don't use that file, instead use this one:
http://transparency-xbmc.googlecode.com/svn/branches/dharma/720p/Includes_Workarounds.xml


- ronie - 2011-05-12

edit:

and after replacing Includes_Workarounds.xml,

carefully make this change:
change:
Code:
<onfocus>XBMC.RunScript(script.TvTunes,backend=True)</onfocus>
to:
Code:
<onfocus>XBMC.RunScript(script.[b]t[/b]v[b]t[/b]unes,backend=True)</onfocus>



- zosky - 2011-05-12

ronie, along the same lines (but not entirely)

when visualizations-for-background is ON
... xbmc shows visuals when a theme starts

i like this feature ... when listening to music (& browsing the lib)
when (not listening to music &) theme.mp3 loads
... can we please keep the fan-art on screen ?

is that too much to ask for ?