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

Download movies from list in non-english languages

$
0
0

@Ridoli wrote:

Hi,

I'm trying to download movies from a list in spanish.
First, after checking this issue, I use Movies-Queue-Esp to populate the list "Movies-Esp".
After that, Movies-Download-Esp will download the movies using the plugin descargas2020.
The problem is that I'm not able to retrieve the movie titlte from the list in Spanish, so the task fail when trying to search for the torrent.

I have been working on this for some days but i can't find a solution. Does anyone knows how to solve the issue?
Thanks!!

The config for both tasks is:

 Movies-Queue-Esp: 
    priority: 4
    exec:
      on_exit:
        for_accepted:
          - echo "tmdb_name     {{tmdb_name}}" >> ''
          - echo "movie_name    {{movie_name}}" >> ''
    inputs:
      - trakt_list:
          username: '{? trakt.username ?}'
          account: '{? trakt.account ?}'
          list: movies
          type: movies
    accept_all: yes
    disable:
      - seen
    list_clear:
      what:
        - movie_list: Movies-Esp
      phase: start
    list_add:
      - movie_list: Movies-Esp
    tmdb_lookup:
      language: es

  Movies-Download-Esp:  
    priority: 5
    torrent_alive: 2
    no_entries_ok: yes
    template:
      - transmissionrpc
    tmdb_lookup:
      language: es
    discover:
      what:
        - movie_list: Movies-Esp
      from:
        - descargas2020: yes
    quality: webrip+
    content_size:
      min: 500
      max: 20000      
    list_match:
      from:
        - movie_list: Movies-Esp
    set:
      path: '/home/usuario/Descargas/MoviesEsp/'  
      label: movies 
    notify:
      entries:
        message: "Se ha comenzado a descargar la siguiente película: {{tmdb_name}} ({{tmdb_year}})"  
        via:
          - telegram:
              bot_token: '{? telegram.token ?}'
              parse_mode: markdown  
              recipients:
                - username: '{? telegram.user ?}'

The log from Movies-Queue-Esp:

2018-07-10 20:16 VERBOSE  list_clear    Movies-Queue-Esp clearing all items from movie_list - Movies-Esp
2018-07-10 20:16 VERBOSE  trakt_list    Movies-Queue-Esp Retrieving `movies` list `movies`
2018-07-10 20:16 VERBOSE  details       Movies-Queue-Esp Produced 1 entries.
2018-07-10 20:16 VERBOSE  task          Movies-Queue-Esp ACCEPTED: `Red Sparrow (2018)` by accept_all plugin
2018-07-10 20:16 VERBOSE  details       Movies-Queue-Esp Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-07-10 20:16 VERBOSE  list_add      Movies-Queue-Esp adding accepted entries into movie_list - Movies-Esp
2018-07-10 20:16 VERBOSE  exec          Movies-Queue-Esp Executing: echo "tmdb_name     Gorrión rojo" >> ''
2018-07-10 20:16 INFO     exec          Movies-Queue-Esp Stdout: /bin/sh: 1: cannot create : Directory nonexistent
2018-07-10 20:16 VERBOSE  exec          Movies-Queue-Esp Executing: echo "movie_name    Gorrión rojo" >> ''
2018-07-10 20:16 INFO     exec          Movies-Queue-Esp Stdout: /bin/sh: 1: cannot create : Directory nonexistent

And the log from Movie-Download-Esp:

2018-07-10 20:17 VERBOSE  discover      Movies-Download-Esp Discovering 1 titles ...
2018-07-10 20:17 INFO     discover      Movies-Download-Esp Ignoring interval because of --discover-now
2018-07-10 20:17 VERBOSE  discover      Movies-Download-Esp Searching for `Red Sparrow (2018)` with plugin `descargas2020` (1 of 1)
2018-07-10 20:17 VERBOSE  details       Movies-Download-Esp Produced 14 entries.
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Acosada En La Red BluRay Rip` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Goddess Inner World PCDVD+Crack RELOADED` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat BDremux 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat MicroHD 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Blackhat Amenaza En La Red 2015 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Guerra De Sexos - Red Samuel E-Books` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Sky El Cielo Peligroso 2014 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Acoso En La Red Social 2014 BDremux 1080p` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat BluRay 1080p` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Tails 2012 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Amenaza en la Red MicroHD 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Sparrow 4K UHDrip` by seen plugin because entry with title `Red Sparrow 4K UHDrip` is already marked seen in the task Movies-Download-Esp at 2018-07-10 19:28
2018-07-10 20:17 VERBOSE  details       Movies-Download-Esp Summary - Accepted: 0 (Rejected: 12 Undecided: 2 Failed: 0)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles