summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_WPS_FORMAT
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-22 02:26:08 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-22 02:26:08 +0000
commit43e7cb8f40e443952f2b610cd35eb37f64627a45 (patch)
tree541cf62d4a86053b5842e71179e6052e891f1da1 /docs/CUSTOM_WPS_FORMAT
parentb986a5c6b7cdb7d27bd81e11f2cbb6c40a125df2 (diff)
downloadrockbox-43e7cb8f40e443952f2b610cd35eb37f64627a45.tar.gz
rockbox-43e7cb8f40e443952f2b610cd35eb37f64627a45.zip
Documentation for Custom WPS Display on the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1904 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r--docs/CUSTOM_WPS_FORMAT53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
new file mode 100644
index 0000000000..16549f389c
--- /dev/null
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -0,0 +1,53 @@
1Custom WPS Display
2wps.config File Format Specifications
3
4Description
5-----------
6The Custom WPS Display is used on the Rockbox Player ONLY as a means
7to customize the WPS to the user's likings.
8The first line of the 2 line display is the customized line (scrolling).
9The second line is always the time display. (Elapsed & Total Time).
10The second line is not able to be customized.
11All characters not preceded by % are displayed as typed.
12
13File Location
14-------------
15The configuration file must be located in the root folder of the
16device and must be named wps.config (lowercase)
17
18Tags
19----
20%t : ID3 Title
21%a : ID3 Artist
22%n : ID3 Track Number
23%u : ID3 Album
24%c : Conditional Title/Filename
25 Displays "Artist - Title" *or*
26 Displays Filename if no ID3 Artist/Title
27%b : File Bitrate
28%f : File Frequency
29%p : File Path
30%m : File Name
31%s : File Size (In Kilobytes)
32%i : Playlist Position
33%l : Playlist Total Entries
34%e : Elapsed Track Time
35%o : Total Track Time
36
37Example wps.config File
38-----------------------
39%i/%l: %c * %sKB
40
41Example Output
42--------------
43ID3 Title: None
44ID3 Artist: None
45Playlist Position: 5
46Playlist Total Entries: 10
47Filename: My Song.mp3
48File Size: 3500
49Elapsed Track Time: 2:23
50Total Track Time: 3:01
51The output of this on the player would be:
525/10: My Song.mp3 * 3500KB
532:23/3:01