From e41321ea8a84081ec1615ba4bc4ef7b882fa9cda Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 21 Nov 2021 09:00:14 +0000 Subject: [PATCH] add dist.ini and sample mpd-feeder.conf --- dist.ini | 30 ++++++++++++++++++++++++++++++ eg/mpd-feeder.conf | 17 +++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 dist.ini create mode 100644 eg/mpd-feeder.conf diff --git a/dist.ini b/dist.ini new file mode 100644 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 +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 index 0000000..5dc78ac --- /dev/null +++ b/eg/mpd-feeder.conf @@ -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 = -- 2.39.2