diff --git a/qBitrr2.egg-info/PKG-INFO b/qBitrr2.egg-info/PKG-INFO index d7032dbb..1d449ce1 100644 --- a/qBitrr2.egg-info/PKG-INFO +++ b/qBitrr2.egg-info/PKG-INFO @@ -105,11 +105,10 @@ A simple script to monitor [qBit](https://github.com/qbittorrent/qBittorrent) an - Set per tracker values - **Sonarr v4 support** - **Radarr v4 and v5 support** -- Available if provided with a Sonarr/Radarr database file: - - Monitor Arr's to trigger missing episode searches. - - Searches Radarr missing movies based on Minimum Availability - - Customizable searching by series or singular episodes - - Optionally searches year by year is ascending or descending order (config option available) +- Monitor Arr's to trigger missing episode searches. +- Searches Radarr missing movies based on Minimum Availability +- Customizable searching by series or singular episodes +- Optionally searches year by year is ascending or descending order (config option available) ## Tested with @@ -166,7 +165,6 @@ Alternatively: docker run -d \ --name=qbitrr \ -e TZ=Europe/London \ - -e RESTART_TIMER=0 \ -v /etc/localtime:/etc/localtime:ro \ -v /path/to/appdata/qbitrr:/config \ -v /path/to/completed/downloads/folder:/completed_downloads:rw \ @@ -181,13 +179,12 @@ version: "3" services: qbitrr: image: feramance/qbitrr:latest - user: 1000:1000 # Required to ensure teh container is run as the user who has perms to see the 2 mount points and the ability to write to the CompletedDownloadFolder mount + user: 1000:1000 # Required to ensure the container is run as the user who has perms to see the 2 mount points and the ability to write to the CompletedDownloadFolder mount tty: true # Ensure the output of docker-compose logs qBitrr are properly colored. restart: unless-stopped # networks: This container MUST share a network with your Sonarr/Radarr instances environment: - TZ=Europe/London - - RESTART_TIMER=0 #Number of hours after which to restart the child processes (default=0, set 0 to disable) volumes: - /etc/localtime:/etc/localtime:ro - /path/to/appdata/qbitrr:/config # Config folder for qBitrr