From db15d1eb06ff50c9fdbce98012f64b435566c18c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 2 Mar 2018 01:28:07 -0500 Subject: generate passwords instead of storing them --- mpdscribble/mpdscribble.conf | 7 ------- mpdscribble/mpdscribble.conf.tmpl | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 mpdscribble/mpdscribble.conf create mode 100644 mpdscribble/mpdscribble.conf.tmpl (limited to 'mpdscribble') diff --git a/mpdscribble/mpdscribble.conf b/mpdscribble/mpdscribble.conf deleted file mode 100644 index c216dfc..0000000 --- a/mpdscribble/mpdscribble.conf +++ /dev/null @@ -1,7 +0,0 @@ -username = doyster -password = -verbose = 5 -log = - -cache = ~/.cache/mpd/mpdscribble.cache -musicdir = ~/media/audio/copy -host = localhost diff --git a/mpdscribble/mpdscribble.conf.tmpl b/mpdscribble/mpdscribble.conf.tmpl new file mode 100644 index 0000000..c216dfc --- /dev/null +++ b/mpdscribble/mpdscribble.conf.tmpl @@ -0,0 +1,7 @@ +username = doyster +password = +verbose = 5 +log = - +cache = ~/.cache/mpd/mpdscribble.cache +musicdir = ~/media/audio/copy +host = localhost -- cgit v1.2.3-54-g00ecf