remove source property "id3charset"
This commit is contained in:
parent
c4f0a2da8f
commit
982f2fe878
4
atom
4
atom
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user