• 0 Posts
  • 31 Comments
Joined 8 months ago
cake
Cake day: December 14th, 2023

help-circle
  • I’m glad to clear it up! It’s a super powerful tool, and I still occasionally skip the automation and just use it for manual searches since it reduces that process to a single click to search all configured torrent sites and a single click to download and have the rest automatically handled.

    Before when I was visiting friends and wanted to quickly add something to plex, I used to need remote access to my torrent client and separate remote access to my NAS filesystem to move/rename files when downloads finish which was a really manual process. Now all I need is the reverse-proxied sonarr/radarr UI since it handles moving/copying/renaming on download completion - and while the UI isn’t mobile-first, it’s very usable and feels less error-prone than moving/renaming files remotely using a file explorer app.


  • I mean yeah there’s a lot of stuff it does, but you can pick and choose what you want to use it for so it depends on what you would find useful - you don’t have to use the full automation. I started just by using it as a read-only way to see what movies I had and in what qualities and keep things organized. You can use it as a manual interface to do one-off downloads - basically just as an interface to search 5 torrent sites in 1 place where you are still picking exactly what you want it to download. You can use it only to rename files to a consistent format. So there are a lot of ways to use the various features of sonarr/radarr besides automatic downloads. You’re not forced to go all-in and out of the box it doesn’t start automatically downloading until you enable that.

    I think it’s a common misconception that if you use sonarr/radarr you have to use download automation and set up trackers but it’s not the case. It’s a useful library organization tool even if you don’t ever have it download anything.


  • Man that sucks. I must have gotten lucky or something with my setup. I also have trackers go unavailable all the time but I enabled 8 different ones and usually multiple will have the same torrent so it usually has no problem finding something even if 1 or 2 are down. I also don’t VPN tracker searches, just my BitTorrent client so flaresolverr seems to work fine for me (I only have it enabled for 2 of my trackers since most of the ones I use don’t seem to require it).

    If you end up trying it out again I would look into the quality settings and make sure you’re not using the remux quality profile (edit: apparently the default 1080p quality profile has the 1080 remux quality enabled so this might have been the problem). By default most of the quality profiles seem to limit at 100MB/min, so a 2 hr movie shouldn’t allow anything over like 12GB. Whenever I tweak quality or custom formats I refer to trash guides which has a lot of battle-tested rules you can copy. I have my main quality profile set to only download qualities between hdtv720 and br1080 (which is just below remux) with custom formats copied from trash guides set to prefer hevc with surround sound since I have 5.1.



  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    The creation tool also just lets you save the iso - but for some reason the media creation tool gives you a different iso than if you spoofed a non-windows user agent on the windows download website so that it gives you a direct link to the iso instead of getting you to install the creation tool. And for some reason only one of them worked with DISM to repair my system in order to be able to run windows update successfully.


  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    17
    ·
    7 days ago

    Also add DISM to that - if it’s corrupted it could cause you to be unable to install windows updates.

    DISM /Online /Cleanup-Image /CheckHealth

    It’s also possible that fixing it may require the original windows installation media matching your windows version build number - which means if you’ve since installed a major windows update there may not be an available installation iso that meets the requirement. Happened to me and I was lucky enough to coax an iso out of the windows installer download page that satisfied the repair tool (oddly enough downloading an iso using the Windows Media creation tool didn’t work, but spoofing Linux on the page to directly download an iso gave me a different iso that worked)

    These are the things I do to maintain my last windows machine.




  • I’m on unrooted lineage with mindthegapps / Google play services with my Google Services Framework ID registered with Google, but I still have to make 3 attempts to log in to my bank with the first 2 attempts always giving a vague error like “we’re not sure why we couldn’t connect”, similar with fidelity. Using a password manager so I’m entering the same credentials every time.

    (Edit: in the case of fidelity, instead of faking a connection issue it tells me my account is blocked and to call support to unblock it - that’s also fake because I called once and they said my account wasn’t locked and trying to log in a second time always works)

    My understanding is that it’s impossible to pass strong integrity unless you’re using the stock unmodified rom with the bootloader locked.

    I changed banks last week and the new bank (Aspiration) logs in fine the first time every time.

    It sounds like the situation is better with graphene but I find it a lot easier to switch banks than roms.







  • Assuming the context is appropriate I think an acceptable way to ask is “what’s your heritage” - imo the important thing is not to sound like you’re assuming they’re a foreigner just because their ethnicity / appearance. I think asking about someone’s family story or where their family is from is also a good way to ask because it’s clear you’re asking about their family and not assuming that it has bearing on the person’s upbringing.

    It also can be really confusing when you’re a mixed and natural born citizen and you have no idea if “where are you from” is just smalltalk and they want to know where you grew up or if they’re assuming based on your appearance that you immigrated and assuming that the answers to “where did you grow up” and “where are your ancestors from” are 1 and the same. So personally I like when people are more specific because when asked where I’m from I’m just going to ask if they mean where I grew up or where my parents are from.


  • Edit: of course the below only applies to chrome and possibly chrome derivatives - FF is keeping MV2

    It’ll make it a lot more likely that YouTube ads will get through because MV3 limits the block list size to a fraction of the size normally used by uBO and also disallows external/live updates to the block list, instead forcing the rules to be baked into the extension. Meaning an update to the blocking rules could take a week of extension review time to go through. I heard that the YouTube ad blocking rules can update multiple times a day so this would easily allow Google to update their ad code before approving updates to ad blockers, allowing them to always stay ahead.

    So it might not outright break it, but some rules will have to be left off so it seems like it’ll be a dice roll if you get an ad where the blocking rule had to be left off to fit Google’s block list limit or the rule you have is stale because it took a couple weeks for the extension update to be approved on the extension store.

    The feature of MV3 that enables these changes is that in MV3, the extension is handing over the complete blocklist to chrome, which does the blocking and gets to put limits on the blocklist. In MV2, the extension is given a direct hook to do the blocking itself, so it can have an unlimited block list size and can source the blocklist from anywhere. Think of it kind of like the difference between letting a graduation speaker speak off the cuff vs the school reviewing the speech beforehand and having their finger on the mic switch in case you wander off script. So the new system technically can be more secure and performant because the blocklist is reviewed as part of the extension and because poorly written blocker code can’t slow you down (only Google’s optimized logic is allowed to run) but it only works if they don’t impose limits lower than what effective ad blockers need (ie updating frequently like daily and allowing a large blocklist). Plus uBo is written really well for resource usage so it’s getting crippled even though it’s a shining example of an effective ad blocker.

    Plus there are even more limitations like certain types of advanced rules that all I understand is just needed for certain sites that are tricky., but those rules aren’t supported in MV3. The uBo GitHub wiki has some information about this: https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-asked-questions-(FAQ)#filtering-capabilities-which-cant-be-ported-to-mv3


  • What kind of TV service / set top box did you have at the time? I remember a lot of talk about providers pushing set top boxes both because it lets them use newer broadcast tech with customers using old TV tuners, but crucially it allows them to have their own software running on the box that you use to switch channels, which let them use out of band communication over the cable network to report what channels you watched, when, and how long, which I don’t doubt gets sold and aggregated by ad targeting firms.

    It’s pretty common for smart TVs to do a similar thing to collect streaming app watch data when using the TVs built in apps.