This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/NormalCategory7047 on 2025-04-03 01:12:33+00:00.
Hey everyone! ๐
Iโve recently developed a Jellyfin plugin to automatically sync watched movies with Letterboxd diary, called LetterboxdSync. This is my first experience with plugin development, and Iโd love to receive feedback or suggestions for improvement. ๐
https://github.com/danielveigasilva/jellyfin-plugin-letterboxd-sync/
About
Since the Letterboxd API is not publicly available, this project uses the HtmlAgilityPack package to interact directly with the website's interface.
Features
- ๐ค You can associate one Letterboxd account for each Jellyfin user;
- โ ๐ The synchronization task runs every 24 hours;
- โ ๐งก Movies marked as favorites on Jellyfin are also marked as favorites on Letterboxd.
Installation
Follow the instructions in: