Exemplo n.º 1
0
 def showlist_lookup(term):
     try:
         return find_show_by_name(term).indexer_id
     except MultipleShowObjectsException:
         return None
Exemplo n.º 2
0
 def show_cache_lookup(term):
     tv_show = find_show_by_name(term)
     if tv_show:
         return tv_show.series_id, tv_show.series_provider_id
     return None, None
Exemplo n.º 3
0
 def show_cache_lookup(term):
     tv_show = find_show_by_name(term)
     if tv_show:
         return tv_show.indexer_id