Unfortunately no affiliation! But I bet podcasts listened using Pinepods would sound great through a pair of pinebuds!
Unfortunately no affiliation! But I bet podcasts listened using Pinepods would sound great through a pair of pinebuds!
You bet! That’s absolutely the intention I was working towards when building. The ability to self host every component yourself. There’s never been a better time to check it out! Version 0.3.1 just dropped!
Sort of yes. So, currently over web browser you can download to the server but not to the local device. Think of server downloads as storing potentially to something like your NAS. Whereas local downloads of course being downloads to your local device for when you don’t have an internet connection.
The client version which runs on Mac, Linux, and windows currently can do local downloads and in the very short term a proper ios and Android app will be releasing which also does local downloads. I’m finishing up some layout issues, and some fast tracked features that people requested and then the mobile app will be top priority. So coming soon!
It’s not there quite yet. But give my project Pinepods a star on Github.
https://github.com/madeofpendletonwool/PinePods
The functionality you’re looking for it coming. It will be able to stream from one device to another on a local network. Sort of a share function. I just released the first official beta version two days ago. There’s currently a client and web version with a backend you can connect to with as many users as you want. I’m also planning to release an optimized client to share to likely built in rust for platforms with less power like Raspberry Pi’s
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.
Thanks for the suggestion on snipd. I’ll check it out. Could be some good inspiration for features to implement.
Much appreciated! Let me know if you come across any problems. Squashing lots of bugs currently!
It’s now up at https://try.pinepods.online.
Feel free to try it out. Currently updating documentation with this url
Correct, I’m working on getting the example server up. It’ll be up shortly and I’ll update the link. Apologies for that
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:
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.
I’m ever continuing development on my self hosted podcast management app with all the features you’re looking for here https://github.com/madeofpendletonwool/PinePods
It’s not in a finished state yet. But it’s definitely usable as is. It’s fully dockerized and hosted on your server, and streams from your server to clients.