Skip to content

imdb_list plugin not detecting movies #2052

@iMax-pp

Description

@iMax-pp

Expected behaviour:

When using imdb_list plugin, the movies from IMDB list are retrieved and added to movie_list (in my case).

Actual behaviour:

When using imdb_list plugin, the movies from IMDB list are retrieved but not parsed (see output log).
This might be related to issue #2035 on imdb_watchlist plugin.

Sample log:
DEBUG    imdb_list     queue_from_imdb parsing line from csv: 27, tt5052474, 2017-12-24, 2017-12-24, , Sicario 2: Soldado, http://www.imdb.com/title/tt5052474/, movie, , , 2018, Action, Crime, Drama, Thriller, , 2018-06-28, Stefano Sollima
DEBUG    imdb_list     queue_from_imdb no movie row detected, skipping. 27, tt5052474, 2017-12-24, 2017-12-24, , Sicario 2: Soldado, http://www.imdb.com/title/tt5052474/, movie, , , 2018, Action, Crime, Drama, Thriller, , 2018-06-28, Stefano Sollima

Config:

templates:
  dl:
    transmission:
      host: ...
      port: ...
      path: ...

tasks:
  queue_from_imdb:
    imdb_list:
      login: ...
      password: ...
      list: watchlist
      force_language: en-us
    accept_all: yes
    seen: local
    list_add:
      - movie_list: movies

  movies:
    rss: ...
    quality: 720p-1080p
    list_match:
      from:
        - movie_list: movies
    template: dl

schedules:
  - tasks: '*'
    interval:
      minutes: 30

Log:

manual execution output log: https://pastebin.com/mPvyr9sy

Additional information:

  • FlexGet version: 2.11.18
  • Python version: 3.6.0
  • Installation method: pip
  • Using daemon (yes/no): yes
  • OS and version: QNAP TS 4.3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions