someone was just asking for something like this the other day
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
It was me. Guess what I'll be doing today.
@manwichmakesameal Who says "manifesting reality" is loony toones horse shit?
What nobody ever told Oprah is that it only works in the FLOSS world. 🪄
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.
Thanks for the suggestion on snipd. I'll check it out. Could be some good inspiration for features to implement.
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).
Much appreciated! Let me know if you come across any problems. Squashing lots of bugs currently!
Hell yeah, this would be great to have on my pc and iOS device!
Look forwards to trying this on my phone 👌
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.
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.
Yes, PodcastRepublic has a nearly perfect implementation. I have gotten so reliant on it I feel stuck here :)
Thank you for considering!
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 ☺️
Hey! Thanks for checking it out.
-
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.
-
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.
Thank you for the answers ☺️
I am looking forward 🌞
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?
Correct, I'm working on getting the example server up. It'll be up shortly and I'll update the link. Apologies for that
It's now up at https://try.pinepods.online.
Feel free to try it out. Currently updating documentation with this url