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

Generic CSV import #13

Open
umbilicalbungee opened this issue Feb 5, 2014 · 14 comments
Open

Generic CSV import #13

umbilicalbungee opened this issue Feb 5, 2014 · 14 comments

Comments

@umbilicalbungee
Copy link

Would it be very hard to add an option to upload from a local csv file? I have copied my Netflix ratings into a file with Title, Year, and 5 Star Rating and would like to upload them. I found this tool https://code.google.com/p/trakt-tv-list-importer/ , but it doesn't do ratings!

Thanks.

@damienhaynes
Copy link
Owner

The tool does support local csv file, but only in IMDb's format.

You could setup an account on IMDb, rate a few movies and then download the CSV file so you know the format. After that you can adjust it to your custom one from netflix. One obvious thing you will need to do is ensure you have the rating doubled as Trakt/IMDb is 10scale.

@damienhaynes
Copy link
Owner

I could add an option for Netflix if it has support for export to CSV or an online API where I can get all the information required.

@umbilicalbungee
Copy link
Author

Netflix doesn't seem to have any kind of API that allows exporting, so I just copied out the data by hand.

Ok sorry, now I see the csv import! So I used an IMBD rating file as a template, multiplied my ratings by 2 and pasted them in with the title and year (all I could get off the Netflix screen scrape).

The importer says "IMDB: object reference not set to an instance of an object" in red and then says complete, but looks like my tract.tv account is still empty. Does it require IMDB IDs or anything like that? Is there anyway to get a log file form the import to see which ones were imported (assuming any were) and which might have failed?

Thanks for your help.

@damienhaynes
Copy link
Owner

No logging yet :(

I'm not at home right now, but from memory I think it expects to have an IMDb ID also since its coming from IMDb.

@damienhaynes
Copy link
Owner

If adding IMDb IDs are not that simple and defeats the purpose I can look at just creating a generic importer for CSV which can rely on IMDb or TITLE+YEAR.

@umbilicalbungee
Copy link
Author

That would be awesome! I successfully imported a huge list with https://code.google.com/p/trakt-tv-list-importer/ using Title and Year, but like I said it doesn't do ratings, or mark as watched! It did report a small list of titles that didn't import. I don't know if it would help to look at or use some of his code. I wish I knew more coding and could help. I'd be happy to to testing though.

While I'm at it, it would be great to have a tool that would export lists in IMDB format from trakt. I've been looking and looking, and their API seems to allow it, but I can't understand why no one seems to have made such a tool. Any Ideas?

@co5mo
Copy link

co5mo commented Apr 6, 2015

it would be great if we could import simple csv format like this...
imdb ids separated by enter or anything

tt0100150
tt0120863
tt0238380
tt0181288

@glenngr
Copy link
Contributor

glenngr commented Oct 16, 2017

I have added support for generic csv import where only ImdbIds are used. It is available here.

I can make a Pull Request when @damienhaynes has looked at PR #69

@co5mo
Copy link

co5mo commented Sep 2, 2018

is the generic csv import in latest exe rls please?

@tehniemer
Copy link

Netflix lets you export your watch history in .csv format. the column headers are Title and Date is that enough for you to work with?

@damienhaynes
Copy link
Owner

damienhaynes commented Aug 21, 2019

Its not ideal, but yes it can work as long as the Title and Year matches Trakt data. Have you got an example CSV you can attach here?

@tehniemer
Copy link

Here's a snippet of my history, looks like the date is the date watched, not the release year.
NetflixViewingHistorySnippet.zip

@co5mo
Copy link

co5mo commented Sep 2, 2019

what format is supported when using name and year?

@husk007
Copy link

husk007 commented Nov 10, 2020

Hi, is there any way to import these csv files with TrakRater into Trakt.tv? What I have to do? How should they be modified? These are exports from filmweb.pl.
ratings_whatchlist.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants