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)



- hewwra - 2010-10-30 21:39

ppic Wrote:ok try next one 0.7.1

Code:
v0.7.1
- corrected float conversion error between linux and windows

Awesome, it works now.


- FreddyKrueger - 2010-10-31 01:46

ppic Wrote:please try:
Code:
v0.7.0
- added support for protected smb share 'activate in settings'.

Thanks ppic... it works great.
You're the man.....


- ppic - 2010-10-31 02:27

yeah! good to know !!!


- coendeurloo - 2010-10-31 12:09

I think I found a bug!

When you enable the play music in loop setting, this also affects your normal music, e.g. you can't skip a song anymore, as if it's on repeat forever. You can disable the setting in the tvtunes configure panel, but it won't have any effect untill you reboot XBMC.


- ppic - 2010-10-31 15:15

well, you just have to deactivate loop when playing music in xbmc player, what's the problem, i can't bet if it's active or not.


- t2ffn - 2010-10-31 20:38

mcborzu Wrote: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

That worked perfectly for AeonMQ2.

Thanks


- steshell - 2010-11-02 16:18

t2ffn Wrote:That worked perfectly for AeonMQ2.

Thanks

I can't seem to get this to work, I assume that I should alter MyVideoNav.xml in C:\Users\STEVE\AppData\Roaming\XBMC\addons\skin.AeonMQ-2\720p folder?

When I make the alteration I can't scroll through my shows or movies in showcase view.



Steve


- ederson - 2010-11-02 20:46

That`s right.
I followed the instruction posted by mcborzu and it worked.
I tried showcase view with no problems


- ppic - 2010-11-02 21:16

Code:
v0.7.2
- added Spanish translation.



- steshell - 2010-11-02 22:07

ederson Wrote:That`s right.
I followed the instruction posted by mcborzu and it worked.
I tried showcase view with no problems

Tried again and managed to get it partialy working. It works great the first time I select an episode but then won't work again unless I go back to main menu and then go into TV Series again, also if I play an episode the tune plays when I press x to stop the show.



Steve


DOH! Downloaded and installed latest version and it works like a dream, thanks.