megadrive / stremio-letterboxd

https://letterboxd.almosteffective.com/
18 stars 1 forks source link

Found a list that breaks the addon #47

Open McBruno712 opened 18 hours ago

McBruno712 commented 18 hours ago

Hello, I found that the JSON created for this list: https://letterboxd.com/fcbarcelona/list/movies-everyone-should-watch-at-least-once/ always has 'movies-everyone-should-watch-at-least-once fcbarcelona' as name, even if I try to set another name manually. Apart from that, for this specific list when I click on 'Install' it doesn't open Stremio but actually just takes me to the JSON here https://letterboxd.almosteffective.com/eebcf379-31fc-4a5e-a609-bda2c23b4060/manifest.json

Here's the generated JSON:

{
  "id": "com.github.megadrive.letterboxd-watchlist--fcbarcelona-list-movies-everyone-should-watch-at-least-once-",
  "version": "1.0.0",
  "name": "Letterboxd - movies-everyone-should-watch-at-least-once fcbarcelona",
  "logo": "https://stremio-letterboxd-watchlist.up.railway.app/logo.png",
  "description": "Provides a list of films at https://letterboxd.com/fcbarcelona/list/movies-everyone-should-watch-at-least-once/ as a catalog.",
  "types": [
    "letterboxd"
  ],
  "resources": [
    "catalog"
  ],
  "catalogs": [
    {
      "id": "/fcbarcelona/list/movies-everyone-should-watch-at-least-once/",
      "type": "letterboxd",
      "name": "movies-everyone-should-watch-at-least-once fcbarcelona",
      "extra": [
        {
          "name": "skip",
          "isRequired": false
        }
      ]
    }
  ],
  "behaviorHints": {
    "configurable": true
  },
  "contactEmail": "stremio@almosteffective.com"
}
McBruno712 commented 18 hours ago

Updtate: Not using the default list order makes it work properly, for example, sorting by popularity.

McBruno712 commented 18 hours ago

Since I'm here I'll ask a question I have regarding the functionality, if I add a list ordered randomly, that is 'Sort by SHUFFLE', will it update eventually or just stick to the order Letterboxd decided at the moment of adding the list to Stremio?