From b2321884fc921ff906a72eda0bad7e27d892b8e9 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 26 Sep 2019 17:38:15 -0500 Subject: [PATCH] .bin, ptgdp: Update, add config file --- .config/ptgdp.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/ptgdp.conf diff --git a/.config/ptgdp.conf b/.config/ptgdp.conf new file mode 100644 index 00000000..70a50a5f --- /dev/null +++ b/.config/ptgdp.conf @@ -0,0 +1,13 @@ +# +# ptgdp.conf +# Config file for Play the Goddamned Playlist +# + +# The media player backend to use +# Supported: mpd, audacious +# Default: mpd +backend=mpd + +# Arguments to pass to youtube-dl during downloading +# Default: --geo-bypass +ytdl_args=--geo-bypass