AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
893 stars 116 forks source link

Add Unpackerr to extract archives #25

Closed AdrienPoupa closed 6 months ago

AdrienPoupa commented 1 year ago

Add Unpackerr to handle multi part files in qBittorrent.

Schaka commented 11 months ago

Consider avoiding to grab rar'd releases altogether. Rars don't really have a place in p2p, imo. Unfortunately, some trackers still allow them or occasionally don't catch people uploading them quickly enough.

https://github.com/Schaka/rarrnomore

AdrienPoupa commented 8 months ago

I started by excluding trackers using archives, but even then on reputable ones some releases end up RAR'ed. Your project would make sense, I will check it out, thanks for the recommendation!