like that the screen stayed longer fixed
#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
Reply
#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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#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"
Reply
#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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#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,
Reply

Logout Mark Read Team Forum Stats Members Help
like that the screen stayed longer fixed0