Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Daemon Doesn't Copy Files

$
0
0

@quixote23 wrote:

I'm running into a weird behavioural quirk between CLI execution and the daemon.

Basically, my config has three defined tasks: TV (to find and download episodes), Extract (for archived files) and Copy (for non-archived files). If I run 'flexget execute' from the CLI, everything works as it should and files get downloaded, extracted and copied as expected.

However, if flexget-headless is running, it will reliably perform the first two - TV and Extract - but will not take any action on Copy. No errors and no log entries... It just doesn't seem to execute at all. Here's the relevant section of my config file:

`
Copy:

inputs:
  - filesystem:
      path: X:\-= Unsorted Downloads =-\-= AutoTV =-
      recursive: yes
      regexp: .*(mp4|mkv|avi)$
regexp:
  reject:
    - sample
accept_all: yes
exec:
  allow_background: no
  auto_escape: yes
  fail_entries: yes
  on_output:
    for_accepted: copy "{{location}}" "Y:\Videos\TV Shows\-= AutoTV =-"

`

I'm running on Windows 10 and the daemon is set to trigger via Task Scheduler on logon of any user. My initial assumption was that this might be a user permissions thing, but even then I would expect to see something in the logs.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles