Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.zip
movies·Moviesbystumu415

Fuck IMDB

First you needed to create an account to view reviews on their website.

As of today, the same has now been implemented for the mobile app. So far it was excluded from the enshittification but fuck IMDB and fuck Amazon who own IMDB.

What is another good movie / series review app that does not need an anal swab to look at some reviews?

View original on lemmy.zip
63

15 replies

Is there a good way to move all of my shows abd movies and stuff from my Watch List to themoviedb? Does that page have that kind of thing?

1
programming.dev

Screw that.

I rate movies that I watch on my website with a text format I'm developing (wip). It's my own mini IMDB.

I'm creating parsers and compilers for the format so I just write plain, readable text, and it can be compiked to rich HTML tables with different views, DBs, etc.

https://alavi.me/lists#movies

2
Alavireply
programming.dev

hehe. I personally really needed this. It's just plaintext markup like calendar.txt or todo.txt

the thing you see on my website currently is just it being rendered with markdown so it's nothing special. But the format itself is pretty simple and self explanatory for rankings and lists.

(Name, Director, Year)
- Inglorious Bastards - Quentin Tarantino - 2009 : 8.9/10
    #tag1 #tag2
    - con 1
    - con 2
    + pro 1
    + pro2
    * description
1
Victorreply
lemmy.world

Pretty simple!

Are you deciding the order of the data in those parentheses? Like, could you change the order if you like? (Year, Director, Name)?

2
Alavireply
programming.dev

Yes. You can add any custom fields to it or you can just omit the header if you want, and the list would still be fine, they would just not have names.

2
lemmy.world

There really needs to be a proper federated alternative to imdb and co

2

Not sure federated is the way to go for this, as the matching of movies across instances might be problematic. This could depend on movie lookups from tmdb and use that id consistently, so all federated reviews land on the same movie.

Not sure if Bookwyrm solved this for books, they seem just user-added, thus having the same issue.

8

You reached the end