like that the screen stayed longer fixed

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Rai2009Brasil Offline
Junior Member
Posts: 3
Joined: Aug 2009
Reputation: 0
Post: #1
Angry
friends use MediaStream skin I am posting my question because I have not found anything in the forum like that the screen stayed longer fixed, it takes a few seconds. xlm which file I edit so that it is longer established.
following picture attached.

[Image: screenshot000q.png]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #2
you can hit 'i' on keyboard / 'info' on remote to toggle the info between permanently visible or hide after a number of seconds.

you can also specify a custom time in advancedsettings.xml.

see: http://wiki.xbmc.org/?title=Visualizations

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
Rai2009Brasil Offline
Junior Member
Posts: 3
Joined: Aug 2009
Reputation: 0
Post: #3
ronie Wrote:you can hit 'i' on keyboard / 'info' on remote to toggle the info between permanently visible or hide after a number of seconds.

you can also specify a custom time in advancedsettings.xml.

see: http://wiki.xbmc.org/?title=Visualizations



thank Nod, analyzing ... I'm having a little trouble!
I copied the code and saved in notpad "advancedsettings.xml"
what code should I change and where should I put "advancedsettings.xml"
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #4
let's say you want the info to stay on screen for two minutes:
Code:
<advancedsettings>
      <songinfoduration>120</songinfoduration>
</advancedsettings>

save the file to your userdata folder.
the location of the userdata folder depends on the platform you're using.

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
Rai2009Brasil Offline
Junior Member
Posts: 3
Joined: Aug 2009
Reputation: 0
Post: #5
ronie Wrote:let's say you want the info to stay on screen for two minutes:
Code:
<advancedsettings>
      <songinfoduration>120</songinfoduration>
</advancedsettings>

save the file to your userdata folder.
the location of the userdata folder depends on the platform you're using.


Nod
Friend, thank you. following their tips could do what he intended
HEALTH AND PEACE

THANK YOU, THANK YOU, THANK YOU, THANK YOU, THANK YOU,
find quote