https://github.com/danielveigasilva/jellyfin-plugin-letterboxd-sync
A unofficial plugin to keep your watched movie history from Jellyfin automatically updated to your Letterboxd diary.
https://github.com/danielveigasilva/jellyfin-plugin-letterboxd-sync
jellyfin jellyfin-plugin letterboxd
Last synced: about 1 month ago
JSON representation
A unofficial plugin to keep your watched movie history from Jellyfin automatically updated to your Letterboxd diary.
- Host: GitHub
- URL: https://github.com/danielveigasilva/jellyfin-plugin-letterboxd-sync
- Owner: danielveigasilva
- License: mit
- Created: 2025-01-18T19:46:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-08T02:11:13.000Z (about 2 months ago)
- Last Synced: 2025-03-08T02:23:13.805Z (about 2 months ago)
- Topics: jellyfin, jellyfin-plugin, letterboxd
- Language: C#
- Homepage: https://raw.githubusercontent.com/danielveigasilva/jellyfin-plugin-letterboxd-sync/master/manifest.json
- Size: 534 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jellyfin - jellyfin-plugin-letterboxd-sync - Automatically syncs your watched movie history with Letterboxd. (🧩 Plugins)
README
![]()
A unofficial plugin to keep your watched movie history automatically updated to your Letterboxd diary.## About
This plugin sends daily updates to the Letterboxd diary informing the films watched on Jellyfin. Since the Letterboxd API is not publicly available, this project uses the HtmlAgilityPack package to interact directly with the website's interface.
## Installation
1. Open the dashboard in Jellyfin, then select `Catalog` and open `Settings` at the top with the `⚙️` button.
2. Click the `+` button and add the repository URL below, naming it whatever you like and save.
```
https://raw.githubusercontent.com/danielveigasilva/jellyfin-plugin-letterboxd-sync/master/manifest.json
```3. Go back to `Catalog`, click on 'LetterboxdSync' at 'General' group and install the most recent version.
4. Restart Jellyfin and go back to the plugin settings. Go to `My Plugins` and click on 'LetterboxdSync' to configure.
## Configure- You can associate one Letterboxd account for each Jellyfin user. You need click `Save` for each one.
- The synchronization task runs every 24 hours and only for uses accounts marked as `Enable`.
- Check `Send Favorite` if you want films marked as favorites on Jellyfin to be marked as favorites on Letterboxd.
![]()