2009-07-09, 01:44
Make sure your Redux folder isn't inside another folder. It should be \skins\MediaStream_Redux\skin.xml and other folders.
Baphomet Wrote:I know it's unlikely, but any chance you could add a "games" category to the home menu screen, Jezz?
I use xbmc "almost" exclusively on the xbox and it's mostly my kids that use it at that... They don't use anything outside of the games, movies and tv and have no need for the programs option -- I realize "programs" is used as a wrapper for most everything game or proggie related, but it would be nice if there were options to enable/disable the "programs" and "games" categories...
I know how you feel about adding more stuff to this skin, so I guess I'm just thinking out loud here. Maybe if it garnered enough requests, you might consider it?
<label2>31002</label2>
<onclick>ActivateWindow(Pictures)</onclick>
<label2>Games</label2>
<onclick>ActivateWindow(Programs,Games)</onclick>
Baphomet Wrote:I know it's unlikely, but any chance you could add a "games" category to the home menu screen, Jezz?
I use xbmc "almost" exclusively on the xbox and it's mostly my kids that use it at that... They don't use anything outside of the games, movies and tv and have no need for the programs option -- I realize "programs" is used as a wrapper for most everything game or proggie related, but it would be nice if there were options to enable/disable the "programs" and "games" categories...
I know how you feel about adding more stuff to this skin, so I guess I'm just thinking out loud here. Maybe if it garnered enough requests, you might consider it?
Jezz_X Wrote:You could always when onyour games share open the context menu and select "Set as default" then everytime you click programs it would go straight to it.
then you could do what the post above says and change the label for the programs one
Jezz_X Wrote:well for starters thats not my skinthats the mod for it
for seconds latest stable isn't new enough you need to upgrade to an SVN version
vanvonno Wrote:Using Media info 2 view the plot in TV-series and Movies is not scrolling although i have enabled scrolling in settings. it does in the info window and on the plot for movies, but not there.
SlaveUnit Wrote:Jezz_X
I know now that you have the Movies and TV Shows on the main page. Now when you enter those catergories and enable fanart you see fan art for the proper shows/movies. But when the movie or tv show does not have a fanart it shows the ones for Videos. Will this change at all so they match what the user has on his/her home screen. ie I have a set of theater type backdrops for the home page for Movies. I would love to see one of those backdrops when a movie has no fanart and not the one for Videos.
<constant name="IconCrossfadeTime">400</constant>
<include name="CommonMoviesBackground">
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath fallback="special://skin/backgrounds/movies.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</imagepath>
<timeperimage>10000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
</include>
<include>CommonVideoBackground</include>
<include>CommonMoviesBackground</include>
SlaveUnit Wrote:So this will also with the muli-image feature? The cycling backgrounds?Doh forgot about that. Yes it will work, just make the following change in the Includes.xml -
<imagepath fallback="special://skin/backgrounds/movies.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</imagepath>
<imagepath fallback="special://skin/backgrounds/movies.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_[b]Movies[/b]_Folder)]</imagepath>