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
...
@@ -720,7 +720,7 @@ endif
man_MANS
=
doc/mpd.1 doc/mpd.conf.5
man_MANS
=
doc/mpd.1 doc/mpd.conf.5
doc_DATA
=
AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
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
if
ENABLE_DOCUMENTATION
protocoldir
=
$(docdir)
/protocol
protocoldir
=
$(docdir)
/protocol
...
...
doc/sticker.xml
View file @
1d0be2a0
...
@@ -28,51 +28,64 @@
...
@@ -28,51 +28,64 @@
its easy to change this on the fly, if needed.
its easy to change this on the fly, if needed.
</para>
</para>
<tag>
<variablelist>
<name>
rating
</name>
<varlistentry>
<value>
1-5
</value>
<term><varname>
rating
</varname></term>
<para>
<listitem>
Will store a rating value from 1 (worst) to 5 (best) for a given song.
<para>
</para>
Will store a rating value from 1 (worst) to 5 (best) for a
</tag>
given song.
</para>
</listitem>
</varlistentry>
<tag>
<varlistentry>
<name>
album_rating
</name>
<term><varname>
album_rating
</varname></term>
<value>
1-5
</value>
<listitem>
<para>
<para>
Will store a rating value from 1 (worst) to 5 (best) for a given album.
Will store a rating value from 1 (worst) to 5 (best) for a
</para>
given album.
</tag>
</para>
</listitem>
</varlistentry>
<tag>
<varlistentry>
<name>
style
</name>
<term><varname>
style
</varname></term>
<value>
Keyword
</value>
<listitem>
<para>
<para>
This tag is used to keep the Genre tag clean, by now having 1000's of genres.
This tag is used to keep the Genre tag clean, by now
Instead you define a Main Genre for each file and can make a more specific
having 1000's of genres. Instead you define a Main Genre
description. This should be one Keyword like "Post Punk" or "Progressive Death Metal"
for each file and can make a more specific
An Alternative name for this tag is "Subgenre", time will tell which one gets
description. This should be one Keyword like "Post Punk"
more support.
or "Progressive Death Metal" An Alternative name for this
</para>
tag is "Subgenre", time will tell which one gets more
</tag>
support.
</para>
</listitem>
</varlistentry>
<tag>
<varlistentry>
<name>
lyrics
</name>
<term><varname>
lyrics
</varname></term>
<value>
The lyrics of the song, including header with Artist - Title
</value>
<listitem>
<para>
<para>
This one is self explaining. This gives the option to store lyrics of
This one is self explaining. This gives the option to
a song where they belong to: mapped to the song
store lyrics of a song where they belong to: mapped to the
</para>
song
</tag>
</para>
</listitem>
</varlistentry>
<tag>
<varlistentry>
<name>
similar_artists
</name>
<term><varname>
similar_artists
</varname>
(Comma seperated list of artists)
</term>
<value>
Comma seperated list of artists
</value>
<listitem>
<para>
<para>
This tag enables a last.fm alike aproach which will still work when being offline
This tag enables a last.fm alike aproach which will still
Keep in mind, that this tag is absolutely non-standard! I am not aware of any
work when being offline Keep in mind, that this tag is
other player that uses a comparable tag.
absolutely non-standard! I am not aware of any other
</para>
player that uses a comparable tag.
</tag>
</para>
</listitem>
</varlistentry>
</variablelist>
</chapter>
</chapter>
</book>
</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