Skip to content

Commit

Permalink
Merge pull request #148 from Drazzilb08/remove-queinatorr
Browse files Browse the repository at this point in the history
Remove queinatorr
  • Loading branch information
Drazzilb08 authored Mar 30, 2024
2 parents c0f6ebd + 44dfd3b commit badd672
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 652 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ requests = "*"
tqdm = "*"
pyyaml = "*"
unidecode = "*"
qbittorrent-api = "*"
plexapi = "*"
pillow = "*"
prettytable = "*"
Expand Down
19 changes: 1 addition & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.1.0
36 changes: 0 additions & 36 deletions config/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ schedule:
sync_gdrive:
poster_cleanarr:
poster_renamerr:
queinatorr:
renameinatorr:
unmatched_assets:
upgradinatorr:
Expand Down Expand Up @@ -69,16 +68,6 @@ instances:
# API key can be found here: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
url: http://localhost:32400
api: abcdefghijklmnopqrstuvwxyz1234567890
qbittorrent:
# Instance name can be whatever you want, it just needs to match the name used in other sections
qbittorrent_1:
url: http://localhost:8080
username: admin
password: adminadmin
qbittorrent_2:
url:
username:
password:

discord:
# Discord notifications:
Expand Down Expand Up @@ -110,10 +99,6 @@ discord:
# Will notify if non-hardlinked files are found/searched for
discord_webhook:
channel_id:
queinatorr:
# Will notify if a torrent/queue item has been handled
discord_webhook:
channel_id:
labelarr:
# Will notify if a label has been added/removed to a movie or series
discord_webhook:
Expand Down Expand Up @@ -396,27 +381,6 @@ nohl:
- Marvel's Spider-Man
- M*A*S*H

queinatorr:
# This script will move torrents from one category to another in qBittorrent based on
# the title of the torrent. This is useful for moving torrents from a category that are stuck
# in a queue due to a missing file or not being an upgrade for existing episode file(s).
log_level: info
dry_run: true
days_to_keep: 14 # The number of days to keep in the pre_import_category prior to moving to the post_import_category
instances:
radarr_1:
qbit_instance: qbittorrent_1
pre_import_category: movies
post_import_category: completed-movies
sonarr_1:
qbit_instance: qbittorrent_2
pre_import_category: series
post_import_category: completed-series
sonarr_anime:
qbit_instance: qbittorrent_2
pre_import_category: anime
post_import_category: completed-anime

labelarr:
# A script to sync labels between Plex and Radarr/Sonarr
# Warning: Due to the way that Plex API works, this script can take a while to run with a large library
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"nohl",
"poster_cleanarr",
"poster_renamerr",
"queinatorr",
"renameinatorr",
"sync_gdrive",
"upgradinatorr",
Expand Down
Loading

0 comments on commit badd672

Please sign in to comment.