From 29ce0c7b9791f67b290e61ab0816e23fa98c3ad6 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 24 Feb 2013 17:57:05 +0100 Subject: [PATCH] example config file --- doc/example.cfg | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/example.cfg diff --git a/doc/example.cfg b/doc/example.cfg new file mode 100644 index 0000000..1982010 --- /dev/null +++ b/doc/example.cfg @@ -0,0 +1,36 @@ +[general] +max-load 6 +load-interval 30 +temporary-directory $HOME/.atom/tmp +debug 0 + +[source] +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 +format vorbis +quality 1 +channels 2 +frequency 44100 + +[MP3] +path /mnt/Musique-mp3.test +format mp3 +bitrate 96 +# rename file, path unchanged +rename %{track}--%{artist}-%{title} +# change the whole filepath +#rename %{genre}/%{albumartist}/%{year}-%{album}/%{track}--%{artist}-%{title} + +[asterisk] +path /mnt/Musique-asterisk +format vorbis +channels 1 +frequency 8000 +