melfahn / sabscripts

Automatically exported from code.google.com/p/sabscripts
0 stars 0 forks source link

Episode Name is null - Episode Not Found #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If SABSync is able to retrieve the seriesID for a show from TheTVDB, but
the episode does not exist (not yet added), the episode name is returned as
null. Ideally this should check TVRage for the episode name is unknown or
null, at a minimum it should treat the episode name as unknown instead of null.

Currently this causes multiple episodes to be downloaded (SABSync not
properly checking for *S01E01* instead of * - S01E01 - *)

What is the expected output? What do you see instead?
- null episode name, unknown should be returned.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by markus.mcd5@gmail.com on 1 May 2010 at 5:53