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

Help using Lookup with language in TMDB

$
0
0

@Ridoli wrote:

I'm trying to implement the new functionallity to lookup in different languages using tmdb to rename some movies files and move them to a new location.
I have added the following lines to my config file:

   Sort-movies:
    filesystem:
      path: '/home/user/Descargas/'
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    tmdb_lookup:
      language: es
    accept_all: yes
    no_entries_ok: yes
    disable:
      - seen
    move:
      to: '/mnt/HDD/00Videos/Peliculas/{{movie_name}} ({{tmdb_year}})/'
      rename: '{{movie_name}} ({{tmdb_year}})'
      along:
        extensions:
          - sub
          - srt
        subdirs:
          - Subs
      clean_source: 500`

But it is returning the tmdb fields in english, even if the input is in Spanish:

2017-11-28 23:15 DEBUG    api_tmdb      Sort-movies-dropbox Looking up TMDb information for <title=Bajo la arena, year=2015, tmdb_id=None, imdb_id=None>
2017-11-28 23:15 DEBUG    api_tmdb      Sort-movies-dropbox Movie Land of Mine information restored from cache.

I have flexget 2.11.4 installed.

Has anyone idea on what could be causing the problem?
I have also compared api_tmdb.py to the one in github and it looks the same. :frowning:

Posts: 6

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles