this post was submitted on 29 Aug 2025
42 points (95.7% liked)

Selfhosted

51103 readers
1079 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
42
Podcast automation? (lemmy.sdf.org)
submitted 4 days ago* (last edited 4 days ago) by wesker@lemmy.sdf.org to c/selfhosted@lemmy.world
 

Looking for a solution where I can use RSS feeds to download podcast episodes when they drop, to then be picked up by Navidrome for listening.

Doesn't need to be elaborate, just needs to allow for keeping organized directory structures. Bonus would be if it included metadata.

top 12 comments
sorted by: hot top controversial new old
[–] scarecrow365@reddthat.com 30 points 4 days ago (2 children)

Audiobookshelf is what your wanting then. It does exactly that, and even has a mobile client.

[–] gdog05@lemmy.world 8 points 4 days ago (2 children)

Anything that you're aware of that will also strip out the 28 minutes of commercials in a 36 minute podcast?

[–] lemmy_get_my_coat@lemmy.world 7 points 4 days ago (2 children)

There's this guy that I've had my eye on but personally tried and failed to get set up on my machine: https://github.com/jdrbc/podly_pure_podcasts

[–] doogstar@lemmy.100010101.xyz 4 points 4 days ago

Thanks for the recommendation, will give that a further look.

I have played with Pinchflat as mentioned by another poster. I've found that some of the ones that aren't on YouTube, you can use AudioBookShelf or similar in conjunction with a vpn set to a non core country for the podcast, you can either remove or at least greatly reduce the ad inserts.

Have an experiment with that, I use a gluetun docker and link my ABS docker to that.

[–] gdog05@lemmy.world 1 points 4 days ago

I will check that out, thank you!

[–] scoobydoo27@lemmy.zip 4 points 4 days ago

If the podcast is on YouTube you can use Pinchflat to remove ads (assuming it’s been mapped on SponsorBlock). I’ve had hit and miss results but some being ad-free is better than none.

[–] deltapi@lemmy.world 2 points 4 days ago

I love having Audiobookshelf. My spouse and I have our own accounts so that we don't trample each other's saved progress.

[–] ambitiousslab@lemmy.ml 4 points 4 days ago* (last edited 4 days ago)

I use podget, which is a 248 kB bash script. I really like it, and think it will meet your requirements:

  • It's designed to be called from cron
  • It lets you sort your podcasts into categories
  • It automatically organises the downloads into different directories based on these categories
  • It's been around since 2005 and is still maintained

From its description:

Podget is a simple podcast aggregator optimized for running as a scheduled background job (i.e. cron). It features support for downloading podcasts from RSS & ATOM XML feeds, for sorting the files into folders & categories, for importing URLs from iTunes PCAST files & OPML lists automatic M3U & ASX playlist creation, and automatic cleanup of old files.

It also features automatic UTF-16 conversion for podcasts hosted on MS Windows servers.

[–] nuzzle5504@lemmy.ml 5 points 4 days ago (1 children)

I believe podgrab can do this

[–] wesker@lemmy.sdf.org 3 points 4 days ago* (last edited 4 days ago) (1 children)

I'm test driving podgrab right, and I really like it, very snappy. It looks like it might not be under active development anymore, unfortunately. The only thing it's missing I'd have hoped for, is some sort of automatic tagging mechanism.

[–] conrad82@lemmy.world 1 points 4 days ago

There is also podfetch, but I found podgrab experience better. but it has been a while since i tried it

https://github.com/SamTV12345/PodFetch

[–] ikidd@lemmy.world 2 points 4 days ago

I use Pinchflat, but I'll take Youtube channel feeds instead so it can employ Sponsorblock and cut the commercials, especially for podcasters that use IHR. It then exports an RSS feed for Antennapod to monitor, but I imagine you could just write the episodes to a Navidrome-accessible folder.