• 3 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • A1: Yes, but it depends

    I used to be someone who used to watch movies and tv shows on soap2day/fmovies/etc but once I tried watching a proper full release (Bluray encode, or even just a WEB release) I could never go back. If you have a good TV, and you want to maximise your watching experience, private trackers are easily the way to go. But it entirely depends on your needs.

    Even with a slower upload speed, it's not impossible to keep a good ratio. As long as you have drive space to seed, you will get bonus points that you can use to keep your ratio positive. About being kicked, most sites are "one lifetime, one account" so you can't just restart from RED if you get in trouble. Ideally, don't get in trouble, stay off the forums except for recruitments, just keep a good ratio and don't fuck up.

    A2: Depends on the content

    For Movies and TV you generally don't need to care where you get it from. Even if the file is infected somehow, a competent video player will not allow whatever malicious code to be executed so you're good there

    What you do need to worry about is for Games and Software. You are essentially running random .exe files that would even show up as a malicious file on VirusTotal if it's a cracked program that bypasses some subscription or premium purchase.

    You said you don't download much games and when you do it's Fitgirl so you're good there. Fitgirl is a trusted releaser and as long as you use fitgirl-repacks.site you won't have an issue (double check the hashes anyway, fitgirl releases include a program that does it for you). It is true 1337x had that problem recently with the EMPRESS release for Baldur's Gate 3 that included a Bitcoin miner (apparently EMPRESS was not responsible for it, and someone else had reposted it including the malware).

    If you do download games, the best tracker is GazelleGamesNetwork (GGn) and you should consider finding a way in if you want to play more games at some point. Releases there are thoroughly checked and the staff are very careful. People find out very quickly if something is questionable and will not hesitate to call it out so it can be considered safe.

    As for software, it's tough because there is no big trusted private tracker for cracked programs for Windows. Rutracker is what I usually recommend, it's semi-private and is atleast better than 1337x or TPB (try not to use those anymore). RuTracker also has m0nkrus releases, just translate the comments and see if anything seems off about it.


  • I believe what you're looking for is Remote Path Mapping, read this guide and see if it fits your situation - https://trash-guides.info/Radarr/Radarr-remote-path-mapping/

    Sonarr should be the same setup process. Essentially, you want your arr's to be able to see and access the files on your seedbox. Best way that I've found to do this is sshfs or rclone's sftp. Mount your seedbox's download folder on your Plex server with sshfs/sftp

    Since you're also moving the files from your seedbox to your Plex server with synching, I imagine a setup involving mergerfs will work too. Basically, you mount your seedbox download folder to your Plex server, use mergerfs to merge it with your local Plex server's location that Sonarr/Radarr imports it to - point Sonarr, Radarr and the Plex to the merged location. When the files are being moved by Syncthing, all your services will still think they're in the same location so it doesn't get confused.

    If you want to go that route, you can use the Google Drive guide - https://web.archive.org/web/20220508210909/https://wikiold.servarr.com/Cloud_Setup and change it a bit so it works for your configuration. Ignore the parts about encrypting and the nightly move script, Syncthing does that for you. And instead of mounting a Google drive remote, you will be mounting your seedbox through sshfs/sftp