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

Support for Letterboxd? #30

Open
Potherca opened this issue Jan 17, 2024 · 1 comment
Open

Support for Letterboxd? #30

Potherca opened this issue Jan 17, 2024 · 1 comment
Labels
import-source-request A request to implement importing data from a new source

Comments

@Potherca
Copy link

Hi! I would like to take media kraken for a more thorough spin. However, I keep track of my movies in https://letterboxd.com/

I'm not sure how, but it would be nice to be able to import movies from there!

@NoelDeMartin
Copy link
Owner

Hey, thanks for opening an issue.

There are basically two ways to achieve that.

The first one, and the easiest, is that I (or someone else) implement an importer for that specific website. It should be pretty straight-forward, given that you only need to implement a small interface. You can see an example of how that was implemented in the past in this commit: 29261bd (and that one is already more complicated than usual because I had to implement parsing CSV files).

The second one would be that you implement a script yourself to transform the data into JSON-LD. If you do that, you can use the option to import JSON-LD without any need to modify the app. If you want an example of what the JSON-LD should look like, you can create a couple of movies and export your collection to get a sample .json file.

For the first one, I would need a sample file of the exported data from that website. I usually create an account and do it myself, but if you can share some sample file it'll be easier. Also, I'm not working on new features at the moment, so it could take a while until I do it myself.

@NoelDeMartin NoelDeMartin added the import-source-request A request to implement importing data from a new source label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import-source-request A request to implement importing data from a new source
Projects
None yet
Development

No branches or pull requests

2 participants