Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Move file tasks reject entries due already being seen when first downloaded

$
0
0

@epsiblivion wrote:

the move task rejects entries since they saw them in the original download task. I would like to avoid using seen: local as a global option. if I set it only on the move task, will it only track seen status for current task and ignore if it's already been seen globally? Am I misunderstanding what disable: builtins does? does it disable marking entries as seen for the current task or does it ignore seen status of an entry? do I need metainfo_series? or accept_all?

Here is my simplified config:

tv:
  rss:
    url: '{? feeds.tv ?}'
    all_entries: no
  include: tv.yml
  deluge:
    <<: *deluge
    movedone: '{? local.downloads ?}/.showrss/'
  template: notify-series

sort-tv:
  filesystem:
    <<: *filesystem
    path: '{? local.downloads ?}/series/'
  include: tv.yml
  disable: builtins
  move:
    to: "{? local.videos ?}/TV/{{series_name|replace(':',' -')}}/Season {{series_season}}/"
  template: notify-sort

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles