lukearran / TvTimeToTrakt

A Python script to import TV Time data into Trakt.TV
MIT License
147 stars 17 forks source link

searcher.py: If release year is zero, handle it and show a list of mo… #53

Closed sanjeevstunner closed 4 months ago

sanjeevstunner commented 6 months ago

…vies matching the title, and the user can manually chose which title to add to the watchlist

sanjeevstunner commented 6 months ago

This fixes the issue #51

sanjeevstunner commented 6 months ago

Test Results

Before After
image image
sanjeevstunner commented 4 months ago

@lukearran wen merge this?

lukearran commented 4 months ago

@lukearran wen merge this?

Sorry for the late review. Good catch, thanks for contributing!

AdClarky commented 4 months ago

I did address this in my recent PR here. Unsure which is a better fix but probably not best to have both. The try except fix may fix future issues so may be better.

lukearran commented 4 months ago

Ah yes, I see what you mean, @AdClarky. I'll revert this change to avoid duplication.