Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
1d0be2a0
Commit
1d0be2a0
authored
May 15, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fixed DocBook markup in doc/sticker.xml
The old sticker.xml used elements which are not valid in DocBook. Now that the file is valid, let's add it to $(DOCBOOK_FILES).
parent
46e0b49e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
43 deletions
+56
-43
Makefile.am
Makefile.am
+1
-1
sticker.xml
doc/sticker.xml
+55
-42
No files found.
Makefile.am
View file @
1d0be2a0
...
...
@@ -720,7 +720,7 @@ endif
man_MANS
=
doc/mpd.1 doc/mpd.conf.5
doc_DATA
=
AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
DOCBOOK_FILES
=
doc/protocol.xml doc/user.xml
DOCBOOK_FILES
=
doc/protocol.xml doc/user.xml
doc/sticker.xml
if
ENABLE_DOCUMENTATION
protocoldir
=
$(docdir)
/protocol
...
...
doc/sticker.xml
View file @
1d0be2a0
...
...
@@ -28,51 +28,64 @@
its easy to change this on the fly, if needed.
</para>
<tag>
<name>
rating
</name>
<value>
1-5
</value>
<para>
Will store a rating value from 1 (worst) to 5 (best) for a given song.
</para>
</tag>
<variablelist>
<varlistentry>
<term><varname>
rating
</varname></term>
<listitem>
<para>
Will store a rating value from 1 (worst) to 5 (best) for a
given song.
</para>
</listitem>
</varlistentry>
<tag>
<name>
album_rating
</name>
<value>
1-5
</value>
<para>
Will store a rating value from 1 (worst) to 5 (best) for a given album.
</para>
</tag>
<varlistentry>
<term><varname>
album_rating
</varname></term>
<listitem>
<para>
Will store a rating value from 1 (worst) to 5 (best) for a
given album.
</para>
</listitem>
</varlistentry>
<tag>
<name>
style
</name>
<value>
Keyword
</value>
<para>
This tag is used to keep the Genre tag clean, by now having 1000's of genres.
Instead you define a Main Genre for each file and can make a more specific
description. This should be one Keyword like "Post Punk" or "Progressive Death Metal"
An Alternative name for this tag is "Subgenre", time will tell which one gets
more support.
</para>
</tag>
<varlistentry>
<term><varname>
style
</varname></term>
<listitem>
<para>
This tag is used to keep the Genre tag clean, by now
having 1000's of genres. Instead you define a Main Genre
for each file and can make a more specific
description. This should be one Keyword like "Post Punk"
or "Progressive Death Metal" An Alternative name for this
tag is "Subgenre", time will tell which one gets more
support.
</para>
</listitem>
</varlistentry>
<tag>
<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
a song where they belong to: mapped to the song
</para>
</tag>
<varlistentry>
<term><varname>
lyrics
</varname></term>
<listitem>
<para>
This one is self explaining. This gives the option to
store lyrics of a song where they belong to: mapped to the
song
</para>
</listitem>
</varlistentry>
<tag>
<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
Keep in mind, that this tag is absolutely non-standard! I am not aware of any
other player that uses a comparable tag.
</para>
</tag>
<varlistentry>
<term><varname>
similar_artists
</varname>
(Comma seperated list of artists)
</term>
<listitem>
<para>
This tag enables a last.fm alike aproach which will still
work when being offline Keep in mind, that this tag is
absolutely non-standard! I am not aware of any other
player that uses a comparable tag.
</para>
</listitem>
</varlistentry>
</variablelist>
</chapter>
</book>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment