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

How to use exists_movie if replace is used?

$
0
0

@viking wrote:

I have WD TV live player, which do not want to play movies with ":" in file name for some reason. In order to overcome this problem I had to use replace to change ":" to " -" for some movies. Unfortunately exist_movie return false even if movie exits, since it check for original name with ":".

Is there any help?

Most important parts of my config related to this problem:

    tmdb_lookup: yes

    exists_movie:
      - /mnt/data/Videos/Movies
    move:
      to: "/mnt/data/Videos/Movies/{{ tmdb_name|replace(':', ' -') }} ({{ tmdb_year }})"
      filename: "{{ tmdb_name|replace(':', ' -') }} ({{ tmdb_year }}){{location | pathext}}"

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles