Skip to content

A python script that puts movie names in a txt into a letterboxd compatible csv

Notifications You must be signed in to change notification settings

jaspar888/Letterboxd-txt-letterboxd-csv-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation


txt to Letterboxd csv

Turn your txt for installed movies into a Letterboxd compatible .csv file

About The Project

This is a basic python script that will turn the .txt file of all the movies you have on your harddrive into a letterboxd compatible .csv file that you can import when making a "to watch list" or something of the sort.

This exists because Letterboxd struggles with file names of downloaded movies, so instead this python script runs it through imdb's search instead, because it is much better than Letterboxd's.

Any movie that imdb cannot find will be put into a seperate .txt file called "COULD_NOT_FIND_THESE_FILMS_LIST.txt", you will have to add these movies to your letterboxd list manually.

Getting Started

To get a local copy up and running follow these steps. MAKE SURE YOU ENTER THE EXACT NAME OF THE FILE WHEN IT ASKS YOU, I.E. torrents.txt

Prerequisites

These are the things you are going to need to have installed for this script to work.

  • Python and pip

  • imdb py (api for imdb)

    pip install imdbpy
  • csv (comes with python)

  • regex (comes with python)

Installation

  1. Download the script

  2. Make sure you dont have any files named "IMPORT_THIS_TO_LETTERBOXD.csv" or "COULD_NOT_FIND_THESE_FILMS_LIST.txt"

  3. Run the script and make sure you have a good internet connection and time, python isnt known for its efficiency.

Contact

Jaspar C (jaspar7077@gmail.com) Discord (Jazzie#8323) My Discord server (https://discord.gg/QMzHC6q9vR)

About

A python script that puts movie names in a txt into a letterboxd compatible csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages