• 2 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle








  • 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.