I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?
A server is just a computer. You could run this software on the computer in front of you, or a computer in a datacentre. Either is fine.
MeTube: Self-hosted YouTube downloader
81–90 of 173 posts
Re: MeTube: Self-hosted YouTube downloader
#82Earlier quoted context omitted.
A server is just a computer. You could run this software on the computer in front of you, or a computer in a datacentre. Either is fine.
Yeah, but why mess with port numbers when you can just run it as a standalone process?
Re: MeTube: Self-hosted YouTube downloader
#83There are about 100 channels that I watch religiously, but, release infrequently. I never want to miss a video from these channels.
I also don’t want to open YouTube and sift through hundreds of releases from channels that release four times/day just to find the 1-2 videos that I actually want to watch (and will inevitably miss.)
Just give me a priority feed of the stuff I actually want/need to watch. If I can download everything and watch it over DLNA, even better,
Making sure we don’t miss the things we love isn’t YouTube’s M.O. Keeping the feedbag strapped to our faces while we watch someone stretch a 3 minute video into a 18-22 minute one, is.
Re: MeTube: Self-hosted YouTube downloader
#84I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?
What, like Stacher? https://stacher.io/
That is terrible UX. I can't even read about it on a mobile device? Maybe I'll check back next time I'm at a desk, likely I won't.
Re: MeTube: Self-hosted YouTube downloader
#85What I’d really like is a YouTube TiVo. There are about 100 channels that I watch religiously, but, release infrequently. I never want to miss a video from these channels. I also don’t want to open YouTube and sift through hundreds of releases from channels that release four times/day just to find the 1-2 videos that I actually want to watch (and will inevitably miss.) Just give me a priority feed of the stuff I actu…
Re: MeTube: Self-hosted YouTube downloader
#86Earlier quoted context omitted.
you host it on the server which has a raid array and is/gets backedup vs a laptop that could get stolen or lost. the point is to have a copy of the videos that can't be deleted/lost so having that on a loseable laptop wouldn't satisfy that requirement
You don’t back up the data from your laptop to external media? :S
Re: MeTube: Self-hosted YouTube downloader
#87I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?
What no one is discussing is that yt-dlp can no longer download itag 22 and itag 18 is now throttled.^1 This means yt-dlp has to download an audio file and a video file and use ffmpeg to merge the two.
YouTube ad revenue just missed consensus estimates. Perhaps the accessibility of videos on YouTube is going to get even worse.
1. One will not likely notice this unless one is in the habit of specifically choosing format. For example, some folks have used itag 18 and 22 exclusively for many years.
Re: MeTube: Self-hosted YouTube downloader
#88What I’d really like is a YouTube TiVo. There are about 100 channels that I watch religiously, but, release infrequently. I never want to miss a video from these channels. I also don’t want to open YouTube and sift through hundreds of releases from channels that release four times/day just to find the 1-2 videos that I actually want to watch (and will inevitably miss.) Just give me a priority feed of the stuff I actu…
Re: MeTube: Self-hosted YouTube downloader
#89I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?
Your Windows/Linux/OSX device, or a VM or container on it, can be the server if you wish. This way the creators don't need to make two UXs (web for the server, native for the other).
A lot of people run thier self-hosted apps on an external server or home lab (or mix/multiple) with those resources being "properly" setup as infrastructure with backups and such, using their PCs/laptops/tablets/phones as relatively dumb clients/caches that can be easily replaced (pulling local content back from the server the old devices synced to) if lost/damaged. This is one reason self-housing that way is popular.
> using yt-dlp and have thought of making a simple app
I've seen a few desktop apps that seem to be wrappers around yt-dlp (and/or other similar utilities). I've not used any of them so can't comment on their stability/reliability/other, but I'd do a search before writing your own from scratch (unless you want to do that for fun anyway!) as you might find what you want already exists.
Re: MeTube: Self-hosted YouTube downloader
#90My only task: subscribe to a channel or playlist, download videos to a path and check once a day for new stuff.
The only UX I need is for setting up the channels. Then just save the files and let Plex take it from there.
Anyone knows of a better option?