• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • Most of the time I just copy/paste the terminal output and say ‘it didn’t work’ and it’ll come back with ‘I’m sorry, I meant [new command]’.

    It isn’t something that I’d trust to run unattended terminal commands (yet) but it is very good when you’re just like ‘Hey, I want to try to install pihole today, how do I install and configure it’, or ‘Here’s my IP Tables entry, why can’t I connect to this service’ … ‘Ok give me the commands to update the entry to do whatever it was you just said’.









  • I’ve been using qBittorrent to run an unrar command (which fails if there isn’t any rar files), it works MOST of the time but it usually extracts the sample first then Sonarr see an MKV and tries to import it, which fails because it doesn’t fit the file size requirements of my quality profile.

    I’m using a managed host and they don’t offer unpackerr. I’ll probably end up writing a python script to handle it and all of the weird contingencies. It isn’t really annoying to me, since I can just SSH in and fix it in a few seconds but my family members that add things via Ombi will complain when S01E02 is missing from Season 1.





  • FOSS and buy games.

    I used to pirate games because I was a high school/college student but buying them from Steam is just more convenient.

    I pirate media though, I used streaming services when Netflix was basically the only game in town but now that there are 25 different platforms all wanting $10/mo, f that. I can setup Sonarr and Radarr on a seedbox for cheaper and it provides more flexibility of use, no limitations on sharing (seedbox provider aside) and no annoying DRM or unexpectedly getting a 720p stream instead of a 4k HDR stream because I didn’t install the latest firmware on my TV.

    I’m paying for music streaming because Spotify is basically music Netflix but I’m experimenting using scrobbling/Lidarr/Airsonic.







  • Sonarr

    Radarr

    qBittorrent

    Jellyfin

    Sonarr lets you ‘subscribe’ to TV shows. Radarr lets you ‘subscribe’ to movies. They grab the movie/TV Show as soon as they’re available and match the quality profile you choose. They find the torrent (searching on sites that you’ve configured) and send it to qBittorrent. Once the torrent is finished it downloads metadata, formats everything and puts it into a media folder structure that Jellyfin can read. They then poke Jellyfin to tell it to update it’s library with the newly downloaded content.

    Jellyfin is a media player, it can be accessed by a web interface or you can install Jellyfin apps which exist on basically every platform.

    You can host all of this at your house or you can host it on a seedbox (I’m currently using Ultra.cc). The Seedbox provides you with a very fast connection for accessing bittorrent (50+ Gb) and 20TB of upload bandwidth per month. The seedbox I’m using doesn’t count your Jellyfin usage (or downloading via the FTP/SFTP server) towards your bandwidth so you can stream as much as you’d like or download the files to your home media storage or both. They have different levels of storage (my ~$35/mo plan has 8TB of storage)

    A seedbox also lets you join private trackers easily (as you can maintain ratio thanks to your massive upload speed and excess bandwidth). Private trackers will generally have torrents on faster hosts so you can download them quickly and the quality/selection can be better.

    It’s a little bit to get everything setup but once it is setup it basically takes care of itself. I have Ombi installed also, it provides a simple user interface for my non-technical users so that they can add things to Sonarr/Radarr without having to much around with their interfaces.