]> git.ktnx.net Git - mpd-feeder.git/commitdiff
add dist.ini and sample mpd-feeder.conf
authorDamyan Ivanov <dmn@debian.org>
Sun, 21 Nov 2021 09:00:14 +0000 (09:00 +0000)
committerDamyan Ivanov <dmn@debian.org>
Sun, 21 Nov 2021 09:00:14 +0000 (09:00 +0000)
dist.ini [new file with mode: 0644]
eg/mpd-feeder.conf [new file with mode: 0644]

diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..ad875a3
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,30 @@
+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'
diff --git a/eg/mpd-feeder.conf b/eg/mpd-feeder.conf
new file mode 100644 (file)
index 0000000..5dc78ac
--- /dev/null
@@ -0,0 +1,17 @@
+[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 =