madeofpendletonwool

joined 2 years ago
[–] [email protected] 2 points 3 weeks ago (1 children)

Pinepods 0.7.4 is out! So as the Dev I'm going through new issues and knocking them out. Smart playlists, oidc logins and notifications on release are all a thing now on the self hosted podcast platform! We're nearing a v1 release with features on par with some of the big time podcast apps.

[–] [email protected] 3 points 1 month ago

Yep! The Android App is somewhat in the works. It compiles, works and has all the features of the web version currently. The things that don't work are the aspects that make it an actual Android app. Like local device downloads and integration with Android APIs. That stuff is coming. After this next minor release getting to those are my priority.

Not that I'm biased or anything, but Pinepods objectively has WAYYY more features than audiobookshelf for podcast management. Because it's a podcast server of course. Things like podcast 2.0 support with chapters, hosts, and transcripts, YouTube channel support, embedded podcast Index, YouTube and iTunes search support, external RSS feed support, etc. Audiobookshelf is great, but it's an audiobook app. It'd probably be clutter to add a lot of this stuff.

And true on the link. It should redirect though.

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (2 children)

Working on Smart Playlists for Pinepods I'm the developer of the self-hosted podcast management server and Sunday is always my new feature day. I've had a lot of fun adding in new features lately. Like designing a homepage and adding OIDC login support. Don't let anybody tell you auth isn't fun.

[–] [email protected] 3 points 2 months ago

Probably because people self-host them. I have an invidious instance self-hosted and use clipious on android to watch videos on it. Feels super modern and have pretty much no issues. Public instances usually don't work because of datacenter ips get blocked by YouTube.

[–] [email protected] 29 points 3 months ago

I get that comment often. I'll change the name if I have to. But it's a small open source project. My SEO results are already non-existent.

[–] [email protected] 8 points 3 months ago (1 children)

Exclusion filtering! What a great idea! You can quickly filter by keyword for episodes currently but you can't exclude certain words. I will get exclusion filtering added. The code is already in place for it!

[–] [email protected] 13 points 3 months ago (1 children)

Excellent point, I will include communication around Podcast 2.0 and all it's features in the future.

[–] [email protected] 7 points 3 months ago

There's an offline mode on the clients to listen to downloaded episodes locally. That does not work on android just yet. That's part of what makes the android client beta. All the clients (including android) are built with Tauri, so they all build from the same code. It does however introduce some challenges when finding libraries that will compile to both desktop and mobile.

[–] [email protected] 4 points 3 months ago

I like it a lot. It's not particularly difficult to write and once you get a feel for building components it's pretty simple to conceptualize just about anything you'd need to build. I'd probably say difficulty is about the same to write react/svelte etc.. Primary difference is that I don't need to deal with webpack/npm dependencies. Absolute worst. web_sys support is great in rust and does absolutely everything you'd need to interact with a browser.

[–] [email protected] 6 points 3 months ago

Go is simpler to write and is great for apis. Also has strong library support for interacting with databases. That's the primary reason. They both create compiled binaries which means no library dependencies taking up space on the container. That's the primary issue with python currently. I have no problem using actix in rust and that might be a good direction to go honestly, the primary concern is removing the compile at runtime language.

[–] [email protected] 3 points 3 months ago

Significantly upgraded just about everywhere. More features, supports modern podcasting 2.0 support, works great on mobile devices, sync support. The list goes on.

[–] [email protected] 12 points 3 months ago (1 children)

You can, on your local device. Pinepods syncs progress between devices instantly. I like to switch between laptop and phones. If you only listen on your phone and the app works for you that sounds like a great solution already.

 

Hey all,

For quite a long time now I've been working Pinepods. It’s a Rust based podcast management system that manages podcasts with multi-user support and relies on a central database with clients to connect to it. It’s complete with a browser based client where your podcasts and settings follow you from device to device due to everything being stored on your server. There's installable clients on just about every platform - now including a beta build of an Android client! (Also a flatpak, aur, Mac, windows, deb, appimage, and rpm client as well)

Over time this project has really grown into something great, and many quality of life features have been baked in. The experience of using Pinepods at this point is getting close to some of the larger self-hosted projects such as Immich, and as feature complete as a client such as AntenaPods. I can't believe that a project hasn't previously heavily focused on becoming a fully feature complete Self-hosted Podcast platform because of how rooted in the spirit of open source the podcast ecosystem is built to be.

So many nice to haves have been added at this point:

  • chapter support
  • sorting/filtering/searching throughout
  • RSS feed hosting for other apps to use
  • Great mobile support everywhere (PWA, beta android client)
  • Nextcloud/Gpodder sync support -Postgres or MariaDB
  • simple API's for things like Homepage Widgets!

And lately I've even been working on a feature that allows you to subscribe to hosts! This will let you follow them from show to show. I've built a side project called PodPeopleDB for that: https://www.pinepods.online/blog/2024/12/08/podpeople-db

Chances are, if there's a feature in a podcast app that's a must have for you, it's already built in, and if it isn't, I want to know about it so I can add it!

If you’re on the fence you can try it out without installing the server too! Check the website for more info!

Now is the perfect time to check it out and enjoy continued feature updates! Feel free to open issues or PRs if you experience any problems. Or drop a line on the discord. I’m happy to help!

GitHub: https://github.com/madeofpendletonwool/Pinepods

Official site: https://pinepods.online/

In case you're unware. What is podcasting 2.0?

view more: next ›