-
Notifications
You must be signed in to change notification settings - Fork 94
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
tv_imdb #123
Comments
Please also refer to #17 |
Thanks for the reply. Assuming it was working, would it do what I want? |
According to the manpage and the code in lib/IMDB.pm, tv_imdb will replace the title with that found in the IMDB data if a match can be made, and will also replace the description field if the --with-plot option is specified when running tv_imdb. tv_imdb has not been updated for a long time but if Amazon are making up-to-date information available again for non-commercial use this will likely trigger more development (and/or patches!) |
OK. The data at https://datasets.imdbws.com/ is up to date. That topic you linked seems to suggest that the data has not been updated since 2017, and wont be anymore, but that is incorrect. |
There are two (official) data sources for IMDb data: 1) the ftp files we have been using for the past 23 years, 2) the new TSV files. The FTP files in (1) have not been updated since Dec. 2017, and Amazon have said they will not be updated anymore. The TSV files in (2) are updated daily but these files are very different in content to (1), with much data no longer available. Notably they contain only the top 3 genres and top 3 actors, and do not contain any film descriptions. Compare https://www.imdb.com/interfaces/ with ftp://ftp.fu-berlin.de/pub/misc/movies/database/frozendata/ and you will see how minimalist the 'new' files are. |
The usual reason the tv_imdb building of local database fails is because of Perl running out of memory. Your best bet is to download the files manually and then run each stage one at a time, to avoid Perl memory errors. |
I have been looking at the tv_imdb filter and was wondering if it can modify an existing xml file and replace all titles with the original title and perhaps the description too?
I tried to set it up and have a play but it seems to be broken? The
--prepStage all --download
step fails because of bad links I think. After a quick google I appear to have found the links here https://datasets.imdbws.com/Can anyone help?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: