this post was submitted on 02 May 2025
109 points (97.4% liked)

Selfhosted

60114 readers
533 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I use Funkwhale for my music collection and had my podcasts in there for a while. However, I ended up not listening to my podcasts very much since they were hidden among my much larger music collection.

So I moved my podcasts feeds to FreshRSS, which I was already using for RSS feeds. I like the simplicity of using something that I already had, but it doesn't have any podcast-specific features like being able to resume where you left off.

Do you have any podcast listening apps that you like?

*edit: I should add that I originally meant "self-hostable applications for storing your podcast subscriptions," but these phone app recommendations are great to have, too. I might just ditch the server-side of this entirely and just use a separate app on my devices for listening. It would be nice if I only had to subscribe in one place and be able to pick up where I left off across multiple devices, though.

you are viewing a single comment's thread
view the rest of the comments
[–] bladewdr@infosec.pub 4 points 1 year ago

I've actually been fighting with this since yesterday.

Pocket Casts is one of my last things that I'm not self-hosting, and I'm trying to change that.

My list of requirements was:

  1. Multi-device sync
  2. Be able to play seamlessly from either a web UI or my mobile device, picking up where I left off on either device.

For my Gpodder backend I chose to use the GpodderSync NextCloud app, since I'm already running NextCloud.

I tried PinePods and PodFetch for the web interface, both of which had various issues with sync.

Supposedly there's a big update to sync coming for PinePods in a couple days, but I wasn't able to get it working at all.

PodFetch has its own internal gpodder server implementation, but for the life of me, I could not get it to keep listen state in sync. Also, I initially set it up to use OIDC authentication since I'm also running Authentik - but don't try to do that if you want to use the Gpodder integration. The two are essentially mutually exclusive, at least in its current state.

What I've settled on for the moment:

  1. AntennaPod for mobile playback. (Be aware that there are additional steps for Android Auto support if you install it from F-Droid as I did)
  2. NextCloud GpodderSync to keep track of listen state and subscriptions.
  3. NextCloud NextPod app for web UI playback. I'm not exactly happy with this, as it's a very ugly and basic UI, but it does work, and it does keep track of where I left off the way I want. Hopefully the PinePods update fixes my issues with it, as the web interface for that was much more slick.