move error fixing
This commit is contained in:
parent
4a5cc6d0c6
commit
a10bed2ddb
5 changed files with 18 additions and 10 deletions
|
|
@ -47,9 +47,9 @@ def GetDirectory(title, season):
|
|||
|
||||
def RetrieveEpisodeData(serverAddress, user, password, database, inputFile, showsToProcess, sickbeardAddress, sickbeardPort, sickbeardAPIKey):
|
||||
file = os.path.basename(inputFile)
|
||||
print file
|
||||
#print file
|
||||
show = MythTV.RetrieveEpisodeData(serverAddress, user, password, database, file)
|
||||
print "file: {0} mythtv returned show name {1}".format(file, show.title)
|
||||
#print "file: {0} mythtv returned show name {1}".format(file, show.title)
|
||||
|
||||
if show.title and show.title in showsToProcess:
|
||||
if show.subtitle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue