lad1337 / Sick-Beard

PVR & episode guide that downloads and manages all your TV shows
http://code.google.com/p/sickbeard/
GNU General Public License v3.0
70 stars 26 forks source link

Fixed searching anime episodes on fanzub (try non-scenified name). #3

Closed ycros closed 13 years ago

ycros commented 13 years ago

Fixed searching anime episodes on fanzub (try non-scenified name), and fix minor search bug.

It seems when I switched over to the generic helper function for getting the names of a show (which includes the scene exceptions), the name gets processed into a "scenified" form. I've added the original raw name of the show to the front of the list, it should fix up some searches. (It was breaking for a show I have on my list which has a ' in the name, stripping the character causes no results to show from fanzub)

I was also getting an unrelated not very serious error about tvdb_lang being undefined in one part of the code, so I fixed that too.