madeofpendletonwool

joined 2 years ago
[–] madeofpendletonwool 1 points 1 year ago

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!

[–] madeofpendletonwool 1 points 1 year ago

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!

[–] madeofpendletonwool 3 points 1 year ago

It's not there quite yet. But give my project Pinepods a star on Github.

https://github.com/madeofpendletonwool/PinePods

https://www.pinepods.online/

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

[–] madeofpendletonwool 2 points 1 year ago (1 children)

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.

[–] madeofpendletonwool 4 points 1 year ago

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

[–] madeofpendletonwool 1 points 1 year ago

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

[–] madeofpendletonwool 3 points 1 year ago

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

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

[–] madeofpendletonwool 3 points 1 year 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 5 points 1 year ago (1 children)

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.

view more: ‹ prev next ›