I am desperate for Letterboxd on Nostr! TMDB (the movie database) is free by the way :)
I've been working on a NIP to resolve a few different content labeling use cases (including reviews). If that sounds like a fun read to you, check it out and leave feedback: https://github.com/nostr-protocol/nips/pull/532
Discussion
Oh it’s a different kind of review hahah nvm
Interesting idea, the NIP could definitely be applied to movies as well!
Can you think of how the event would be structured if you wanted to apply a review to a movie object?
Would you be able to aggregate all reviews for that one object then?
Aggregation in order to get an average score (for example) would have to be done on the client's side, but for structuring them based on https://github.com/nostr-protocol/nips/pull/532 I would do something like:
{"tags": [["r", "https://www.themoviedb.org/movie/197-braveheart"], ["L", "review"], ["l", "movie", "review"], ["quality", 0.9]], content: "I like freedom"}
This might be displayed as a 4.5 star review for Braveheart, searchable by namespace ("review") and label within that namespace ("movie").