this post was submitted on 21 Mar 2025
134 points (100.0% liked)
Technology
38441 readers
388 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can you explain your setup? I'm interested
Im on linux and thats all i know, so if you arent i cant help ya...
You can install mpv from your package manager. This should automatically install yt-dlp as a dependency, but probably not the latest version which is very necessary.
That means you have to get the latest version from the github https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#release-files Just take the first thing in the table.
This yt-dlp file will have to go into your /home/user/.local/bin/ folder, so that it gets used instead of the outdated version installed by your OS when mpv looks for it.
That should be the basic setup. To use it you just do
mpv https://www.youtube.com/watch?v=xvFZjo5PgG0
in your terminal, which will open that video. In my RSS reader i can define a custom browser application, so i just give itmpv
as a browser, that way i dont have to open a terminal every time.If you want to have a button that redirects youtube vids from your browser to mpv, that requires some more tinkering. If you wanna do that i can write another comment.
I'm on Debian. Which RSS reader do you use? Is there a fuzzy search for YouTube?
Im using
quiterss
. Its kinda old so you might miss a lot of modern features.It only takes proper feed URLs like this https://www.youtube.com/feeds/videos.xml?channel_id=UCuNy42Y5egf07cSiHbF23wg so you gotta get the channel_id from somewhere, but you can also just import an .opml file that you exported from another RSS reader.
Im sure there are better ones but i just need keyword filtering and categories so i have somewhat basic needs.