mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove flashing text with the player name from the Next track label in WPS
Currently, in Cabbie v2 there is a demonstration of the %ft() tag, which shows the player name (or Rockbox! if not configured) for a second between switching tracks, or every 5 minutes of playback. This is confusing for a couple of users (including me), does not bring any useful information, and is removed from the theme. The tag and its documentation are left intact, so theme developers can make use of it in their themes. Change-Id: Id3c79f442e4836a78d24997bd66e01c08206dd18
This commit is contained in:
parent
08a6f804ce
commit
614c6e9500
27 changed files with 41 additions and 41 deletions
|
@ -55,7 +55,7 @@
|
|||
%s%ac%?it<%it|%fn>
|
||||
%s%ac%?ia<%ia|%?iA<%iA|%?d(2)<%d(2)|%(root%)>>>
|
||||
|
||||
%s%ac%Sx(Next Track:);%s%ac%t(1, 300)%ft(playername.txt)
|
||||
%s%ac%Sx(Next Track:)
|
||||
%s%ac%?It<%It|%Fn>
|
||||
|
||||
#Time and Playlist Info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue