• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • A collection of programs that will track your media directory and automatically start a torrent on a missing piece of media with a web interface that you can use to browse what you do and do not have.

    • lidarr – music manager
    • radarr – movie manager
    • sonarr – tv shows manager
    • prowlarr – torrent index manager (ie tell sonarr to check thepiratebay.

    So you basically start these programs, connect them with prowlarr so that they can find torrents, point them to a media directory, and then connect that back to a torrent client such as Qbittorrent. When a new TV show comes out, they will automatically download that into your downloads directory and hardlink it to your media directory, torrent keeps seeding, it’s filed away properly and no extra storage use until the hardlink breaks. So if you also have Jellyfin / navidrome pointing at your media directory, you will just see new media pop up each week.

    I recommend using qbitorrent in a docker container that enforces a vpn, then you can just drop a WireGuard profile in there. AirVPN Works well for this as it supports port forwarding as well.

    I personally manage the entire thing in a single docker compose file, and that’s what I would recommend, because then it’s set and forget.





  • Just use arch. It’s a lot simpler than Ubuntu Fedora etc.

    Occasional hiccups but nothing major.

    I’ve run gentoo and void and tbh they were fine too, but more burden knowledge wise.

    Debian and Fedora were always a chore to maintain. Major updates on Fedora constantly caused down time. Debian has no software and no ports like system which makes it difficult to get software.

    Arch has most things packaged, decent docs a simple packaging system etc. The community is a bit mediocre but the os is pretty simple. Also what the steam deck uses FWIW.