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
202ae227
Commit
202ae227
authored
Dec 23, 2006
by
J. Alexander Treuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding documentation for gapless_mp3_playback config option.
git-svn-id:
https://svn.musicpd.org/mpd/trunk@5158
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
f30f93cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
mpd.conf.5
doc/mpd.conf.5
+11
-4
mpdconf.example
doc/mpdconf.example
+10
-2
No files found.
doc/mpd.conf.5
View file @
202ae227
...
@@ -184,6 +184,17 @@ supported character sets can be obtained by running "iconv -l". The default is
...
@@ -184,6 +184,17 @@ supported character sets can be obtained by running "iconv -l". The default is
to let libid3tag convert them (from ISO-8859-1, as the standard specifies) and
to let libid3tag convert them (from ISO-8859-1, as the standard specifies) and
do no additional conversion.
do no additional conversion.
.TP
.TP
.B gapless_mp3_playback <yes or no>
This specifies whether to support gapless playback of MP3s which have the
necessary headers. Useful if your MP3s have headers with incorrect
information. If you have such MP3s, it is highly recommended that you fix them
using vbrfix (available from <http://www.willwap.co.uk/Programs/vbrfix.php>)
instead of disabling gapless MP3 playback.
.TP
.B save_absolute_paths_in_playlists <yes or no>
This specifies whether relative or absolute paths for song filenames are used
when saving playlists. The default is "no".
.TP
.B metadata_to_use <tags>
.B metadata_to_use <tags>
This specifies the song metadata that will be scanned and made available to
This specifies the song metadata that will be scanned and made available to
clients. Note that you must recreate (not update) your database for changes to
clients. Note that you must recreate (not update) your database for changes to
...
@@ -193,10 +204,6 @@ tags may be specified as a comma separated list. An example value is
...
@@ -193,10 +204,6 @@ tags may be specified as a comma separated list. An example value is
"artist,album,title,track". The special value "none" may be used alone to
"artist,album,title,track". The special value "none" may be used alone to
disable all metadata. The default is to use all known tag types except for
disable all metadata. The default is to use all known tag types except for
comments.
comments.
.TP
.B save_absolute_paths_in_playlists <yes or no>
This specifies whether relative or absolute paths for song filenames are used
when saving playlists. The default is "no".
.SH REQUIRED AUDIO OUTPUT PARAMETERS
.SH REQUIRED AUDIO OUTPUT PARAMETERS
.TP
.TP
.B type <type>
.B type <type>
...
...
doc/mpdconf.example
View file @
202ae227
...
@@ -233,13 +233,21 @@ error_file "~/.mpd/mpd.error"
...
@@ -233,13 +233,21 @@ error_file "~/.mpd/mpd.error"
######################### OTHER OPTIONS ########################
######################### OTHER OPTIONS ########################
#
#
# The metadata types MPD will recognize.
# Try disabling this if you have MP3s which appear to end
# abruptly. If this solves the problem, it is highly
# recommended that you fix your MP3s with vbrfix (available from
# <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
# point you can re-enable support for gapless MP3 playback.
#
#
#
metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc
"
#
gapless_mp3_playback "yes
"
#
#
# Enable this if you wish to use your MPD created playlists in
# Enable this if you wish to use your MPD created playlists in
# other music players.
# other music players.
#
#
#save_absolute_paths_in_playlists "no"
#save_absolute_paths_in_playlists "no"
#
#
# The metadata types MPD will recognize.
#
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
#
################################################################
################################################################
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