ghomasHudson / Jellyfin-Auto-Collections

Automatically make jellyfin collections from IMDB, Letterboxd lists and more.
MIT License
60 stars 9 forks source link

Support for mdblist.com #18

Closed titooo7 closed 1 month ago

titooo7 commented 9 months ago

mdblist can be very easy to read if you add /json to the url of the list. For instance: https://[mdblist.com/lists/garycrawfordgc/top-movies-of-the-week/json/](https://mdblist.com/lists/garycrawfordgc/top-movies-of-the-week/json/)

those urls contain the imdb id and movie titles, so I´m hoping it´d be easier for you to create a script to support that site as well :)

ghomasHudson commented 1 month ago

Started work on this: https://github.com/ghomasHudson/Jellyfin-Auto-Collections/tree/rewrite

ghomasHudson commented 1 month ago

Done!