* [gentoo-user] Downloading podcasts via the command line?
@ 2018-01-27 12:38 Stroller
2018-01-27 14:00 ` Rich Freeman
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Stroller @ 2018-01-27 12:38 UTC (permalink / raw
To: Gentoo User
Can anyone recommend a command line podcast downloader, please?
Ideally I want to run it in a cronjob, saving .mp3 files which can be uploaded to my Google Drive (using net-misc/drive).
My priority is NPR's Planet Money podcasts - I think they're available via RSS, as are BBC Radio 4's Money Box.
Links:
• https://www.npr.org/sections/money/
• http://www.bbc.co.uk/programmes/b006qjnv/episodes/downloads
I've also been recommended Money to the Masses which is available by Libsyn, whatever that is - it seems to have download and RSS options.
Thanks in advance for any recommendations,
Stroller.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-27 12:38 [gentoo-user] Downloading podcasts via the command line? Stroller
@ 2018-01-27 14:00 ` Rich Freeman
2018-01-27 14:10 ` Neil Bothwick
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Rich Freeman @ 2018-01-27 14:00 UTC (permalink / raw
To: gentoo-user
On Sat, Jan 27, 2018 at 7:38 AM, Stroller
<stroller@stellar.eclipse.co.uk> wrote:
> Can anyone recommend a command line podcast downloader, please?
>
I haven't used it recently, or for your specific podcasts, but this is
basically exactly what media-sound/podracer was designed to do. I've
used it in the past and it works great, though you do need to
configure some text files.
--
Rich
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-27 12:38 [gentoo-user] Downloading podcasts via the command line? Stroller
2018-01-27 14:00 ` Rich Freeman
@ 2018-01-27 14:10 ` Neil Bothwick
2018-01-28 13:13 ` Stroller
2018-01-27 17:47 ` [gentoo-user] " Ian Zimmerman
2018-01-27 22:27 ` [gentoo-user] " Corbin Bird
3 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2018-01-27 14:10 UTC (permalink / raw
To: gentoo-user
On 27 January 2018 12:38:40 GMT, Stroller <stroller@stellar.eclipse.co.uk> wrote:
>Can anyone recommend a command line podcast downloader, please?
>
>Ideally I want to run it in a cronjob, saving .mp3 files which can be
>uploaded to my Google Drive (using net-misc/drive).
>
>My priority is NPR's Planet Money podcasts - I think they're available
>via RSS, as are BBC Radio 4's Money Box.
>
>Links:
>• https://www.npr.org/sections/money/
>• http://www.bbc.co.uk/programmes/b006qjnv/episodes/downloads
>
>I've also been recommended Money to the Masses which is available by
>Libsyn, whatever that is - it seems to have download and RSS options.
>
>Thanks in advance for any recommendations,
>
>Stroller.
I use Airsonic for this now but fkr several years before that I used flexget. Flexget's config file is a little tricky at first but it makes up for that with plenty of options.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Downloading podcasts via the command line?
2018-01-27 12:38 [gentoo-user] Downloading podcasts via the command line? Stroller
2018-01-27 14:00 ` Rich Freeman
2018-01-27 14:10 ` Neil Bothwick
@ 2018-01-27 17:47 ` Ian Zimmerman
2018-01-27 22:27 ` [gentoo-user] " Corbin Bird
3 siblings, 0 replies; 8+ messages in thread
From: Ian Zimmerman @ 2018-01-27 17:47 UTC (permalink / raw
To: gentoo-user
On 2018-01-27 12:38, Stroller wrote:
> Can anyone recommend a command line podcast downloader, please?
>
> Ideally I want to run it in a cronjob, saving .mp3 files which can be
> uploaded to my Google Drive (using net-misc/drive).
>
> My priority is NPR's Planet Money podcasts - I think they're available
> via RSS, as are BBC Radio 4's Money Box.
I don't know about podcasts, but for downloading web radio brodcasts I
just use curl, via basically this script (I have modified it since
posting on Gists so ffmpeg has been replaced with curl):
https://gist.github.com/nobrowser/ad0a92a11ccc912c792806c8ead05707
If podcasts require you to parse a RSS feed to get the time or address
etc., that could be done with a tiny bit of Python :-)
--
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet, fetch the TXT record for the domain.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-27 12:38 [gentoo-user] Downloading podcasts via the command line? Stroller
` (2 preceding siblings ...)
2018-01-27 17:47 ` [gentoo-user] " Ian Zimmerman
@ 2018-01-27 22:27 ` Corbin Bird
3 siblings, 0 replies; 8+ messages in thread
From: Corbin Bird @ 2018-01-27 22:27 UTC (permalink / raw
To: gentoo-user
On 01/27/2018 06:38 AM, Stroller wrote:
> Can anyone recommend a command line podcast downloader, please?
>
> Ideally I want to run it in a cronjob, saving .mp3 files which can be uploaded to my Google Drive (using net-misc/drive).
>
> My priority is NPR's Planet Money podcasts - I think they're available via RSS, as are BBC Radio 4's Money Box.
>
> Links:
> • https://www.npr.org/sections/money/
> • http://www.bbc.co.uk/programmes/b006qjnv/episodes/downloads
>
> I've also been recommended Money to the Masses which is available by Libsyn, whatever that is - it seems to have download and RSS options.
>
> Thanks in advance for any recommendations,
>
> Stroller.
>
>
.
Libsyn is basically a podcast download archive service. Its part of SoundCloud.
> https://www.libsyn.com/
You will need the correct link to find the podcasts your looking for.
.
Corbin
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-27 14:10 ` Neil Bothwick
@ 2018-01-28 13:13 ` Stroller
2018-01-28 13:56 ` Neil Bothwick
2018-01-28 14:47 ` Rich Freeman
0 siblings, 2 replies; 8+ messages in thread
From: Stroller @ 2018-01-28 13:13 UTC (permalink / raw
To: gentoo-user
> On 27 Jan 2018, at 14:10, Neil Bothwick <neil@stfw.net> wrote:
>
> I use Airsonic for this now but fkr several years before that I used flexget. Flexget's config file is a little tricky at first but it makes up for that with plenty of options.
Are there ebuilds for either of these? I can't find them in Portage?
The current version of Podracer, Rich's suggestion, is 10 years old!
Stroller.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-28 13:13 ` Stroller
@ 2018-01-28 13:56 ` Neil Bothwick
2018-01-28 14:47 ` Rich Freeman
1 sibling, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2018-01-28 13:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
On Sun, 28 Jan 2018 13:13:43 +0000, Stroller wrote:
> > I use Airsonic for this now but fkr several years before that I used
> > flexget. Flexget's config file is a little tricky at first but it
> > makes up for that with plenty of options.
>
> Are there ebuilds for either of these? I can't find them in Portage?
I was sure I installed flexget from portage but it's not there now. It is
in the fouxlay overlay.
Airsonic is a bit much for just downloading podcasts, it's a complete
music streaming server. It's not in portage, I installed the WAR package
from https://github.com/airsonic/airsonic
--
Neil Bothwick
WinErr 079: Mouse not found - A mouse driver has not been installed.
Please click the left mouse button to continue.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Downloading podcasts via the command line?
2018-01-28 13:13 ` Stroller
2018-01-28 13:56 ` Neil Bothwick
@ 2018-01-28 14:47 ` Rich Freeman
1 sibling, 0 replies; 8+ messages in thread
From: Rich Freeman @ 2018-01-28 14:47 UTC (permalink / raw
To: gentoo-user
On Sun, Jan 28, 2018 at 8:13 AM, Stroller
<stroller@stellar.eclipse.co.uk> wrote:
>
>> On 27 Jan 2018, at 14:10, Neil Bothwick <neil@stfw.net> wrote:
>>
>> I use Airsonic for this now but fkr several years before that I used flexget. Flexget's config file is a little tricky at first but it makes up for that with plenty of options.
>
> Are there ebuilds for either of these? I can't find them in Portage?
>
> The current version of Podracer, Rich's suggestion, is 10 years old!
>
Yeah, we'll be in really sad shape if bash or curl ever go away, or
when they stop using RSS/Atom... :)
I have used flexget in the past, though more for video. It works,
though the yaml is finicky as I recall. It would probably be easier
to use for podcasts, but it is much more complex than podracer with a
large number of dependencies so I wouldn't underestimate the issues
you might run into maintaining it yourself.
--
Rich
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-01-28 14:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-27 12:38 [gentoo-user] Downloading podcasts via the command line? Stroller
2018-01-27 14:00 ` Rich Freeman
2018-01-27 14:10 ` Neil Bothwick
2018-01-28 13:13 ` Stroller
2018-01-28 13:56 ` Neil Bothwick
2018-01-28 14:47 ` Rich Freeman
2018-01-27 17:47 ` [gentoo-user] " Ian Zimmerman
2018-01-27 22:27 ` [gentoo-user] " Corbin Bird
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox