rockbox/utils/skinupdater
William Wilgus 62b5dfd81d [Feature] Skin engine Themes grab text from a file %ft(file, line) WIP
allow the skin engine to read text files and return a particular line

you then can use ss on that string to allow display of strings from the file
(Playername comes to mind)

able to be used as conditional
%?ft(filename)<Found|Not Found>

if (selected) line of file is empty the tag is treated as #COMMENT

scroll timeouts now persist thru trackchange

bugfix:
%t(n)%?x<text|text>
would ignore the specified timeout defaulting to 2 seconds

playername.txt generated at boot if it doesn't exist contents: 'RockBox!'

Change-Id: I961910e01be052ef902f77e6d92fc3e367ffe9d0
2024-12-07 13:21:21 -05:00
..
Makefile dead simple Makefile 2010-05-28 03:26:58 +00:00
skinupdater.c SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
tag_table.c [Feature] Skin engine Themes grab text from a file %ft(file, line) WIP 2024-12-07 13:21:21 -05:00
tag_table.h first go at a general skin updater program. not very useful yet 2010-05-27 15:35:22 +00:00
updatetheme.pl and woops 2010-05-30 02:32:44 +00:00