SHow Library Uodate progress in full-screen?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
argh! Offline
Fan
Posts: 329
Joined: Jun 2011
Reputation: 0
Post: #1
Title says it all: is it at all possible to have the Scanning for New Content bar showing while watching a full-screen video?

I like to see what it does or does not find, but since my updates take up to 4 freaking minutes, I prefer to to have to wait so long to watch my shows.

thanks.
find quote
ronie Online
Team-XBMC Member
Posts: 8,343
Joined: Jan 2009
Reputation: 111
Post: #2
most people prefer not to be disturbed by the scanning dialog when watching a movie, therefore it's hidden on that screen.

you'll have to mod the skin yourself if you want it to be visible in the video window.

remove this bit of code in DialogVideoScan.xml:
Code:
| Window.IsVisible(FullscreenVideo)

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 quote
argh! Offline
Fan
Posts: 329
Joined: Jun 2011
Reputation: 0
Post: #3
Thank you!
find quote
argh! Offline
Fan
Posts: 329
Joined: Jun 2011
Reputation: 0
Post: #4
This file no long exists with T! v 5.0.8 (or whatever the latest one it).

Where would it go now?
find quote
ronie Online
Team-XBMC Member
Posts: 8,343
Joined: Jan 2009
Reputation: 111
Post: #5
both DialogVideoScan.xml and DialogMusicScan.xml are no longer used in XBMC.
they have been replaced by DialogExtendedProgressBar.xml.

the piece of code you'll have to remove is still the same though Smile

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 quote
argh! Offline
Fan
Posts: 329
Joined: Jun 2011
Reputation: 0
Post: #6
Cool beans. Thanks, Ronie!
find quote