dbr / tvdb_api

Simple to use interface to TheTVDB.com API in Python
The Unlicense
339 stars 63 forks source link

Interactive mode fails on lid_map #75

Closed xrxca closed 4 years ago

xrxca commented 4 years ago

I assume lid_map was part of tvnamer, I find the interactive mode very useful for my own project, but had to modify the code a bit because in tvdb_api.py lid_map is undefined at line 198 In my own version I replaced lid_map[cshow['lid']], with str(cshow['firstAired'])[:4], To show the year or None, but maybe the mask should be adjusted.

Also the interactive mode help displays # q - abort tvnamer

xrxca commented 4 years ago

Timing, saved the issue and an new one existed with the same problem.