ghomasHudson / Jellyfin-Auto-Collections

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

Added functionality to create collections for tv shows #8

Closed Yankees4life closed 1 year ago

ghomasHudson commented 1 year ago

Thanks so much for this - looks good.

Am I right by saying the only things you changed are:

If this is the case, I think we can integrate them into a single script. Will look at is later this week. We should probably also consider lists with single episodes at some point.

Yankees4life commented 1 year ago

Yeah...that's basically it really. The year was throwing the tool off so getting rid of it made everything easier for me. I think separating the scripts is a better idea unless you have a way of bringing it together I don't know about 🤣😂 (my knowledge of python isn't that rich)

ghomasHudson commented 1 year ago

Hi @Yankees4life - sorry for the delay. I think I've solved this in the latest version, which combines all the functionality into one script.

There's a disable_tv_year_filter = False filter in the config.INI file which you can toggle to disable the year checking for tv shows.