All Projects → mtimkovich → plex2letterboxd

mtimkovich / plex2letterboxd

Licence: MIT license
Export your watched movies on Plex to the Letterboxd Import Format.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to plex2letterboxd

muvio.bundle
A music video extras agent for Plex
Stars: ✭ 14 (-60%)
Mutual labels:  plex
plex-utills
Manage your Plex library automatically
Stars: ✭ 258 (+637.14%)
Mutual labels:  plex
PlexAutoSkip
Automatically skip content in Plex
Stars: ✭ 95 (+171.43%)
Mutual labels:  plex
WebTools-NG
WebTools Next Generation for Plex
Stars: ✭ 354 (+911.43%)
Mutual labels:  plex
arch-plexpass
Docker build script for Arch Linux base with Plex Pass Media Server installed
Stars: ✭ 21 (-40%)
Mutual labels:  plex
fylm
A wonderful automated command line app for organizing your film media. Built for Plex and SABnzbd.
Stars: ✭ 25 (-28.57%)
Mutual labels:  plex
plex-music
Web/Desktop app for streaming music from your Plex Media Server
Stars: ✭ 42 (+20%)
Mutual labels:  plex
clusterplex
ClusterPlex is basically an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
Stars: ✭ 123 (+251.43%)
Mutual labels:  plex
rpi-nas
🌐👨‍💻💻 Setup your own NAS on a Raspberry Pi
Stars: ✭ 29 (-17.14%)
Mutual labels:  plex
seedbox-from-scratch
The Dockered Seedbox From Scratch Mod 2 Script
Stars: ✭ 14 (-60%)
Mutual labels:  plex
CSM.bundle
No description or website provided.
Stars: ✭ 22 (-37.14%)
Mutual labels:  plex
pachinko
modular pluggable media sorter
Stars: ✭ 27 (-22.86%)
Mutual labels:  plex
Improved-Plex-Mobile
Changes to Plex web for a better mobile viewing experience. Finally, a better Plex mobile site.
Stars: ✭ 32 (-8.57%)
Mutual labels:  plex
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (+22.86%)
Mutual labels:  plex
plaxt
Webhooks based Trakt.tv scrobbling for Plex
Stars: ✭ 20 (-42.86%)
Mutual labels:  plex
Doplarr
An *arr request bot for Discord
Stars: ✭ 236 (+574.29%)
Mutual labels:  plex
homebridge-plex-sensors
Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
Stars: ✭ 110 (+214.29%)
Mutual labels:  plex
PlexKodiConnect
Plex integration in Kodi done right
Stars: ✭ 917 (+2520%)
Mutual labels:  plex
dash
Server control panel
Stars: ✭ 22 (-37.14%)
Mutual labels:  plex
AudioAddict.bundle
Plex channel plugin for AudioAddict (radiotunes.com, di.fm, etc.)
Stars: ✭ 23 (-34.29%)
Mutual labels:  plex

Plex2Letterboxd

Exports watched movies from Plex to the Letterboxd Import Format.

Movies are exported to a CSV file containing:

  • Movie Title
  • Release Year
  • User Rating
  • Last Watched Date

Installation

$ git clone https://github.com/mtimkovich/plex2letterboxd.git
$ cd plex2letterbox
$ pip install .

Usage

Rename config.ini.example to config.ini and fill it with your Plex credentials.

$ python -m plex2letterboxd -i config.ini
optional arguments:
  -h, --help            show this help message and exit
  -i INI, --ini INI     config file (default: config.ini)
  -o OUTPUT, --output OUTPUT
                        file to output to (default: letterboxd.csv)
  -s [SECTIONS [SECTIONS ...]], --sections [SECTIONS [SECTIONS ...]]
                        sections to grab from (default: ['Movies'])

The generated CSV file can be uploaded to Letterboxd at https://letterboxd.com/import/.

Author

Max Timkovich

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].