I was wondering if we could get a suffix to the downloads started by NzbDrone or a SAB script. Problem is, sometimes the name of the video file for a download is gibberish (even though it may be inside a properly-named folder). SB’s plugin gets it around these, as it smartens SB up to know what download corresponds with what episode. NzbDrone just fails to scrape them.
I would post this on Trello, but I don’t appear to have permission, or something.
NzbDrone uses the folder name to determine the series title, but the filename to determine the season and episode numbers (since its possible for a folder to contain more than 1 file).
For example: C:\\Test\\Unsorted\\The.Big.Bang.Theory.S01E01.720p.HDTV\\tbbt101.avi
should properly get picked up as The Big Bang Theory S01E01
Where the file name is just complete gibberish. I think having a script run on download like Sickbeard or a forced identifier suffix like CouchPotato might fix this.