No description
Find a file
2025-02-23 21:40:24 +00:00
assets Add files via upload 2025-02-23 20:59:11 +00:00
favourites.js Add files via upload 2025-02-23 20:36:47 +00:00
LICENSE Update LICENSE 2025-02-09 23:21:59 +00:00
README.md Update README.md 2025-02-23 21:40:24 +00:00
recents.js Add files via upload 2025-02-23 21:11:08 +00:00

LetterboxdWidgets

Widgets for Letterboxd using Scriptable. To use:

  1. Download Scriptable from the App Store.
  2. Create a new script and paste the code for the widget you've chosen (one of the .js files here) into the text field.
  3. Follow any setup steps I've given below for your widget.
  4. On your home screen, add a widget of the correct size from Scriptable and set the script to the one you created.
  5. Give the widget a moment to load, and you're done!

Note: Widgets require the app they're run from to be opened before opening other apps. This is currently impossible to circumvent. So, when you click on the widget, it will open Scriptable before redirecting to Letterboxd.

Recents

Displays your 4 most recent films watched (and their ratings) in a medium sized widget.

Setup: Replace 'your_username' in the first line with your Letterboxd username.

Favourites

Displays your top 4 favourite films in a medium sized widget.

Setup: Replace 'your_username' in the first line with your Letterboxd username.

To Do List:

  • Create core script to reduce duplicate code.
  • Add more options for scripts - custom widget update timers, more control over UI, etc.