To watch stuff without ads and tracking, but still streaming, you can use clipious or newpipe on Android and android tv. If you want to replace the entire YouTube GUI with an ad free selfhosted one, check out
Self-Hosted Main
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.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
I’ve been using grayjay by futo the organization that rossman runs and it’s been great for youtube. It also lets you use other services all in the same app but I don’t use any of those just youtube.
Never heard of it, sounds good. Unfortunately it doesn't work for me, since I am not interested in "Creators" but Content. But I guess a lot of people are curating their media by personality and not content subject.
I’m using the Jeeaaasus/youtube-dl docker image, which is basically a cron to yt-dlp.
I’m downloading channels and playlists in a directory structure, with a proper naming (like every video is named with S[YY]E[MMDD]
, so a video released today will be episode 1129 of season 23), that’s usable by Plex so I can access it both locally and remotely. I’m pretty sure emby or jellyfin could do the same on this front.
I also added little scripts to update poster images so the channels appear nicely in my plex interface.
The youtube-dl channels configuration is through a text file that’s not really easy to access, but I don’t change it very often. I’d like to have a nice interface (the docker image provides one but it’s a simple text editor and it’s easier to open it in the terminal), but once the list of subscriptions, channels and playlists are set, I don’t change it that often.
That’s my setup, I know it’s not fit for everybody, but it suits me well. Feel free to ask me the config and script files in detail if you’re interested.
Question- with these type of solutions are you just discovering new content by returning to YouTube?
im using yt-dlp with crontab and archive i.e. (execerpt from script):
mkdir -p /share/_ANIME/_ANIME/Z_Download/Downloaded/yt_channels/DUST/ &&
cd /share/_ANIME/_ANIME/Z_Download/Downloaded/yt_channels/DUST/ &&
yt-dlp -N 4 --write-auto-sub --sub-lang "en,pl" --embed-metadata -i --restrict-filenames --add-metadata --embed-thumbnail --embed-subs --download-archive /exploit/logs/youtube_channels/DUST.log "https://www.youtube.com/watch?v=T08deT2tnf0&list=PL2X2odndvaIe-Fd-XVtE4LuRrwi0W1E_s&pp=iAQB"