![]() |
|
[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-17 19:29 willyt Wrote: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.the start a video in a small window, instead of fullscreen, you need to add ',1' to the play media command: Quote:PlayMedia(media[,isdir][,1],[playoffset=xx]) Plays the media. This can be a playlist, music, or video file, directory, plugin or an Url. The optional parameter ",isdir" can be used for playing a directory. ",1" will start a video in a preview window, instead of fullscreen. If media is a playlist, you can use playoffset=xx where xx is the position to start playback from. to add a video window to the skin, you need to add a videowindow control: Code: <control type="videowindow">- Tobby - 2011-11-18 22:42 Please help. How do I use it? It hasn't downloaded any themes. - Deano316 - 2011-11-18 22:49 @willyt - how do you get the music to play for movies. Is it a simple fix? - ppic - 2011-11-18 22:50 Tobby Wrote:PLease help. How do I use it? I hasn't downloaded any themes. how can we help you if we don't know what you've done ... and don't forget the debug log. - Tobby - 2011-11-18 23:04 ppic Wrote:how can we help you if we don't know what you've done ...I've done nothing. I dont know what to do. - ppic - 2011-11-18 23:37 so start by reading the first post... - ronie - 2011-11-18 23:49 v1.0.11 is now in the pre-eden addon repo. the script now has an option to store tv tunes in a custom folder. note: as of now, it is a program addon instead of a video addon! - Tobby - 2011-11-19 00:09 ppic Wrote:so start by reading the first post...I did, but how do I sesarch with it? All I can do is configure, uninstall or deacivate. It doesn't start any search. - ppic - 2011-11-19 00:28 just clic on it, it will start searching, you need to have tvshows in library. - Tobby - 2011-11-19 00:31 ppic Wrote:just clic on it, it will start searching, you need to have tvshows in library.Sorry, but when I click on it I come to the info page where I have the options I wrote in my last post. |