remove source property "id3charset"
This commit is contained in:
parent
c4f0a2da8f
commit
982f2fe878
4
atom
4
atom
@ -116,9 +116,6 @@ getConfigSource() {
|
||||
'path')
|
||||
sourcepath="$value"
|
||||
;;
|
||||
'id3charset')
|
||||
sourceid3charset="$value"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
@ -957,7 +954,6 @@ General|Load|$maxload
|
||||
|Database|$database
|
||||
|Debug|$debug
|
||||
Source|Path|$sourcepath
|
||||
|ID3 Charset|$sourceid3charset
|
||||
EOF
|
||||
for destination in ${!destinationpath[@]}
|
||||
do
|
||||
|
||||
@ -40,8 +40,6 @@ Sections:
|
||||
|
||||
* path <directory>: String. The root of your collection.
|
||||
Default: /var/lib/mpd/music
|
||||
* id3charset <charset>: String. FLAC and Ogg Vorbis use UTF-8, but ID3 may use
|
||||
some other charset. Wrong settings can result in strangely tagged files.
|
||||
|
||||
[<some arbitrary string>]
|
||||
Each section not named 'general' or 'source' will define a new destination.
|
||||
|
||||
@ -7,7 +7,6 @@ debug 0
|
||||
|
||||
[source]
|
||||
path /var/lib/mpd/music
|
||||
id3charset iso-8859-15
|
||||
|
||||
[Ogg]
|
||||
path /mnt/Musique-OggQ2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user