pbrink231 / plex_top_playlists

A python script for creating playlists and collections for all server users from sources like IMDB and Trakt
111 stars 22 forks source link

IMDb - Festivals #34

Closed danz1995 closed 4 years ago

danz1995 commented 4 years ago

First, thanks a lot for your program! It is pretty good and it has been helping a lot with my collection.

As a suggestion, do you think you can add support to links that are related to festivals? Those on IMDb are referred as events.

For instance: https://www.imdb.com/event/ev0000235/2019/1 https://www.imdb.com/event/ev0000147/2019/1

Thanks in advance!

pbrink231 commented 4 years ago

Checked out the links. It looks like I can pull the tt id from event-widgets__nominee-image on the image link for each movie nominated in every category What I am wondering what you want.
Is just a list of all movies from the festival link work?

danz1995 commented 4 years ago

Checked out the links. It looks like I can pull the tt id from event-widgets__nominee-image on the image link for each movie nominated in every category What I am wondering what you want. Is just a list of all movies from the festival link work?

Hey, thanks for the follow up. I was able to do this! Created a SqLite file with movie, festival, category and win/lose. :)

pbrink231 commented 4 years ago

Great to hear