Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Move finished movie

$
0
0

@lloydie11 wrote:

OK,

So i'm trying to move a movie if transmission is finished with it.

Firstly,how can i be sure it only moves completed downloads? Do i need to somehow place this within my clean_transmissions task,and if so any advice?

Secondly, I’m getting an error when running the move_done task.

I'm sure it's something obvious:

root@cloud:/Cript/FlexGet# flexget execute --tasks move_done
2016-05-02 23:29 WARNING  config_schema                 movie_queue plugin is deprecated. Please switch to using movie_list
2016-05-02 23:29 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-05-02 23:29 VERBOSE  filesystem    move_done       Starting to scan folders.
2016-05-02 23:29 VERBOSE  filesystem    move_done       Scanning folder /Cript/FlexGet/Download/Transmission. Recursion is set to True.
2016-05-02 23:29 VERBOSE  details       move_done       Produced 14 entries.
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Stretch (2014)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `03. Goldfinger (1964)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: location `/Cript/FlexGet/Download/Transmission/03. Goldfinger (1964)` is a directory.)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Goldfinger (1964)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `POR FAVOR!.....COMPARTAN!` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Leer` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Triple 9 (2016)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Ride.Along.2.2016.1080p.BluRay.x264-DRONES[rarbg]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: location `/Cript/FlexGet/Download/Transmission/Ride.Along.2.2016.1080p.BluRay.x264-DRONES[rarbg]` is a directory.)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Subs` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: location `/Cript/FlexGet/Download/Transmission/Ride.Along.2.2016.1080p.BluRay.x264-DRONES[rarbg]/Subs` is a directory.)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Ride.Along.2.2016.1080p.BluRay.x264-DRONES` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Ride.Along.2.2016.1080p.BluRay.x264-DRONES.sub` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Ride Along 2 (2016)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `RARBG.com` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Joy (2015)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  task          move_done       REJECTED: `Alvin and the Chipmunks - The Road Chip (2015)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Path value replacement `/Cript/FlexGet/Download/TransmissionStage/{{movie_name}}/` failed: (UndefinedError) 'movie_name' is undefined)
2016-05-02 23:29 VERBOSE  details       move_done       Summary - Accepted: 0 (Rejected: 14 Undecided: 0 Failed: 0)

And here is the config:

  move_done:
    imdb_lookup: yes
    accept_all: yes
    filesystem:
      path: /Cript/FlexGet/Download/Transmission
      recursive: yes
    move:
      to: "/Cript/FlexGet/Download/TransmissionStage/{{ movie_name }}/"
      filename: '{{ movie_name }} - {{movie_year}}'

  clean_tors:
    clean_transmission:
      host: localhost
      port: 9091
      username: user
      password: 'password'
      min_ratio: 0.0
      transmission_seed_limits: yes

Posts: 9

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles