remove source property "id3charset"

This commit is contained in:
Vincent Riquer 2013-03-08 13:51:08 +01:00
parent c4f0a2da8f
commit 982f2fe878
3 changed files with 0 additions and 7 deletions

4
atom
View File

@ -116,9 +116,6 @@ getConfigSource() {
'path') 'path')
sourcepath="$value" sourcepath="$value"
;; ;;
'id3charset')
sourceid3charset="$value"
;;
esac esac
} }
@ -957,7 +954,6 @@ General|Load|$maxload
|Database|$database |Database|$database
|Debug|$debug |Debug|$debug
Source|Path|$sourcepath Source|Path|$sourcepath
|ID3 Charset|$sourceid3charset
EOF EOF
for destination in ${!destinationpath[@]} for destination in ${!destinationpath[@]}
do do

View File

@ -40,8 +40,6 @@ Sections:
* path <directory>: String. The root of your collection. * path <directory>: String. The root of your collection.
Default: /var/lib/mpd/music 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>] [<some arbitrary string>]
Each section not named 'general' or 'source' will define a new destination. Each section not named 'general' or 'source' will define a new destination.

View File

@ -7,7 +7,6 @@ debug 0
[source] [source]
path /var/lib/mpd/music path /var/lib/mpd/music
id3charset iso-8859-15
[Ogg] [Ogg]
path /mnt/Musique-OggQ2 path /mnt/Musique-OggQ2