XBMC Community Forum
[RELEASE] TvTunes Addon - TV Show Theme Music while browsing - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TvTunes Addon - TV Show Theme Music while browsing (/showthread.php?tid=83925)



- cowdar - 2010-11-12 15:48

ppic Wrote:what are you talking about for that ?

Its working now
install the xbmcfreak live cd beta 4
and unmuted somthing? in the audio mixer plugin and its working.


Transparency Help needed. - sharbutt - 2010-11-13 01:58

can someone tell me what needs to be done to get this working with Transparency, i have this installed ok (from the zip file), i have also gone into the add-on and downloaded the tunes, but I cannot get these to play when browsing, do I need to edit my xml files..?


- Sranshaft - 2010-11-13 02:15

Yes, you'll need to edit your xml files if Transparency! doesn't support it. The directions are in the first post.


- ppic - 2010-11-13 03:57

or use the svn for transparency


- sharbutt - 2010-11-13 19:49

ppic Wrote:or use the svn for transparency

I am still really new to XBMC, does anyone have a link to the SVN for Transparency..?

sorry if this is a silly question, but i am no sure what the SVN is..?


- ppic - 2010-11-14 03:01

http://passion-xbmc.org/addons/?Page=View&ID=skin.transparency.svn


- sharbutt - 2010-11-14 03:46

ppic Wrote:http://passion-xbmc.org/addons/?Page=View&ID=skin.transparency.svn

Thanks !!


- ronie - 2010-11-15 23:04

to prevent that mouse users accidentally focus the hidden button,
you need to put it somewhere outside of the screen.

hope this saves other some time, as it took me a while to figure
out why navigating the video-library had some issues in T!

Code:
<control type="button" id="9999">
            <description>trigger</description>
[b]            <posy>-10</posy>
            <posy>-10</posy>
            <width>1</width>
            <height>1</height>[/b]
            <onfocus>XBMC.RunScript(script.TvTunes,backend=True&amploop=False)</onfocus>
            <onfocus>SetFocus(50)</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
        </control>



- mcborzu - 2010-11-16 01:03

ronie Wrote:to prevent that mouse users accidentally focus the hidden button,
you need to put it somewhere outside of the screen.

hope this saves other some time, as it took me a while to figure
out why navigating the video-library had some issues in T!

Code:
<control type="button" id="9999">
            <description>trigger</description>
[b]            <posy>-10</posy>
            <posy>-10</posy>
            <width>1</width>
            <height>1</height>[/b]
            <onfocus>XBMC.RunScript(script.TvTunes,backend=True&amploop=False)</onfocus>
            <onfocus>SetFocus(50)</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
        </control>

Oh, I wondered why people put those fake/special button on the outside...


- ppic - 2010-11-16 03:25

well, you are skinners, i believe you Wink