I’m happy to adopt a new podcast app if it has sponsorblock natively or through a plug-in. Otherwise let me know if there’s some other way to make it work. I don’t see why it wouldn’t work as all of the segments tagged for skipping are crowdsourced which would also work for Podcasts.
Idk what do you listen to, but when I listen to hour long podcast, I don’t care about 30 seconds sponsor. That’s not helpful, I know.
That’s a pretty reasonable ad load. Have you listened to 99% Invisible lately? Each episode is about 10 minutes long, and it seems like at least 50% of it is now ads and sponsorship stuff.
Antennapod lets you customize how far your fast forward button skips ahead.
But every ad on every episode of every podcast can be different. Right now with pocket cast, I skip ahead 30 seconds at a time then go back 10 seconds. But I’d rather automate it
Saaaame. Only thing I can think of is a server to download the podcasts, then some kind of ML/AI/LLM chicanery to transcribe, ID and timestamp the sponsor segments? Then chop it out with ffmpeg?
Edit: looks like Podgrab can download the files, the rest might be doable with a bit of scripting.
Hm! I look forward to trying Antennapod or pocketcasts since Gpodcasts is getting the Google Funeral treatment. :( Thanks for the likely superior alternatives.
I would love this too.
Right now I use Pocket Casts which lets you set a specific time to skip at the beginning or end of a podcast. Useful for static ads but not for the dynamic ones throughout the show.
I also use Pocket Casts …and I just skip the ads manually. I set the skip forward time to 30 seconds and I set skip back to 10, makes it pretty easy to hop past them.
This is exactly what I do now. But skipping ahead and back is tough when I’m listening while cooking and have raw chicken on my hands.
I wish this existed. I figure it’s a matter of time before someone develops a ML solution.
I usually just try to hunt down bootleg feeds. I can usually find one, or a Patreon feed that someone has shared.
“Hey Siri, fast forward two minutes”
The podcasts I listen to, very larely have sponsors during the episode, what are you guys listening to?
Different podcasts
You don’t say it!
I desperately want this as well.
Not quite what you’re looking for, but Overcast has Skip Intro and Skip Outro features. For each show, you can set an amount of time for the app to automatically skip over at the beginning and end of each episode. I find it super useful for some shows
I think the only reasonable way to do that would be using AI since the sponsors are placed randomly throughout usually. Unless you listen to a specific podcast and they do same length of sponsor in same time slot every video you could automate something that cuts it out.
Sponsorblock does this with just regular I, not AI. E.G. crowdsourcing the sponsored segments
Extremely interested in this as well, i might need to start learning android development now ;)
I just unsubscribe when it becomes too prominent. There was a guy doing a recap of the news of the day in 5 minutes. Suddenly added 2 minutes of ads. Fuck that
This is not a solution. It’s like when there are too many ads on a site, stop using the site instead of just using an adblocker. Eventually I won’t be able to listen to any podcasts with this “solution”.
Just posted this in another thread, it’s not implemented yet but TubeArchivist has a podcast mode on their roadmap: https://github.com/tubearchivist/tubearchivist
I use a cracked spotify app on my phone, and tend to manually skip through with the lock screen buttons.
On top of dynamic ads, another problem would be decentralisation of podcasts. Many of them are released on several platforms simultaneously, and some sort of extra work would be needed for this to work accordingly independent of where you’re listening to a particular podcast.
Because a lot of podcast networks have dynamically inserted ads that change based on your geolocation, I’ve found that my Pihole can often provide a feed without any ads. I assume it’s like a fallback in case the geolocating fails. So I set Pocketcasts to only download episodes on my home network.
Can you prove any more info on this? Is the pihole automatically stopping the ads from downloading? It sound like it’s at least a partial solution.
So without having looked into it really, my assumption is that these podcast hosts will serve a specific file based on the response to an API call. If my Pihole blocks that call, they don’t want to serve nothing, so they fallback to a file that sometimes has “generic” ads (often for US-based companies) or other times no ads at all. Of course this doesn’t work for all podcasts, and as mentioned sometimes still has ads anyway. One day I might look more closely into it.