I'd immediately switch to any podcast app that automatically skips ads like the Youtube Ad Skipper Chrome extension.
So you don't want your favorite podcasts to sustain themselves at all?
gPodder: A simple, open-source podcast client
31–40 of 66 posts
Re: gPodder: A simple, open-source podcast client
#32I'd immediately switch to any podcast app that automatically skips ads like the Youtube Ad Skipper Chrome extension.
Might I humbly suggest supporting creators who offer paid, ad-free feeds? Full disclosure, my employer facilitates offering paid private feeds to podcast audiences.
It drives me crazy that on YouTube I pay for premium and still need to sidestep ads. It makes sense; the creators don’t get paid directly from my membership and if they did it would be fractions of pennies. But that’s the problem; I want to support them directly. The platform is nice, but it’s mostly fungible. The excellent content often isn’t.
I think an hour+ podcast is absolutely valuable. Some are incredibly thoughtful and well-produced. I hope more podcasters adopt this model!
Re: gPodder: A simple, open-source podcast client
#33Cool to see this still being developed. I used to use gPodder back in the 2000s to tag and organize podcasts, rename the files based on the feed metadata and tag the genre as 'podcast' so that I could segment that content on my Sansa Clip mp3 player. Sort of wish I'd more carefully archived some of those old episodes, especially Wiretap. In that era it felt like there less than a dozen high-quality podcasts and it se…
Re: gPodder: A simple, open-source podcast client
#34Earlier quoted context omitted.
I remember gpodder working well on the Nokia N900.
I used gPodder on the N900 long after after it was useless as a phone (because of the network upgrade), until downloading broke because I couldn't update ssl easily (and the internet had upgraded.) It integrated with Panucci, which for me has an ideal (although a little unfinished) interface for playing podcasts/ebooks, I don't know what I'm going to do without Panucci when the N900 finally goes kaput. I heard its co…
Panucci is still around and should be usable on the Desktop, but the last commit was several years ago: https://github.com/gpodder/panucci
Starting with the N9 and later Sailfish OS, the UI of the mobile app was re-done in Qt/QML (so don't name your project after the toolkit of the day...). There, audio playback was integrated into the main application, so there was no need for a separate app like Panucci (this also made it easier to sync fine-grained playback positions between devices using gpodder.net, although this also works with MPRIS2 and e.g. VLC on the Desktop these days).
Re: gPodder: A simple, open-source podcast client
#35When I first got into podcasts I didn't like that every client had a UI. I just wanted the files and use my audio player of choice (Music Player Daemon). So I wrote one myself. It breaks a lot though.
If you roll your own, https://github.com/gpodder/podcastparser is a neat little Python library that has been split out from (and is now used by) gPodder, as dealing with all kinds of RSS (and Atom) specialities is kind of something you want to outsource if possible.
Re: gPodder: A simple, open-source podcast client
#36It's desktop only (no Android or iOS support) which makes me wonder: what percentage of overall podcast listening occurs on a desktop computer? Polls on this are all over the place, but I would guess maybe 10-15%? For me, podcast listening has always been an inherently mobile activity, and it would drive me nuts if I had podcatchers on multiple devices that were out of sync with each other.
At some point though, phones (and "mobile Internet devices") became powerful and programmable enough that it made sense to port gPodder to "Desktop Linux Userland"-based devices and phones (N800, N810, N900, N9, Jolla) and run it directly on the phone.
These days, my day-to-day podcast consumption happens with the built-in Podcasts app on the iPhone, but gPodder (on the Desktop) is still useful for downloading and archiving (hoarding) YouTube subscriptions (especially since there are so many ads on the web and TV versions of YouTube), mixes from Soundcloud and others and just interesting podcast episodes that might not be available in the future.
I even recently submitted a patch to re-introduce iPod support, so the current version can sync to iPod minis again if you want to have a distraction-free retro podcast listening experience on the go :)
Re: gPodder: A simple, open-source podcast client
#37It's desktop only (no Android or iOS support) which makes me wonder: what percentage of overall podcast listening occurs on a desktop computer? Polls on this are all over the place, but I would guess maybe 10-15%? For me, podcast listening has always been an inherently mobile activity, and it would drive me nuts if I had podcatchers on multiple devices that were out of sync with each other.
It's right there in the name "pod" cast. In the early days of podcasts I listened to them on my computer (downloaded over precious dial up time, where the time to download the episode was longer than the time required to listen to it), but as soon as I got an iPod they were a mobile thing for me.
Re: gPodder: A simple, open-source podcast client
#38It's desktop only (no Android or iOS support) which makes me wonder: what percentage of overall podcast listening occurs on a desktop computer? Polls on this are all over the place, but I would guess maybe 10-15%? For me, podcast listening has always been an inherently mobile activity, and it would drive me nuts if I had podcatchers on multiple devices that were out of sync with each other.
(This does not matter in terms of numbers, as that‘s at best a few thousand people, but still.)
Re: gPodder: A simple, open-source podcast client
#39i listen to podcasts on a variety of devices. when i find a new podcast, it's nice to be able to add the RSS URL to a single dotfiles repo and then deploy it to all my devices. i see the option to manually OPML import via the GUI: can i just stash an OMPL file somewhere and have it auto-load that on start?
Re: gPodder: A simple, open-source podcast client
#40is there a ~/.config or file-based way to configure gpodder? i listen to podcasts on a variety of devices. when i find a new podcast, it's nice to be able to add the RSS URL to a single dotfiles repo and then deploy it to all my devices. i see the option to manually OPML import via the GUI: can i just stash an OMPL file somewhere and have it auto-load that on start?
The `gpo` command-line utility can do most of the tasks of the GUI that you want to automate.
If you are missing anything, please file an issue over at https://github.com/gpodder/gpodder/issues