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)



- ronie - 2011-11-09 00:28

Machine-Sanctum Wrote:Well that one thing we can discuss some where else Smile
yeah, we definitely should.
#xbmc on FreeNode, is where i'm at usually.

thanx for clearing up the thumb/fanart question :-)


- smiffy1989 - 2011-11-11 23:18

ronie Wrote:as requested & as promised, please test:
script.tvtunes-1.0.9v2.zip

let me know if there's any issues.
btw, the new location of the script is program addons instead of video addons.

My setup has been a bit neglected lately so I totally missed this! Just checking in on the latest developments and remembered that I'd requested this!

Hope the other scripts follow suit and allow this also!

Will give it a go when I have some time. Thanks a lot Smile


- smiffy1989 - 2011-11-11 23:52

Just set it up on my laptop to test, plays instantly from my unraid cache drive that I always have spun up Smile


- fmronan - 2011-11-13 11:04

google translation:
I have a little trouble with tvtunes before I used
Code:
!SubString(Window(10025).Property(tvtunesIsAlive),True)
to verify that the music is not played with tvtunes, to avoid some worries Displaying and research in the flow but now it does not work, I have to use what?


- ronie - 2011-11-13 14:29

fmronan Wrote:google translation:
I have a little trouble with tvtunes before I used
Code:
!SubString(Window(10025).Property(tvtunesIsAlive),True)
to verify that the music is not played with tvtunes, to avoid some worries Displaying and research in the flow but now it does not work, I have to use what?

nothing was changed in this regard and it's still working fine at my end.

i think it's a case sensitive issue, try this:
Code:
!SubString(Window(10025).Property(TvTunesIsAlive),[b]t[/b]rue)



- fmronan - 2011-11-13 21:10

ok, that's good thank youCool


- gargoyle67 - 2011-11-13 23:39

A good tip for those of you that can't find the tv theme music for your shows at the tv theme site is to look on youtube and use a program (I use firefox web browser with downloadhelper plugin) to download the youtube video with your wanted theme, Then use a program to convert the youtube.mp4 video to wave file (I use riverpast audio converter, It's free). Then use another program to convert the wave file into an mp3, I use Wav to mp3 converter, Don't know who it's from but it's also free. It sounds like a lot of work but isn't it takes under a minuet to do the whole process, prob takes longer downloading the video. I also finish off the job by using mp3gain program to equalize the volume gain of each theme so none are too loud or too soft, It's also free link below.
I set my target volume to 80 db for my setup, Don't forget to also adjust the tv theme plugin volume within XBMC.
http://mp3gain.sourceforge.net/


- frr792 - 2011-11-13 23:55

I'm having a problem with the TvTunes script on my Jetway Mini-Top Openelec.tv XBMC Dharma, the script version is 0.9.0 from the XBMC repo

when i browse on my workstation, pre eden build the themes play no problem but when i browse on my htpc the themes do not play

i am using aeon nox from the xbmc repo as well

can somebody tell me what i might be doing wrong? thanks for your help


Request... kindof? - willyt - 2011-11-17 06:57

Hey! So I tweaked TVTunes to play the Blu-Ray menu music for my Movies Library when I flip through them... and it changes music as soon as I move to a different title. Unfortunately, I have another idea, and am currently trying to make it work... but with zero Python experience... I think I'm stuck. I'm trying to have it play the Blu-Ray video menu background video file, and I successfully got it to play as a background for XBMC... but that takes up the whole screen and takes me out of the movie menu. I'd like to simply have it play in the "Picture-In-Picture" mode in the skin, like a mini-movie pops up. Hope that makes some sense at least. Anyway, I thought it was a cool idea and that someone maybe would want to integrate that into TVTunes... or maybe suggest how to do it in Python? All I need is to add the silly video window in the skin.

Thanks!


- Tobby - 2011-11-17 18:25

Just downloaded it from the XBMC repo (pre Eden) but it dosn't download any tunes. What should I do?