Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: "Unknown IMDB type entry received: documentary. Skipping" in imdb_list #1343

Closed
wtluke opened this issue Aug 16, 2016 · 12 comments
Closed
Assignees
Labels

Comments

@wtluke
Copy link

wtluke commented Aug 16, 2016

As discussed with @liiight.

Unknown IMDB type entry received: documentary. Skipping

Config:

fill-movies:
    priority: 1
    imdb_list:
      login: x
      password: x
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: allmyfilms
@wtluke wtluke changed the title "Unknown IMDB type entry received: documentary. Skipping" in imdb_list BUG: "Unknown IMDB type entry received: documentary. Skipping" in imdb_list Aug 16, 2016
@liiight
Copy link
Member

liiight commented Aug 16, 2016

is documentary type always movie? is that a fair assumption to make? need to decide how to parse it

@liiight liiight self-assigned this Aug 16, 2016
@liiight liiight added the Bug label Aug 16, 2016
@wtluke
Copy link
Author

wtluke commented Aug 16, 2016

That should do the trick. Thanks a lot :)

@Mirgolth
Copy link
Contributor

Mirgolth commented Aug 17, 2016

Hi,

I have errors for other types :

2016-08-17 14:15 VERBOSE  imdb_list     movies-XTHOR    Unknown IMDB type entry received: video. Skipping
2016-08-17 14:15 VERBOSE  imdb_list     movies-XTHOR    Unknown IMDB type entry received: tv movie. Skipping
2016-08-17 14:15 VERBOSE  imdb_list     movies-XTHOR    Unknown IMDB type entry received: mini-series. Skipping

Mini series should be skipped and handled by the series plugin.
"TV movie" and "video" however should be treated as movies.

@liiight liiight reopened this Aug 17, 2016
@Mirgolth
Copy link
Contributor

Thanks,

I couldn't find a complete list of IMDb type but you should probably add "short film" too.

2016-08-17 14:44 VERBOSE imdb_list movies-XTHOR Unknown IMDB type entry received: short film. Skipping

@liiight
Copy link
Member

liiight commented Aug 17, 2016

yeah, imdb data is scarce like that. thanks for the research

@wtluke
Copy link
Author

wtluke commented Aug 18, 2016

This is as definitive a list as I can find; I don't think there are any other title types:

feature,tv_movie,tv_series,tv_episode,tv_special,mini_series,documentary,game,short,video,unknown

@liiight liiight reopened this Aug 18, 2016
@liiight
Copy link
Member

liiight commented Aug 23, 2016

the format of those doesn't really match the ones I already added (tv_series as opposed to tv series for example). I think I rather let it throw an error and output the exact format that is used.

@Mirgolth
Copy link
Contributor

2016-08-24 09:50 VERBOSE imdb_list movies-XTHOR Unknown IMDB type entry received: tv episode. Skipping

@liiight
Copy link
Member

liiight commented Aug 24, 2016

not sure how to handle those actually. what are you using tv episodes for?

@Mirgolth
Copy link
Contributor

I'm not actually using them xD. It was just to confirm the exact format ;)

@liiight
Copy link
Member

liiight commented Aug 24, 2016

ah ok. Still not sure what to do with this one though...

@cvium
Copy link
Contributor

cvium commented Jan 25, 2018

#2062

@cvium cvium closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants