XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support

Skin Help and Support GUI and Web skins/themes suggestions and support (help) for all XBMC end-users.
Please, add platform prefix to topic threads that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-12-09, 21:47   #1
nmirza
Member
 
Join Date: Mar 2008
Posts: 85
nmirza is on a distinguished road
Default Disabling OSD

I had requested this feature for Mediasteaem and one of the creators of skin said it might be difficult to implement in the 1.0 release, which i'm guessing it has been since it didn't show up. So i'm willign to get my hands dirty and try to do it myself if its not that difficult.

Is there some way to edit some files in the skin to disable automatic popup of progress bar when i press pause, forward or rewind? best case scenario would be when i press pause/forward/rewind nothing pops up, and if i press menu then the OSD pops up and i can go into audio/video settings. i know nothing about skinning or advanced editing so if someone could give me some guidelines id really appreciate it.
nmirza is offline   Reply With Quote
Old 2008-12-10, 03:18   #2
Wir3d
Team Razorfish
 
Wir3d's Avatar
 
Join Date: Aug 2007
Posts: 601
Wir3d is on a distinguished road
Default

Quote:
Originally Posted by nmirza View Post
I had requested this feature for Mediasteaem and one of the creators of skin said it might be difficult to implement in the 1.0 release, which i'm guessing it has been since it didn't show up. So i'm willign to get my hands dirty and try to do it myself if its not that difficult.

Is there some way to edit some files in the skin to disable automatic popup of progress bar when i press pause, forward or rewind? best case scenario would be when i press pause/forward/rewind nothing pops up, and if i press menu then the OSD pops up and i can go into audio/video settings. i know nothing about skinning or advanced editing so if someone could give me some guidelines id really appreciate it.
This is untested but you should be able to replace the following in DialogSeekbar.xml

Find:
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.ShowCodec | [Player.ShowInfo + Window.IsActive(FullScreenVideo)] | Window.IsActive(VideoOSD) | Player.Paused | Player.Forwarding | Player.Rewinding</visible>


Replace With:
<visible>Window.IsActive(VideoOSD)</visible>

This will make the seekbar only show when the Video OSD is displayed.
Hope this helps
Wir3d is online now   Reply With Quote
Old 2008-12-11, 02:15   #3
nmirza
Member
 
Join Date: Mar 2008
Posts: 85
nmirza is on a distinguished road
Default

thanks. so this somewhat worked. now while playing video when i press forward pause or rewing the progress bar doesnt come up, instead the episode/movie desription comes up. this i can live with, although if theres a way to remove this aswell and just have audio/video/bookmark settings button i'd love it.
the bigger problem is that while there is no progress bar, i still see the total length of movie and how far i am into the movie. so all thats removed is the horizontal progres bar in the middle, the left and right hand text (watched and total time) are still there. any way to remove them?
nmirza is offline   Reply With Quote
Old 2008-12-11, 02:59   #4
jmarshall
Team-XBMC Developer
 
Join Date: Oct 2003
Posts: 15,076
jmarshall is on a distinguished road
Default

You probably need to do it exactly the same way.
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


jmarshall is offline   Reply With Quote
Old 2008-12-11, 04:45   #5
Wir3d
Team Razorfish
 
Wir3d's Avatar
 
Join Date: Aug 2007
Posts: 601
Wir3d is on a distinguished road
Default

Lets start over. This should get you closer to what you are looking for.
Be sure to follow my instructions

DialogSeekBar.xml

Find:
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.ShowCodec | [Player.ShowInfo + Window.IsActive(FullScreenVideo)] | Window.IsActive(VideoOSD) | Player.Paused | Player.Forwarding | Player.Rewinding</visible>

Replace With:
<visible>Window.IsActive(VideoOSD) | [Player.ShowInfo + Window.IsActive(FullScreenVideo)]</visible>

VideoFullScreen.xml

Find:
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.ShowCodec | [Player.ShowInfo + Window.IsActive(FullScreenVideo)] | Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Player.Paused | Player.Forwarding | Player.Rewinding</visible>

Replace With:
<visible>Window.IsActive(VideoOSD) | [Player.ShowInfo + Window.IsActive(FullScreenVideo)]</visible>


Find (x2):
<visible>Player.Seeking | Player.DisplayAfterSeek | [Player.ShowInfo + Window.IsActive(FullScreenVideo)] | Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Player.Paused | Player.Forwarding | Player.Rewinding</visible>

Replace With:
<visible>Window.IsActive(VideoOSD) | [Player.ShowInfo + Window.IsActive(FullScreenVideo)]</visible>
Wir3d is online now   Reply With Quote
Old 2008-12-12, 17:37   #6
nmirza
Member
 
Join Date: Mar 2008
Posts: 85
nmirza is on a distinguished road
Default

awesome!!! thats perfect. really really appreciate the help, you have no idea how long i've been bumping my head trying to figure this out.
nmirza is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:37.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project