-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I keep seeing messages like the ones below. Where I already have the recommended release in Radarr or Sonarr and its tagged correctly, but seedexarr tries to download it again.
SeaDex release group LYS1TH3A in Radarr release(s): LYS1TH3A, but filesizes do not match. Will add https://
SeaDex release group YURASUKA in Sonarr release(s): YURASUKA, but filesizes do not match. Will add https://
File sizes are all different for release group YURASUKA. Will add https://
I do have an automation setup to remux all dual-audio anime with Japanese audio first and subtitles with dialogue track first. But nothing is removed, only MKV track orders changed and re-muxed.
I have torrent hash disabled in seadexarr config, so I would have thought it would only grab based on release tag name match/mismatch.
Config
# Parameters for Sonarr
sonarr_url: #
sonarr_api_key: #
sonarr_ignore_unmonitored: false # If True, will not grab releases that are unmonitored in Sonarr
ignore_movies_in_radarr: true # If True, will not add movies to Sonarr that already exist in Radarr
# Parameters for Radarr
radarr_url: #
radarr_api_key: #
radarr_ignore_unmonitored: false # If True, will not grab releases that are unmonitored in Radarr
# qBittorrent parameters
qbit_info:
host: #
username: #
password: #
# Categories for added torrents
sonarr_torrent_category: #
radarr_torrent_category: #
torrent_tags:
# Ignore SeaDex update times?
ignore_seadex_update_times: true
# Do you want to filter purely by torrent hash?
use_torrent_hash_to_filter: false
# Maximum number of torrents to add in one run
max_torrents_to_add:
# Discord webhook URL
discord_url:
# SeaDex filters
public_only: true
prefer_dual_audio: true
want_best: false
ignore_tags:
trackers:
# Advanced settings
sleep_time: 2
cache_time: 1
interactive: false
anime_mappings:
anidb_mappings:
anibridge_mappings:
log_level: "INFO"