240 Followers
248 Following
2.7K Posts

chronic sleepy gender nonperson
name is $currentMonth, it/its
solar time respecter, shell witch

"I have never met someone so willing to both literally and figuratively bash a thing until it works and it both horrifies and amazes me
It makes me fear you in the way Christians are supposed to "fear" God as a form of respect" – @catgirlcoded

follow reqs welcome if you're weird
if i fuck up let me know please

free Palestine, zionists fuck off

webbed sitehttps://marking.neocities.org/
music I listen tohttps://listenbrainz.org/user/intercommunicating-trivium/
current favorite emoji♥️
icon srchttps://maybelsart.tumblr.com/post/729375923885965312/be-not-afraid

I think there is a perception among tech folks that the "best" way to watch pirated content is via jellyfin/plex and the *arr stack. I have set this up (with a seedbox, even!) and it has been a huge headache. Seeking in the media makes it freeze, subtitles are often fucked, I have to think about fucking GPU drivers, etc etc.

Some non-tech friends of mine have a solution that works much better, and is documented decently here: https://medium.com/@divitia/stream-smarter-not-harder-a-guide-to-using-stremio-torrentio-and-real-debrid-9e7a3ecc0309

The cost is $3/mo and if you already have an androidish tv box it will run on that hardware. Or you can buy a cheap xiaomi one. It plays media immediately, instead of having to wait for the entire file to download (https://forum.jellyfin.org/t-is-there-a-way-to-play-media-while-its-still-downloading), it's much easier than setting up a server, anyone who's using your TV can make it work instead of depending on you, and it's got pretty good coverage in terms of what shows/movies it has.

I don't have a TV, but I set this up for my reflection the other week because I was tired of seeing ads during Hackers (1995). It took less than an hour. I can highly recommend looking into this solution if you haven't seen it before.

Stream Smarter, Not Harder: A Guide to Using Stremio, Torrentio, and Real Debrid

Hello everyone! Today, we are going to take a journey into the world of media streaming. With so many applications and services out there, it can be quite daunting to pick the right ones that suit…

Medium
okay y'all have fun with that see you in 1-4 weeks
oh boy whats going on here today

this is a scenario that really would've been helped by adding 3-5 of the _most common_ uses of the tool at the top of the README.

instead I had to find "video format options" (format, mind you, not resolution - when I saw this I thought it was like, mp4 vs webm) and then go to another section, then read through a bunch of weird examples to get to two different "download this but smaller" commands.

(the --help wasn't any better; it's pages of options and then it links to the README anyways)

this is a lot of words for me! do I want res or height? smallest dimension? best but no better else or if largest smallest AUGH

I go to youtube and there is a selector that says 720p, I want THAT.

I pick res even though it comes later (so I would expect to be more specialized) and it works! great! but since I couldn't find it earlier, I have like 4/8 videos downloaded, so I can't pass the playlist link and I have to manually type commands for the rest.

# Download the best video available with the largest height but no better than 480p,
# or the best video with the smallest resolution if there is no video under 480p
$ yt-dlp -S "height:480"

# Download the best video available with the largest resolution but no better than 480p,
# or the best video with the smallest resolution if there is no video under 480p
# Resolution is determined by using the smallest dimension.
# So this works correctly for vertical videos as well
$ yt-dlp -S "res:480"

the next screen has such oddities as this:
`$ yt-dlp -f "bv*[height<=480]+ba/b[height<=480] / wv*+ba/w"`

after attempting and failing to parse this DSL I read on a bit further:

again, the ENTIRE FIRST SCREEN is useless. and I have to keep scrolling back and forth on my little phone screen with the flashing lights and loud music and also tabbing back and forth to manage the ongoing downloads.

these options, I will save you the reading, are all about different ways to download the best video. one for the worst video but I don't want that either!

eventually I find "--format" which tells me to go to """see "FORMAT SELECTION" for more details""". alright, I can do that.

the entire first screen of text is useless. immediately after this first screen is a link saying "tl;dr navigate me to examples." very helpful. let's look at these examples.

after a minute or two of scrolling past 30 badges, a giant table of install options, how to compile the project from source, how to fork the project, I say "fuck this" and go start downloading the third video in the playlist.

so now I'm tabbing between termux to manage the individual downloads (instead of the full playlist), a tab where I have the playlist open, and the README. my attention is SO split.

should I have done a find-in-page sooner? yes. was I thinking clearly? no.