I have this configuration, it deletes watched episodes based on the trakt, but sometimes I want to block without having to go to the trakt and remove it from the ‘watched’ list, there is a way to add a second list, example: toreject e com to accept/reject based on the two lists?
DELETAR-EPS:
priority: 16
disable:
- seen
- retry_failed
- list_remove
imdb_lookup: no
trakt_lookup: yes
thetvdb_lookup: yes
metainfo_series: yes
require_field:
- series_id
- trakt_ep_id
- trakt_series_name
# - tvdb_ep_id
# - tvdb_series_name
filesystem:
path: '{? paths.seriesDir ?}'
regexp: '.*\.(avi|mkv|mp4|m4v|iso|srt|ass|ssa|png|jpg|idx|sub|nfo)$'
recursive: yes
list_match:
from:
- trakt_list:
account: '{? common.user ?}' # required if list is not public
username: '{? common.user ?}'
list: watched
type: episodes
remove_on_match: no
action: accept
regexp:
reject:
- poster
- tvshow
- fanart
- logo
- thumb
- clearlogo
# não deletar
- ducktales
- Mob Psycho 100
if:
- "'Mobile Suit Gundam The Origin' in title":
set:
tvdb_id: 319976
delete:
clean_source: 1
along:
extensions:
- nfo
- jpg
- srt
- ass
- ssa
- png
- idx
- sub
template:
- DELETADOS-telegram
1 post - 1 participant