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

Move from one server to another

$
0
0

@herghost wrote:

Hi All

I think what I am trying to do is possible, but I am not 100% sure what I am doing is correct.

Effectively I have a server on my local network that does the downloading and another which holds all my media. What I am trying to do is copy a downloaded movie from one server to the media server.

My task is as follows

fgcp:
imdb_lookup: yes
require_field: imdb_name
accept_all: yes
sftp_list:
    host: 192.168.0.5
    port: 22
    username: redacted
    password: redacted
    recursive: true
    files_only: true
    
    dirs:
        - '/home/me/Downloads/'
    
copy:
    to: /home/me/Media/Movies/
    filename: '{{imdb_name}}'

However, my task is accepted but I get this error:

Cannot handle film-name.mkv because it does not have the field location.

What does this mean and is what I am trying to do possible with flexget?

Cheers

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles