diff options
author | Rasmus Steinke <rasi1979@googlemail.com> | 2009-01-25 20:09:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-26 08:12:10 +0100 |
commit | 3f2ed33f571c1e7b1276e7cf6c9399eabec9d8b9 (patch) | |
tree | 50a41511a15439cbd608d71c3df6f677108634e1 /doc/sticker.xml | |
parent | 8bc6bca555e95a2bab6aeeee51e70ca49e71864f (diff) | |
download | mpd-3f2ed33f571c1e7b1276e7cf6c9399eabec9d8b9.tar.gz mpd-3f2ed33f571c1e7b1276e7cf6c9399eabec9d8b9.tar.xz mpd-3f2ed33f571c1e7b1276e7cf6c9399eabec9d8b9.zip |
changed sticker names to be lowercase and without spaces
Diffstat (limited to '')
-rw-r--r-- | doc/sticker.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/sticker.xml b/doc/sticker.xml index 4760954e3..ed9d4c087 100644 --- a/doc/sticker.xml +++ b/doc/sticker.xml @@ -23,10 +23,13 @@ widely used tags. This way the tags might still work in other players, if you sync the database with your original media files. + Keep in mind that we stick with lower case tags with underscores + instead of spaces. If there will be a Sync tool in future + its easy to change this on the fly, if needed. </para> <tag> - <name>Rating</name> + <name>rating</name> <value>1-5</value> <para> Will store a rating value from 1 (worst) to 5 (best) for a given song. @@ -34,7 +37,7 @@ </tag> <tag> - <name>Album Rating</name> + <name>album_rating</name> <value>1-5</value> <para> Will store a rating value from 1 (worst) to 5 (best) for a given album. @@ -42,7 +45,7 @@ </tag> <tag> - <name>Style</name> + <name>style</name> <value>Keyword</value> <para> This tag is used to keep the Genre tag clean, by now having 1000's of genres. @@ -54,7 +57,7 @@ </tag> <tag> - <name>Lyrics</name> + <name>lyrics</name> <value>The lyrics of the song, including header with Artist - Title</value> <para> This one is self explaining. This gives the option to store lyrics of @@ -63,7 +66,7 @@ </tag> <tag> - <name>Similar Artists</name> + <name>similar_artists</name> <value>Comma seperated list of artists</value> <para> This tag enables a last.fm alike aproach which will still work when being offline |