Current Manual entries I have:
Tag Description
%ft(filename
[,line]Get a line of text from a file.
224
Use this tag to check for the existence of a file or read a line of text from a file.
Checking if a file exists can be done with %?(ft(filename)<Found|NotFound> similarly
you can also check if a specific line exists with %?(ft(filename, n)<Found|NotFound>
where n is the desired line. Note: empty files or files that do not exist are ignored by
the skin engine otherwise
filename – filename Note: files can only be found in /.rockbox directory or one of its
children. eg. %ft(wps/file.txt) would refer to /.rockbox/wps/file.txt
line – OPTIONAL, which line to grab, defaults to the first line. Note: lines must end
with CR or LF but may not exceed 320 characters
and
13.1.2. Customising The Playername
Some themes (Cabbiev2) show a customizable playername in the Whats Playing Screen.
Edit the first line of /.rockbox/playername.txt to show your own message or leave an
empty file to disable the feature, deleting the file will generate a new playername.txt file
containing ’RockBox!’ next boot.