April 24, 201610 yr Hi, i searched the weekend for a simple and quick solution to grab Podcasts on my Unraid and i found this : https://gist.github.com/dprandzioch/5aae328bceac5e3b5c30 I tested it and for me its the perfect solution!
November 6, 20169 yr Sorry, I may be betraying my noob status, but how exactly did you install this script? I tried installing through the 'Install Plugin' interface, but it didn't work...
November 6, 20169 yr Command line Navigate to wherever you want to put it. wget https://gist.githubusercontent.com/dprandzioch/5aae328bceac5e3b5c30/raw/84c50e0c14edf0d08cdf59b25fd6a2749e3d7961/download_podcasts.sh chmod +x download_podcasts.sh Then run it with download_podcasts.sh
November 6, 20169 yr Where can I find the .sh file so that I can modify the directories and podcasts etc?
November 6, 20169 yr Wherever you downloaded it to...... Command line Navigate to wherever you want to put it. wget https://gist.githubusercontent.com/dprandzioch/5aae328bceac5e3b5c30/raw/84c50e0c14edf0d08cdf59b25fd6a2749e3d7961/download_podcasts.sh chmod +x download_podcasts.sh Then run it with download_podcasts.sh
November 6, 20169 yr I just copied the code you wrote so and it didn't ask me for a download location...
November 6, 20169 yr Never mind, i didn't realize that that would just download it to the directory I was already in. Thanks.
November 7, 20169 yr nice and simple. I've been using the Madsonic (Subsonic) Docker which has a podcast downloader built in.
November 8, 20169 yr nice and simple. I've been using the Madsonic (Subsonic) Docker which has a podcast downloader built in. That's what I use (Well ironicbadger's version of booksonic off dockerhub)
November 21, 20169 yr nice and simple. I've been using the Madsonic (Subsonic) Docker which has a podcast downloader built in. This is actually what I'd been doing previously, however Madsonic only support podcasts in the free version until Dec. 21, 2016, so unless I want to pay for the premium license I'm still searching for a dedicated solution. Would be great to find a docker version of gPodder or Vocal.
January 7, 20179 yr Author I'm not using the script above anymore. I found a better solution with FlexGet. I have better sorting and Filenames now. sorry, my english is not perfect This is my config.yml: web_server: bind: 0.0.0.0 port: 3539 templates: podcast: accept_all: yes pathscrub: windows limit_new: 5 set: filename: "{{ rss_pubdate | formatdate('%Y-%m-%d') }} - {{ title }}.mp3" tasks: BlueMoon: template: podcast rss: http://www.fritz.de/sehen-und-hoeren/audios/sendungen/blue-moon-feed.xml/feed=podcast.xml download: /mnt/Talk/BlueMoon
Archived
This topic is now archived and is closed to further replies.