Skip to content

nliautaud/imdbify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imdbify

Transform a file containing IMDb identifiers like tt0654974 into a CSV file similar to the one exported from IMDb, that you can use to feed services asking for an IMDb export file, for example :

User ratings and dates are recognized when dropping trakt.tv backup files created by trakt-tv-backup.

Movies data is retrieved trough the OMDb API.

Usage

Download or open the the live version and drop a file.

Example

Input :

tt0068646
http://www.imdb.com/title/tt0353969/
tt0050083 http://www.imdb.com/title/tt0081505/

Output :

position const created modified description Title Title type Directors You rated IMDb Rating Runtime (mins) Year Genres Num. Votes Release Date (month/day/year) URL
1 tt0068646 Wed Feb 22... The Godfather Feature Film Francis Ford Coppola 9.2 175 1972 Crime, Drama 1209,397 1972-03-24 http://www.imdb.com/title/tt0068646/
2 tt0353969 Wed Feb 22... Memories of Murder Feature Film Joon-ho Bong 8.1 132 2003 Crime, Drama, Mystery 72782 2003-05-02 http://www.imdb.com/title/tt0353969/
3 tt0050083 Wed Feb 22... 12 Angry Men Feature Film Sidney Lumet 8.9 96 1957 Crime, Drama 474530 1957-04-01 http://www.imdb.com/title/tt0050083/
4 tt0081505 Wed Feb 22... The Shining Feature Film Stanley Kubrick 8.4 146 1980 Drama, Horror 644031 1980-06-13 http://www.imdb.com/title/tt0081505/

About

Convert a movie list to IMDb-like CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages