@ -248,7 +251,9 @@ class QueueItemAdd(ShowQueueItem):
# this usually only happens if they have an NFO in their show dir which gave us a Indexer ID that has no proper english version of the show
ifgetattr(s,'seriesname',None)isNone:
logger.log(u"Show in "+self.showDir+" has no name on "+str(sickbeard.indexerApi(self.indexer).name)+", probably the wrong language used to search with.",logger.ERROR)
logger.log(u"Show in "+self.showDir+" has no name on "+str(
sickbeard.indexerApi(self.indexer).name)+", probably the wrong language used to search with.",
logger.ERROR)
ui.notifications.error("Unable to add show",
"Show in "+self.showDir+" has no name on "+str(sickbeard.indexerApi(
self.indexer).name)+", probably the wrong language. Delete .nfo and add manually in the correct language.")
@ -256,14 +261,16 @@ class QueueItemAdd(ShowQueueItem):
return
# if the show has no episodes/seasons
ifnots:
logger.log(u"Show "+str(s['seriesname'])+" is on "+str(sickbeard.indexerApi(self.indexer).name)+" but contains no season/episode data.",logger.ERROR)
logger.log(u"Show "+str(s['seriesname'])+" is on "+str(
sickbeard.indexerApi(self.indexer).name)+" but contains no season/episode data.",logger.ERROR)
ui.notifications.error("Unable to add show",
"Show "+str(s['seriesname'])+" is on "+str(sickbeard.indexerApi(
self.indexer).name)+" but contains no season/episode data.")
self._finishEarly()
return
exceptException,e:
logger.log(u"Unable to find show ID:"+str(self.indexer_id)+" on Indexer: "+str(sickbeard.indexerApi(self.indexer).name),logger.ERROR)
logger.log(u"Unable to find show ID:"+str(self.indexer_id)+" on Indexer: "+str(