![]() |
|
[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 |
- 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
- 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">- 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. 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. |