![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
- ronie - 2011-11-09 00:28 Machine-Sanctum Wrote:Well that one thing we can discuss some where elseyeah, 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: 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
- 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
- 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)- ronie - 2011-11-13 14:29 fmronan Wrote:google translation: 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 you
- 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? |