![]() |
|
Transparency! - FAQ / HowTo - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Transparency! (/forumdisplay.php?fid=115) +---- Thread: Transparency! - FAQ / HowTo (/showthread.php?tid=53547) |
- reitman1 - 2010-05-28 15:44 ronie Wrote:are you perhaps running an old version of xbmc? I do have the newest xbox friendly version of Transparency, but I'm using the most stable release of t3ch version of XBMC for xbox which is 9.04.1. Should I upgrade to his SVN version? I thought the true 9.11 version only worked on windows/linux/etc. as I don't see an xbox download on xbmc.org's download page. Thanks again for your help. Nate - ronie - 2010-05-28 18:53 reitman1 Wrote:I do have the newest xbox friendly version of Transparency, but I'm using the most stable release of t3ch version of XBMC for xbox which is 9.04.1. Should I upgrade to his SVN version? I thought the true 9.11 version only worked on windows/linux/etc. as I don't see an xbox download on xbmc.org's download page. Thanks again for your help. 9.04.1 is pretty old, you should try the latest T3CH release (XBMC 2010-04-27 SVN rev29407). - reitman1 - 2010-05-28 19:26 ronie Wrote:9.04.1 is pretty old, you should try the latest T3CH release (XBMC 2010-04-27 SVN rev29407). I'll install that when I get home from work and let you know how it goes. Thanks much! - reitman1 - 2010-05-29 22:27 ronie Wrote:9.04.1 is pretty old, you should try the latest T3CH release (XBMC 2010-04-27 SVN rev29407). That worked like a charm! - CrickDo666 - 2010-05-31 00:31 Hi all i have a question i didnt see covered (maybe i missed it ) i wanna put multiple backgrounds in the back of a custom path on my box (not in home menu but behind it ) its currently pointed to video files view but it shares a bkgrnd path with the videos tab ...is this possible - ronie - 2010-05-31 00:57 CrickDo666 Wrote:Hi all i have a question i didnt see covered (maybe i missed it ) i wanna put multiple backgrounds in the back of a custom path on my box (not in home menu but behind it ) its currently pointed to video files view but it shares a bkgrnd path with the videos tab ...is this possible you'll have to mod the skin for it in MyVideos.xml, you'll find one multiimage control, add another one after it: Code: <control type="multiimage">replace '/path/to/backgroundsfolder' with the path to the folder containing your background images and replace 'SourceName' with the name you've given to the source when you added your custom path to xbmc. - CrickDo666 - 2010-05-31 01:09 thanx for the quick response ill give it a try ang let you know how it works out
- CrickDo666 - 2010-05-31 01:17 is the sourcename the label i gave in includes_home.xml? its currently just going to the videos source page - ronie - 2010-05-31 01:26 no, it's the label that's shown on the Videos page. let's say you want custom backgrounds when browsing your Home Movies, you simply replace SourceName with Home Movies
- CrickDo666 - 2010-05-31 01:33 ok im glad u showed a screen cause mine looks the same (except the links) so theoretically if i go into home movies and my myvideo.xml looks like this </control><control type="multiimage"> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <timeperimage>5000</timeperimage> <randomize>true</randomize> <fadetime>2000</fadetime> <imagepath fallback="special://skin/images/backgrounds/background-videos.jpg">/E/IMAGES/Home Movies/</imagepath> <aspectratio>scale</aspectratio> <include condition="Skin.HasSetting(AnimateBackgrounds)">backgroundanimation</include> <include>VisibleFadeEffect</include> <visible>substring(Container.FolderName,Home Movies) + IsEmpty(ListItem.Property(Fanart_Image)) + IsEmpty(Fanart.Image)</visible> </control> and my art is in E:/IMAGES/Home Movies and my videos are in SMB://Home Movies i have it like this where am i going wrong? |