You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if running on a series which does not have a seasons number this fails with the message:
Traceback (most recent call last): File "/usr/bin/tvnamer", line 9, in <module> load_entry_point('tvnamer==2.3', 'console_scripts', 'tvnamer')() File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 418, in main tvnamer(paths = sorted(args)) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 325, in tvnamer processFile(tvdb_instance, episode) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 244, in processFile newPath = getMoveDestination(episode) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 75, in getMoveDestination 'originalfilename': episode.originalfilename, KeyError: u'seasonnumber'
The text was updated successfully, but these errors were encountered:
If including a season number in the file destination path such as from my config:
"move_files_destination": "/mnt/bigmedia/tv/%(seriesname)s/season%(seasonnumber)d/",
if running on a series which does not have a seasons number this fails with the message:
Traceback (most recent call last): File "/usr/bin/tvnamer", line 9, in <module> load_entry_point('tvnamer==2.3', 'console_scripts', 'tvnamer')() File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 418, in main tvnamer(paths = sorted(args)) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 325, in tvnamer processFile(tvdb_instance, episode) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 244, in processFile newPath = getMoveDestination(episode) File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 75, in getMoveDestination 'originalfilename': episode.originalfilename, KeyError: u'seasonnumber'
The text was updated successfully, but these errors were encountered: