From 2911ee43d480230c0b3a7ba94f68147bc3c41a1c Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 24 Feb 2013 21:50:15 +0100 Subject: [PATCH] mime-type exceptions per destination --- doc/example.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/example.cfg b/doc/example.cfg index 853194b..8d5bece 100644 --- a/doc/example.cfg +++ b/doc/example.cfg @@ -10,8 +10,6 @@ path /var/lib/mpd/music id3charset iso-8859-15 # you should not skip application/octet-stream, they could be somthing similar # to "Audio file with ID3 version 2.4.0, unsynchronized frames" -skip_mime-type text/* -skip_mime-type image/* [Ogg] path /mnt/Musique-OggQ2 @@ -19,6 +17,8 @@ format vorbis quality 1 channels 2 frequency 44100 +copy_mime-type image/* +copy_mime-type text/* [MP3] path /mnt/Musique-mp3.test @@ -28,10 +28,14 @@ bitrate 96 rename %{track}--%{artist}-%{title} # change the whole filepath #rename %{genre}/%{albumartist}/%{year}-%{album}/%{track}--%{artist}-%{title} +skip_mime-type image/* +skip_mime-type text/* [asterisk] path /mnt/Musique-asterisk format vorbis channels 1 frequency 8000 +skip_mime-type image/* +skip_mime-type text/*