Transparency! - v2.01

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #431
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>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
mgtiger Offline
Junior Member
Posts: 13
Joined: Dec 2006
Reputation: 0
Post: #432
awesome, thanx
find
roland6543 Offline
Junior Member
Posts: 43
Joined: May 2009
Reputation: 0
Post: #433
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 Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #434
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


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
jgslima Offline
Junior Member
Posts: 16
Joined: Sep 2009
Reputation: 0
Post: #435
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 Offline
Junior Member
Posts: 43
Joined: May 2009
Reputation: 0
Post: #436
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 Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #437
Transparency! v2.11 Released:

http://forum.xbmc.org/showthread.php?tid=64908

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
Thread Closed