mime-type exceptions per destination

This commit is contained in:
Vincent Riquer 2013-02-24 21:50:15 +01:00
parent 380c9ac3af
commit 2911ee43d4

View File

@ -10,8 +10,6 @@ path /var/lib/mpd/music
id3charset iso-8859-15 id3charset iso-8859-15
# you should not skip application/octet-stream, they could be somthing similar # you should not skip application/octet-stream, they could be somthing similar
# to "Audio file with ID3 version 2.4.0, unsynchronized frames" # to "Audio file with ID3 version 2.4.0, unsynchronized frames"
skip_mime-type text/*
skip_mime-type image/*
[Ogg] [Ogg]
path /mnt/Musique-OggQ2 path /mnt/Musique-OggQ2
@ -19,6 +17,8 @@ format vorbis
quality 1 quality 1
channels 2 channels 2
frequency 44100 frequency 44100
copy_mime-type image/*
copy_mime-type text/*
[MP3] [MP3]
path /mnt/Musique-mp3.test path /mnt/Musique-mp3.test
@ -28,10 +28,14 @@ bitrate 96
rename %{track}--%{artist}-%{title} rename %{track}--%{artist}-%{title}
# change the whole filepath # change the whole filepath
#rename %{genre}/%{albumartist}/%{year}-%{album}/%{track}--%{artist}-%{title} #rename %{genre}/%{albumartist}/%{year}-%{album}/%{track}--%{artist}-%{title}
skip_mime-type image/*
skip_mime-type text/*
[asterisk] [asterisk]
path /mnt/Musique-asterisk path /mnt/Musique-asterisk
format vorbis format vorbis
channels 1 channels 1
frequency 8000 frequency 8000
skip_mime-type image/*
skip_mime-type text/*