From 9cc311ca5376bfcbcacf7ac492f5958acfac0682 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 19 Oct 2015 21:38:00 +0200 Subject: Added commandline options and config file --- youtube-podcaster.json.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 youtube-podcaster.json.example (limited to 'youtube-podcaster.json.example') diff --git a/youtube-podcaster.json.example b/youtube-podcaster.json.example new file mode 100644 index 0000000..d9b48af --- /dev/null +++ b/youtube-podcaster.json.example @@ -0,0 +1,21 @@ +{ + "server" : { + "interface": "0.0.0.0", + "port": 8888 + }, + + "youtube": { + "api-key": "" + }, + + "podcasts": [{ + "username": "", + "playlists": [""] + }], + + "downloads": { + "format": "vorbis", + "path": "/tmp/downloads/", + "url": "localhost" + } +} -- cgit v1.2.3