ronie
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
|
mgtiger Wrote:Is there a way to hide the movie info that appears in the center of the screen for the slide view? Optimally a toggle to show/hide, but if I could disable it in the xml that would work too.
I'm just using a mouse right now so maybe one of the remote buttons does that. Thanks.
in View-Slide.xml, replace:
Code:
<visible>Control.IsVisible(596) + !Window.IsVisible(VideoFiles) + !stringcompare(ListItem.Label,..) + !Player.HasVideo + !Control.IsVisible(7003) + !Control.IsVisible(7004)</visible>
with:
Code:
<visible>false</visible>
|
|
find
|
mgtiger
Junior Member
Posts: 13
Joined: Dec 2006
Reputation: 0
|
awesome, thanx
|
|
find
|
roland6543
Junior Member
Posts: 43
Joined: May 2009
Reputation: 0
|
Hi have been trying to ftp the transparency skin to my xbox, but I keep on getting a file too long error. I think they are from the studio file, but perhaps not exclusively.
XBMC build 23183 from T3CH
Trasnparency skin = XBOX friendly version
FTP program = flash ftp in firefox
Has anyone else experienced this? Have you managed to solve it? Is there an ftp or other program that can rename the files on the fly or with a batch script?
Help would be appreciated. This is driving me crazy.
|
|
find
|
amet
I wave my private parts at your aunties!
Posts: 3,480
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
|
roland6543 Wrote:Hi have been trying to ftp the transparency skin to my xbox, but I keep on getting a file too long error. I think they are from the studio file, but perhaps not exclusively.
XBMC build 23183 from T3CH
Trasnparency skin = XBOX friendly version
FTP program = flash ftp in firefox
Has anyone else experienced this? Have you managed to solve it? Is there an ftp or other program that can rename the files on the fly or with a batch script?
Help would be appreciated. This is driving me crazy.
I might be wrong but I believe you should zip it, copy it to XBOX and then unzip it there using File manager.
Zeljko
|
|
find
|
jgslima
Junior Member
Posts: 16
Joined: Sep 2009
Reputation: 0
|
ronie Wrote:in View-Slide.xml, replace:
Code:
<visible>Control.IsVisible(596) + !Window.IsVisible(VideoFiles) + !stringcompare(ListItem.Label,..) + !Player.HasVideo + !Control.IsVisible(7003) + !Control.IsVisible(7004)</visible>
with:
Code:
<visible>false</visible>
Jesus mgtiger! I always wanted Slide view to be this way, and I would never think in asking how to do that, because I didn't think this kinda thing were "configurable"! Thanks!
|
|
find
|
roland6543
Junior Member
Posts: 43
Joined: May 2009
Reputation: 0
|
Amet Wrote:I might be wrong but I believe you should zip it, copy it to XBOX and then unzip it there using File manager.
Zeljko
I have the Unleash dashboard. File Manager seems like a browser interface. How would I get a file to unzip from inside the File Manager?
|
|
find
|
ronie
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
|
|
|
find
|