One thing: when I am in the video view, I'd like margin to be 0 so that there is no awkward white space around the video.
Show HN: Tube – Minimalist YouTube
91–100 of 116 posts
Re: Show HN: Tube – Minimalist YouTube
#92I'm seeing a permanent back arrow overlapping the video itself. Don't cover up the screen. At the end of the video, it still shows recommendations. Do you have any control over that? Can you set it to not show recommendations? It is missing comments. I can see why you would choose that, but I'd rather have comments (something I also miss when I watch YouTube on a Roku) and still not have recommendations because they…
>I'm seeing a permanent back arrow overlapping the video itself. Don't cover up the screen. Removed that. Originally I wanted it to make it easy to go search more, but meh, people can use the back button. :) >At the end of the video, it still shows recommendations. Do you have any control over that? Can you set it to not show recommendations? Not as far as I know. And from what I've read from YouTube's ToS, it wouldn…
Re: Show HN: Tube – Minimalist YouTube
#93For some time I've been tinkering with a script which manages my own fine-grained youtube subscription preferences, periodically scrapes various pages for metadata, and then as necessary extracts videos by using the youtube-dl utility. The end result is a directory on my machine which always has a few interesting videos to watch, ad-free, tracking-free, network connection free, using my favorite full-featured video p…
Do you have a way to ensure you get the highest quality? I do similar with cron but often get videos as they're still processing (and thus only at lower qualities). One issue is the channels I 'subscribe' to don't always output at the same resolution and frame rate.. so I can't do a simple 'is video 4k60' test.
Re: Show HN: Tube – Minimalist YouTube
#94Earlier quoted context omitted.
If you like youtube-dl you should check out mps-youtube ( https://github.com/mps-youtube/mps-youtube ) which has the ability to use youtuble-dl as the backend I'm pretty sure (i prefer to use the native one personally) It's also gpl vs youtube-dl's public domain. I'm sure eventually I'll figure out a way to just do it in emacs. (I'm mostly joking... kinda... maybe.)
> mps-youtube Funny that state[0] on PyPi[1] is [downloads|no longer available] [0] https://img.shields.io/pypi/dm/mps-youtube.svg [1] https://pypi.python.org/pypi/mps-youtube
Re: Show HN: Tube – Minimalist YouTube
#95For some time I've been tinkering with a script which manages my own fine-grained youtube subscription preferences, periodically scrapes various pages for metadata, and then as necessary extracts videos by using the youtube-dl utility. The end result is a directory on my machine which always has a few interesting videos to watch, ad-free, tracking-free, network connection free, using my favorite full-featured video p…
I actually have a script running on a cron job on my personal server that does approximately this. It downloads into a Syncthing folder that automatically syncs to whatever devices I might want to watch videos on. The difference is I just have a set of playlists for it to download, so I'm relying on the YouTube creators to organize their videos into appropriate playlists, which means it's not exactly "fine-grained".…
Re: Show HN: Tube – Minimalist YouTube
#96Re: Show HN: Tube – Minimalist YouTube
#97https://github.com/omarroth/invidious (written in Crystal)
Re: Show HN: Tube – Minimalist YouTube
#98For some time I've been tinkering with a script which manages my own fine-grained youtube subscription preferences, periodically scrapes various pages for metadata, and then as necessary extracts videos by using the youtube-dl utility. The end result is a directory on my machine which always has a few interesting videos to watch, ad-free, tracking-free, network connection free, using my favorite full-featured video p…