[bug] script.TvTunes does not exist

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #11
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_Workar​ounds.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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
NotNobody Offline
Junior Member
Posts: 22
Joined: May 2011
Reputation: 0
Post: #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!!
(This post was last modified: 2011-05-12 14:27 by NotNobody.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #13
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/...rounds.xml

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #14
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>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
zosky Offline
Member+
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #15
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 ?

8 xbmc frodo's (rc3) ... atom/ion(xbmcBuntu) | amd3000/nVidia9800(mint12) | iphone4(5.1.1) | hpTouchPad(cyanogen9) ... and more
+ central mySQL db + 11TB mdadm raid6 (+transmission-daemon & flexGet)
+ maraschino + IRtoy.v2
[Image: widget]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #16
zosky Wrote: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 ?

surely not.
changed in T! svn.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
zosky Offline
Member+
Posts: 302
Joined: Dec 2008
Reputation: 1
Location: toronto. canada
Post: #17
ronie Wrote:surely not.
changed in T! svn.

What a pro! Thanks.

I guess i should switch over to the T! svn when I got home.

8 xbmc frodo's (rc3) ... atom/ion(xbmcBuntu) | amd3000/nVidia9800(mint12) | iphone4(5.1.1) | hpTouchPad(cyanogen9) ... and more
+ central mySQL db + 11TB mdadm raid6 (+transmission-daemon & flexGet)
+ maraschino + IRtoy.v2
[Image: widget]
find quote
Post Reply