Heh, definitely sounds like a tough position to be in! I’m down in Miami (Brickell) and while the rent is the same as when I lived in NYC the quality of life is a hell of a lot better!
Homebrew only supports one user (AFAIK). We had shared iMacs at work, and some stuff was installed using homebrew with the permissions modified so everyone could access what was installed. One night I got bored at work and upgraded some things… Which changed the permissions back to only the user that installed the cask (or whatever) and broke the terminal and other things for everyone else. My coworker was pissed the next time he saw me.
Any sane Linux package manager (I’m not counting Snap and FlatPak) installs stuff system-wide and all users can access the installed packages.
Linux is inherently a multi-user OS but Apple apparently stripped that feature from OS X.
Windows is also a clusterfuck of spaghetti code that only the most masochistic person would want to tackle. There’s so much legacy stuff in there it’s ridiculous. For example you can’t name a file com because of the DOS days when a COM file allowed you to access the Serial ports.
There is a database that I found called Smoke Monster’s Database, it’s actually a bunch of “databases” (files, not actually databases) that you load into a program and point it at a directory and it categorizes, organizes, and renamed everything for you.
A lot of ROM packs that are out there are pretty old considering the systems that they’re for are decades old and have been passed around and added to for years. The packs are usually in a flat file structure and there are usually multiple files for the same game (version updates from the manufacturer) so it gets annoying pretty quickly. Do you want to have to scroll through 9000 NES games just to get to the Zelda: A Link to the Past?
Go with Arch, it has just as many packages available as Ubuntu and more, if you use the AUR. If you want something more stable/less changing use the LTS kernel instead of the mainline kernel.
It’s a way bigger pain in the ass than people think it is. I remember having to parse output from a tool for work that had tons of output in tabular format, mixed with normal sentence like strings. JSON, YAML, or XML outputs weren’t available so I had to do a nasty mess of grep, awk, cut, and head/tail, to get what I wanted. My first attempt was literally counting the characters so I could cut out exactly what I needed, but as we all know, hardcoding values is a recipe for headaches later on.
I think OP means ROM files for video games systems. Kodi has a RetroArch plugin. As I’m sure you’re aware, Sonarr and Radarr only do TV shows and movies, respectively. Managing ROM packs is a pain in the ass because there are usually thousands of files in a pack (I think there’s something stupid like 9,000 ROMs for NES or SNES).
Look up SMDB (smoke monster’s database). You can download a tool (I forget what it’s actually called, I think one is called ROM manager) which reads the SMDB files and compares the hashes to your ROMs and will categorize and rename them for you. It looks for duplicates, unofficial releases/hacks/patches, categorizes them by country (US, EU and Japan largely), and more. It’s a pretty nifty tool.
I spent like two hours going through PS1 ROMs and was like “there’s got to be a better way!” (insert cheesy black and white infomerical cutaway), started looking up stuff and there it was. Not all game systems are supported (mostly NES, SNES, Genesis/MegaDrive, and a few others) but you can build SMDB “packs” yourself.
I forget if it works on Windows, but I know it works on Linux and it’s either a script or a compiled binary, I forget which, but you can definitely script it, I’ve done so myself since the command string tends to be a bit long.