Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 959 Bytes

File metadata and controls

46 lines (34 loc) · 959 Bytes

Dashboard Plugin

Displays a pseudo "Dashboard" section in your server that can be configured to show custom hubs.

Hubs

  • letterboxd:

    • userFollowingActivity: (letterboxd username)

      Films from a user's following activity on letterboxd.

      Example

       {
       	"plugin": "letterboxd",
       	"hub": "userFollowingActivity",
       	"arg": "crew"
       }
    • similar: (letterboxd film slug)

      Films similar to a given film on letterboxd.

      Example

       {
       	"plugin": "letterboxd",
       	"hub": "similar",
       	"arg": "legend"
       }
    • list: (list href)

      Get Films from a film list on letterboxd.

      Example

       {
       	"plugin": "letterboxd",
       	"hub": "list",
       	"arg": "/oscars/list/oscar-winning-films-best-picture/by/added/"
       }