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)



- ppic - 2010-10-28 15:41

rausch101 Wrote:I think he means the now playing display that shows the time duration in the bottom left corner (at least for confluence)

he must have forgot to update your xml files.


- Thorbear - 2010-10-28 18:19

mwkurt Wrote:Thorbear,

Are you using the actual release of !T or are you using the svn downloads? You need to use the svn downloads to get this ability as it has the proper code for it. The first thread when you go to the !T page will give you the info.

Mark

My bad... I forgot to activate it in skin settings.
I've now realized that its a bad idea to do your tinkering when you barely can keep your eyes open =)


Aeon65 - sharbutt - 2010-10-29 03:02

Has enyone managed to get this to work with any of the Aeon skins..?

I use Aeon65, could someone let me know what to do to get this working...

I have the themes downloaded - this worked, but it is not playing these when browsing the TV Series...


- rausch101 - 2010-10-29 04:12

Slight bug/change:

If you go into the "Recently Added" section in TV Shows, it will just keep playing themes of each diffferent show as your scroll down the episodes. I think themes should be disabled in this view, right?


- rausch101 - 2010-10-29 04:12

sharbutt Wrote:Has enyone managed to get this to work with any of the Aeon skins..?

I use Aeon65, could someone let me know what to do to get this working...

I have the themes downloaded - this worked, but it is not playing these when browsing the TV Series...

You have to go into the actual TV show. The themes will start playing once you highlight a season or episode.


- ppic - 2010-10-29 11:23

rausch101 Wrote:Slight bug/change:

If you go into the "Recently Added" section in TV Shows, it will just keep playing themes of each diffferent show as your scroll down the episodes. I think themes should be disabled in this view, right?

ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.


- Adam B. - 2010-10-29 12:47

ppic Wrote:ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.

I'm not sure that anyone would want it there.

It might makes sense to have it as a setting if it would start playing the theme song every time you were over a different show.


- mcborzu - 2010-10-29 13:51

ppic Wrote:ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.

probably just keep it simple and disable for that section


- t2ffn - 2010-10-29 13:58

Anyone got this supported for AeonMQ2?


- mcborzu - 2010-10-29 14:04

t2ffn Wrote:Anyone got this supported for AeonMQ2?

for any skin really:

change, in MyVideoNav.xml:

<defaultcontrol always="true">50</defaultcontrol>

to

<defaultcontrol always="true">9999</defaultcontrol>

then put this block somewhere near top:

PHP Code:
<control type="button" id="9999">
            <
description>trigger</description>
            <
onfocus>XBMC.RunScript(script.TvTunes,backend=True&amploop=False)</onfocus>
            <
onfocus>SetFocus(50)</onfocus>
            <
texturenofocus>-</texturenofocus>
            <
texturefocus>-</texturefocus>
        </
control