annegerben / oversight

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

Error searching for shows with ü (ascii 252 ) in the name but not in the file #621

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create file Neues Aus Buettenwarder.s01e01.avi

thetvdb search is failing with "Neues Aus Buettenwarder" due to not folding the 
u
in this case we should:

1. Not do abbreviation search if spaces are present ?
2. Do Neues Aus Buettenwarder site:thetvdb.com  (only works on Google for this 
show).
3. Do Neues Aus Buettenwarder site:imdb.com then cross map to thetvdb.com 
(works for all engines as imdb is very searchable - static urls )
4. Check thetvdb.com forums to see if folding will be supported.

BAD
http://www.thetvdb.com/api/GetSeries.php?language=all&seriesname=Neues Aus 
Buettenwarder

Good for Google only
[Neues Aus Buettenwarder site:thetvdb.com]

GOOD for yahoo/bing/google
[Neues Aus Buettenwarder site:imdb.com]

Also see Issue 613 which is related but to do with parsing of the name once it 
is in index.db

Original issue reported on code.google.com by a...@lordy.org.uk on 18 Jun 2011 at 2:49

GoogleCodeExporter commented 8 years ago
Fixed r1995 - more of a workaround than a fix. 

Original comment by a...@lordy.org.uk on 21 Jun 2011 at 11:59