diff options
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/mpd.conf | 29 | ||||
-rw-r--r-- | mpd/mpd.db | bin | 0 -> 7648 bytes | |||
-rw-r--r-- | mpd/mpdstate | 35 | ||||
-rw-r--r-- | mpd/pid.log | 1 | ||||
-rw-r--r-- | mpd/playlists/[Radio Streams].m3u | 0 |
5 files changed, 61 insertions, 4 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 929a3a5..8a9e06c 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -26,14 +26,35 @@ audio_output { path "/tmp/mpd.fifo" format "44100:16:2" } +#audio_output { + #type "shout" + #encoding "ogg" # optional + #name "My Shout Stream" + #host "localhost" + #port "8000" + #mount "/mpd.ogg" + #password "hackme" +## quality "5.0" + #bitrate "128" + #format "44100:16:1" +## protocol "icecast2" # optional +## user "source" # optional +## description "My Stream Description" # optional +## url "http://example.com" # optional +## genre "jazz" # optional +## public "no" # optional +## timeout "2" # optional +## mixer_type "software" # optional +#} audio_output { type "httpd" name "My HTTP Stream" - encoder "lame" + encoder "lame" # optional, vorbis or lame port "8000" - bind_to_address "0.0.0.0" - bitrate "128" + bind_to_address "0.0.0.0" # optional, IPv4 or IPv6 +# quality "5.0" # do not define if bitrate is defined + bitrate "128" # do not define if quality is defined format "44100:16:1" - max_clients "0" + max_clients "0" # optional 0=no limit } diff --git a/mpd/mpd.db b/mpd/mpd.db Binary files differnew file mode 100644 index 0000000..afeb952 --- /dev/null +++ b/mpd/mpd.db diff --git a/mpd/mpdstate b/mpd/mpdstate new file mode 100644 index 0000000..bceafe4 --- /dev/null +++ b/mpd/mpdstate @@ -0,0 +1,35 @@ +sw_volume: 52 +audio_device_state:1:MPD Sound Device (Pulseaudio) +audio_device_state:1:my_fifo +audio_device_state:0:My HTTP Stream +state: stop +current: 0 +random: 0 +repeat: 0 +single: 0 +consume: 0 +crossfade: 0 +mixrampdb: 0.000000 +mixrampdelay: -1.000000 +playlist_begin +0:New Politics - A Bad Girl in Harlem (2013) [FLAC]/01 Tonight You're Perfect.flac +1:New Politics - A Bad Girl in Harlem (2013) [FLAC]/02 Harlem.flac +2:New Politics - A Bad Girl in Harlem (2013) [FLAC]/03 Berlin.flac +3:New Politics - A Bad Girl in Harlem (2013) [FLAC]/04 Stuck On You.flac +4:New Politics - A Bad Girl in Harlem (2013) [FLAC]/05 Give Me Hope.flac +5:New Politics - A Bad Girl in Harlem (2013) [FLAC]/06 Die Together.flac +6:New Politics - A Bad Girl in Harlem (2013) [FLAC]/07 Goodbye Copenhagen.flac +7:New Politics - A Bad Girl in Harlem (2013) [FLAC]/08 Overcome.flac +8:New Politics - A Bad Girl in Harlem (2013) [FLAC]/09 Just Like Me.flac +9:New Politics - A Bad Girl in Harlem (2013) [FLAC]/10 Fall Into These Arms.flac +10:Royal Blood - Royal Blood/01 royal blood-out of the black.mp3 +11:Royal Blood - Royal Blood/02 royal blood-come on over.mp3 +12:Royal Blood - Royal Blood/03 royal blood-figure it out.mp3 +13:Royal Blood - Royal Blood/04 royal blood-you can be so cruel.mp3 +14:Royal Blood - Royal Blood/05 royal blood-blood hands.mp3 +15:Royal Blood - Royal Blood/06 royal blood-little monster.mp3 +16:Royal Blood - Royal Blood/07 royal blood-loose change.mp3 +17:Royal Blood - Royal Blood/08 royal blood-careless.mp3 +18:Royal Blood - Royal Blood/09 royal blood-ten tonne skeleton.mp3 +19:Royal Blood - Royal Blood/10 royal blood-better strangers.mp3 +playlist_end diff --git a/mpd/pid.log b/mpd/pid.log new file mode 100644 index 0000000..a20e4d1 --- /dev/null +++ b/mpd/pid.log @@ -0,0 +1 @@ +715 diff --git a/mpd/playlists/[Radio Streams].m3u b/mpd/playlists/[Radio Streams].m3u new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/mpd/playlists/[Radio Streams].m3u |