Hey Guys,
my Config.yml:
templates:
##### Series config
#
series:
thetvdb_lookup: yes
include: series.yml
##### Series metainfo mainly for move and update tasks
#
series-metainfo:
metainfo_series: yes
thetvdb_lookup: yes
##### Guessit parsing for some series tasks and anime, not applied to all tasks because it used to cause issues with some series
#
series-guessit:
parsing:
series: guessit
##### Disable builtins for some tasks
#
disable-seen-retry:
disable:
- seen
- seen_info_hash
- retry_failed
tasks:
########## SERIES ##########
##### Populates the series database with the files on the library, to avoid duplicate downloads
#
populate-series-db:
priority: 1
template:
- series-metainfo
seen: local
filesystem:
path: "series/"
recursive: yes
retrieve: files
regexp: '.*\.(avi|mkv|mp4)$'
accept_all: yes
configure_series:
from:
filesystem:
path: "series/"
retrieve: dirs
settings:
tracking: no
download-series-rss:
priority: 7
template:
- series
inputs:
- rss: file:///Users/j4n/.flexget/rss.xml
series.yml:
series:
- Absentia:
identified_by: ep
i tried to download series and want that files that are on my disk are skipped. but i dont know what im doing wrong. In populate-series-db i recognize that he found E01 and E02.
populate-series-db:
2020-05-11 20:31:00 VERBOSE filesystem populate-series-db Starting to scan folders.
2020-05-11 20:31:00 VERBOSE filesystem populate-series-db Scanning folder series/. Recursion is set to False.
2020-05-11 20:31:00 VERBOSE filesystem populate-series-db Starting to scan folders.
2020-05-11 20:31:00 VERBOSE filesystem populate-series-db Scanning folder series/. Recursion is set to True.
2020-05-11 20:31:00 VERBOSE details populate-series-db Produced 2 entries.
2020-05-11 20:31:00 VERBOSE task populate-series-db ACCEPTED: `Absentia (2017) - S02E01 - Casualties` by accept_all plugin
2020-05-11 20:31:00 VERBOSE task populate-series-db ACCEPTED: `Absentia (2017) - S02E02 - Madness` by accept_all plugin
2020-05-11 20:31:00 INFO series.db populate-series-db identified_by has locked in to type `ep` for Absentia (2017)
2020-05-11 20:31:00 VERBOSE details populate-series-db Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0)
but if i started the download-series-rss he does not skip e01 and e02
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E01.Emily.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E02.Die.Zeugin.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E03.Die.Emily.Show.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E04.Visionen.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E05.Auf.der.Flucht.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E06.Jacks.Geheimnis.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E07.Das.Experiment.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E08.Wer.ist.B.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E09.Der.Tunnel.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE task download-series-rss ACCEPTED: `Absentia.S01E10.Spaete.Rache.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
can anybody help me to fix this? thank you
1 post - 1 participant