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-12-30 12:50

http://wiki.xbmc.org/index.php?title=Comparison_of_skin_featureshttp://wiki.xbmc.org/index.php?title=Comparison_of_skin_features

don't seems to be included, maybe you can ask hitcher, it would be easier.


- Hitcher - 2010-12-30 18:32

Added for next Revisited update.


- ppic - 2010-12-30 18:57

thanks a lot hitcher Wink


- Hitcher - 2010-12-30 19:04

Oh, and there's a typo/error in the code on the first page and in the changelog.txt. Also, it's always best to use the window name instead of it's ID if you're using the visible condition.

PHP Code:
<control type="button" id="9999">
    <
description>trigger</description>
    <
onfocus>XBMC.RunScript(script.TvTunes,backend=True&amp;loop=False)</onfocus>
    <
onfocus>SetFocus(50)</onfocus>
    <
texturenofocus>-</texturenofocus>
    <
texturefocus>-</texturefocus>
    <
visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
</
control



- ppic - 2010-12-30 19:34

thanks, i've edited the first page.


- hewwra - 2010-12-30 20:18

A cool feature would IMHO be that there would always be a song playing no matter where I am in XBMC.

So directly when I start XBMC I'm at the home screen and a mp3 would start to play at once and it would continue to play until I enter a TV series folder then it would switch to that mp3.

Doable? Crappy idea? Already implemented by someone else?


- rflores2323 - 2010-12-30 20:29

hewwra Wrote:A cool feature would IMHO be that there would always be a song playing no matter where I am in XBMC.

So directly when I start XBMC I'm at the home screen and a mp3 would start to play at once and it would continue to play until I enter a TV series folder then it would switch to that mp3.

Doable? Crappy idea? Already implemented by someone else?


yeah I think that would be a great thing to add. basically some background music. maybe have it where you can add a folder with a bunch of .mp3 and it would randomly pick everytime you start xbmc or play one after another in a continous loop. This would be a great feature.


Xperience - jaytyler - 2010-12-30 20:48

Hi guys

Any idea what I'd need to do to get this working in Xperience?

Thanks


- ppic - 2010-12-30 21:23

you can ask the author, it's the better way: http://wiki.xbmc.org/index.php?title=Comparison_of_skin_features
as it doesn't seems to support it for now.


- ppic - 2010-12-30 21:24

rflores2323 Wrote:yeah I think that would be a great thing to add. basically some background music. maybe have it where you can add a folder with a bunch of .mp3 and it would randomly pick everytime you start xbmc or play one after another in a continous loop. This would be a great feature.

use playlist on start, it's supported by xbmc.