public
Description: Simple to use TVDB (thetvdb.com) API in Python, and automatic TV episode namer
Homepage: http://dbr.lighthouseapp.com/projects/13342-tvdb_api/tickets
Clone URL: git://github.com/dbr/tvdb_api.git
Search Repo:
Fixed a stupid UI flaw - it now shows the show/season number/episode 
number before making the user select the correct show
dbr (author)
Fri May 16 07:57:16 -0700 2008
commit  8ac079c884fc25a4cf06264e3241aeddd6cfa948
tree    ff87442d8e346a13e492ceb8a4105e89340dfb25
parent  bec8258b2561b6bbc4e9576f74644d654bb00763
...
192
193
194
195
 
196
197
198
...
192
193
194
 
195
196
197
198
0
@@ -192,7 +192,7 @@
0
     print "# Starting to process files"
0
     
0
     for cfile in validFiles:
0
-
0
+ print "Processing %(file_showname)s (season: %(epno)d, episode %(seasno)d)" % (cfile)
0
         # Ask for episode name from tvdb_api
0
         try:
0
             epname = t[ cfile['file_showname'] ][ cfile['seasno'] ][ cfile['epno'] ]['name']

Comments

    No one has commented yet.