Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
And they're so repetitive. And each block is the same length if I'm not mistaken. This could even be automated - not relying on human input - or at least half-automated.
I've had a pipeline in mind for exactly this purpose that I want to build when I get around to it:
In theory, this should be able to remove ad and sponsor sections of any length completely automatically and there's nothing to stop it working on videos too
It should be doable to so some audio analysis of the episodes. They "always" (I am sure some forget every now and then), have an outro and intro around the ad block. With a clearly defined jingle per podcast. You should be able to make a program that analyses the audio and listens for that block and cuts it out for you.
I had found one that used Whisper to convert the podcast to text and then ran it through an AI to find the ad text, but I couldn't get it to work. I had considered building something myself and was about halfway through that when I found this method. It does the job better than I think an AI would considering it's crowdsourced for the ad identification.
This is exactly the route I've been begging for for years now. It seriously should be doable.
Yep. Certain patterns are easily recognizable even by machines. One could have a relatively simple "IHeartRadio algorithm" that should work 99% of the time (esp. with Ed Zitron who brackets the blocks with that insane guitar riff).
Hell, I could even write that with ffmpeg and a shell script.
OK I'm being arrogant now, but not wrong.