95

For the last 6 months or so I've been working on Pinepods. I have never been able to find the perfect self-hosted podcast app that I wanted to use. podgrab's player is rather lackluster and misses a lot of features that I would like.

With Pinepods you can play, download, and keep track of podcasts you enjoy. It allows for searching new podcasts using The Podcast Index or Itunes and provides a modern looking UI to browse through shows and episodes. In addition, Pinepods provides simple user managment and can be used by multiple users at once using a browser or app version. Everything is saved into a Mysql database including user settings, podcasts and episodes. It's fully self-hosted, and I provide an option to use a hosted API or you can also get one from the podcast API and use your own. There's even many different themes to choose from! Everything is fully dockerized and I provide a simple guide found below explaining how to install Pinepods on your own system.

There's also lots of modern features like MFA, self-service password resets, and some Podcast 2.0 functionality (more to come)

In addition to all that, I've built a client version of the app that can connect via API to your home server over something like a reverse proxy or tailscale.

Pinepods just had it's first beta release with all the basic functionality implemented. Currently, you're likely to experience issues, but I certainly invite pull requests or opening issues if you have the time. You can also get setup assistance on the discord server. I invite you to try it out!

Check out the official site here:

https://www.pinepods.online/

Github here:

https://github.com/madeofpendletonwool/PinePods

Getting started instructions:

https://www.pinepods.online/docs/intro

top 18 comments
sorted by: hot top controversial new old
[-] density@kbin.social 4 points 11 months ago

someone was just asking for something like this the other day

[-] manwichmakesameal@lemmy.world 9 points 11 months ago

It was me. Guess what I'll be doing today.

[-] density@kbin.social 4 points 11 months ago

@manwichmakesameal Who says "manifesting reality" is loony toones horse shit?

What nobody ever told Oprah is that it only works in the FLOSS world. 🪄

[-] mwalimu@baraza.africa 2 points 11 months ago

Documentation is well done. Good stuff. I use podgrab for some tests and while I like it for the simplicity, I had to move to Audiobookshelf as it combines audiobooks and podcasts neatly. I’ll check this out as it looks quite thought out (and sleek too).

[-] madeofpendletonwool@lemmy.world 1 points 11 months ago

Much appreciated! Let me know if you come across any problems. Squashing lots of bugs currently!

[-] morethanevil@lmy.mymte.de 2 points 11 months ago

Looks intresting, podgrab is dead and podfetch is not what I was looking for. 2 questions:

  • 1 Can this used with postgres instead of mysql? It is a personal preference

  • 2 How does it store podcasts? I don't see a volume for pinepod. I have a folder structure like this:

-podcastname 1
    -episodename1
    -episodename2

-podcastname 2
    -episodename1
    -episodename2 

Thanks for sharing this with us ☺️

[-] madeofpendletonwool@lemmy.world 5 points 11 months ago

Hey! Thanks for checking it out.

  1. Not yet, but postgres support is coming in the very short term. I have been working to get it working and will have an update soon with support for it. I'll actually be on vacation for the next week, but I would anticipate 2 weeks before I have postgres working and a new version posted.

  2. Excellent point. I had forgotten to add that to the compose file. When you download locally it adds files to /opt/pypods/downloads inside the container. So you could mount:

    volumes:

    • /home/user/pinepods/downloads:/opt/pypods/downloads

I'll add that to the compose file. Thanks for pointing that out.

As for layout, currently server downloads put them all in one downloads folder mass, however, on the client when downloaded locally it lays them out with podcastname, episodename structure. I'll get the server portion of that implemented as well.

[-] morethanevil@lmy.mymte.de 3 points 11 months ago

Thank you for the answers ☺️

I am looking forward 🌞

[-] MonkCanatella@sh.itjust.works 2 points 11 months ago

Nice! I’ve been using audiobookshelf for podcasts becaus podgrab was so broken for me. this looks really nice so far! Excellent work and thanks for sharing. Btw have you heard of snipd? I ended up switching to their platform just for the utility of being able to save sections of the podcast I find interesting.

[-] madeofpendletonwool@lemmy.world 4 points 11 months ago

Thanks for the suggestion on snipd. I'll check it out. Could be some good inspiration for features to implement.

[-] fritz@feddit.de 1 points 11 months ago

Hell yeah, this would be great to have on my pc and iOS device!

[-] key@lemmy.keychat.org 1 points 11 months ago* (last edited 11 months ago)

How do I see it before I decide whether to install it? The tutorial says to go to the website and make an account to try it out... But the website most prominently has a link to that tutorial. I don't see any way to make an account or even a login form at all on the website. Did something not get deployed when you went live?

[-] madeofpendletonwool@lemmy.world 3 points 11 months ago

Correct, I'm working on getting the example server up. It'll be up shortly and I'll update the link. Apologies for that

[-] madeofpendletonwool@lemmy.world 3 points 11 months ago

It's now up at https://try.pinepods.online.

Feel free to try it out. Currently updating documentation with this url

[-] LunchEnjoyer@lemmy.world 1 points 11 months ago

Look forwards to trying this on my phone 👌

[-] Kata1yst@kbin.social 1 points 11 months ago* (last edited 11 months ago)

I'm desperately hoping some self hosted solution will implement multiple prioritied playlists (e.g all podcasts from feed X go to the priority 1 playlist, the main queue plays all priority 1 playlist entries before automatically proceeding to the next highest priority playlist etc).

I know it's a long shot, but if you find any time in your already impressive roadmap it will be an instant conversion for myself and hopefully a few other weirdos.

[-] madeofpendletonwool@lemmy.world 2 points 11 months ago

I mean, sure, that wouldn't be too hard at all to implement. Is there any other app that you use that already has this implemented? It would be useful to have an example to get the behavior of it right.

[-] Kata1yst@kbin.social 3 points 11 months ago

Yes, PodcastRepublic has a nearly perfect implementation. I have gotten so reliant on it I feel stuck here :)

Thank you for considering!

load more comments
view more: next ›
this post was submitted on 28 Jul 2023
95 points (100.0% liked)

Selfhosted

37770 readers
234 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 1 year ago
MODERATORS