--- /dev/null
+name = App-MPD-Feeder
+abstract = MPD playlist manager with emphaiys on diversity
+version = 0.001
+author = Damyan Ivanov <dam+cpan@ktnx.net>
+license = Perl_5
+copyright_holder = Damyan Ivanov
+
+[@Basic]
+
+[Prereqs]
+Config::INI::Reader = 0
+DBD::Pg = 0
+DBI = 0
+Getopt::Long = 0
+IO::Async::Signal = 0
+Log::Any = 0
+Net::Async::MPD = 0
+Object::Pad = 0.57
+Syntax::Keyword::Try = 0
+Time::Duration = 0
+Time::Duration::Parse = 0
+utf8::all = 0
+
+[Test::Compile]
+;skip = Test$
+fake_home = 1
+;needs_display = 1
+fail_on_warning = author
+bail_out_on_fail = 1
+;switch = -M-warnings=numeric ; like "no warnings 'numeric'
--- /dev/null
+[mpd-feeder]
+log_level = notice
+
+[mpd]
+host = localhost
+;port = 6600
+
+[queue]
+target-length = 15
+min-song-interval = 13 days
+min-album-interval = 5 hours
+min-artist-interval = 1 hour and 15 minutes
+
+[db]
+path = mpd-feeder
+user = mpd-feeder
+;password =