

I use a seedbox to download the file from their site links for me, so I don’t see any of that anymore, so while I use their site I don’t directly interact with the torrent files or magnet links.
Avatar by Jim howard photography. Reddit refugee.


I use a seedbox to download the file from their site links for me, so I don’t see any of that anymore, so while I use their site I don’t directly interact with the torrent files or magnet links.


From personal experience yts.mx the site is full of ads redirects, etc. so using their site with proper ad, java blocking is a must, as for the files themselves having issues (viruses, worms, Trojans) I have not had issues as I scan everything in a secure space before adding to my server. And nothing has been detected so far.


I was under the impression that fossil had a classic watch that either made a sound or flashed a small light when a notification came in. Connected to phone via BT, so the power cost was “minimal”. Not sure if they make those watches anymore but it’s worth a look if you are interested.


The issue with Linux is that the best way to run jellyfin is to use docker (setup and running docker is its own thing that takes more time than I care to work on over lemmy). That way it’s Linux distro agnostic. With windows and Mac there is no issues as they have native apps from the server side that gets timely updates.
If you want to use windows, Mac or Linux, plex downloads for the server to house and stream media from can be found here: linux
choose your distro and install as per your distros standard instructions: windows
you can also install the server software via Microsoft’s windows store if you are so inclined.
mac/apple I have no clue if plex lists their server app via the App Store so your on your own there.
Plex will walk you through setup and ask where to find the files you want to add. Jellyfin as well.
Jellyfin files for the server and client(player/viewer) can be found here jellyfin
some options have instructions. Some options require you to be able to understand how to install software specific to a Linux distro and the windows/Mac options should be easy to install and understand.
The Linux distro you want to use will depend on you, but each service has their own preferences.
The end goal of installing all of this is to stream from your server client to the player client software. The server client software will have options on how you want the server seen on your internal network (intranet) and if you want to be able to access the server outside your network, say on your phone on the go (internet). The server clients will also ask you about where they need to look to find the media files you wish to stream locally or outside your network. plex and jellyfin have all of this and more to mess around with, but if you are just doing this at home no need to explore too much if you don’t need to.


I can help start you off if you want.
(To ward off the mods all of these suggestions are for personal photos and personal video files, created by, or for the user, and in no way am I recommending that piracy is ok or legal)
There are a few frontend/backend solutions that you can pick from that are popular and well supported.
Plex and jellyfin are my picks as those are what I’ve used. They will work on any laptop or desktop running windows/mac/Linux (with some caveats).
The front end that you pick can be a steaming device like a Amazon fire stick, Roku, or AppleTV, this also includes smart TVs, (not all TVs support all or any) for widest support an Android tv would work).
As for where to get your media files there are a lot of options out there, but be careful (I don’t know the this instance’s stance on site recommendations so I can’t list them). As for how, torrenting is still the most popular, but not the only option. You’ll need a torrent program to get the files to download to your “server”. It is also very encouraged and recommended to use a vpn while you download and seed to protect yourself.
While not expansive or detailed I hope this helps.
My Lemmy profile has my matrix ID so if you wanted to talk in a space with more privacy you can send me a message there.


Your second link is honestly should be a sticky on a lot of communities and I try to always show people that video to illustrate how hard things are for people.


If you also live in Europe or set up your computer in the US with European English then you can also skirt some of the ads as well


The home edition of windows has these ads baked in, but the pro/enterprise editions seem to be able to avoid this for now.


I waited to see if anyone mentioned it, but, POD. A old 1997 racing game from Microsoft built by Ubisoft. You can get the gold edition on GoG for rather cheap but I would absolutely love to see a remaster or remake. Unfortunately I would rather it not be made by Ubisoft as I don’t want to be forced into a separate account login setup from Ubisoft.


Apple ][ e: pictures of me playing point-and-click story games.
Ubuntu 4.10 “warty”


My profile has my matrix name. I figured people have known that was a feature for lemmy profiles, but I guess that was my mistake.
@codname_goose:matrix.org


Every section had missing downloads. But with some web inspection, I found some interesting obfuscation using what I think is JavaScript on the web pages that “used” to hold the download links, for the files that were requested to be removed. If we can figure out how to reverse the code to reveal the link again we could grab (assuming they are still on the server) the files manually.
If you want to chat about this I’m on matrix


I can confirm that the script still works, but sadly the site owner of Vim has removed the file from the server. The script sees a file link but will download nothing. When testing the script with just NES, it will see a game, but will throw an error of “remote files name has no length”, so going forward you could test via a vpn and see if they adjusted their files to be available via a country that doesn’t care, or they just haven’t gotten around to cleaning up their file directory list post removal.
P.S. the script showed that 23 field failed to download so one can assume those files were the one Nintendo decided to have them remove.
For those who don’t want to use Imgur or deal with the data here is the video/gifv
there are a bunch of style sheet and javascript set up to work in tandem with each other that i find rather upsetting. you can go in and force things to load completely rather than on scroll but you then need to make sure that the page allows for that to happen. and they didn’t exactly name their json/javascript/css in any way to make things easy to find either, as they are all name dynamically on site load. i’d go with testing without hardware acceleration, and if that doesn’t work then you’ll have to find a way to disable very specific files from loading or neuter them so that they load the way you need them to.