On Thu, Mar 28, 2013 at 8:26 PM, darklow <dark...@gmail.com> wrote:
>
> I'll can start with some refactoring in search, as i mentioned before
> episode search does not work at all, therefore we need to separate search
> strings and match strings.

Perfect!

> Question about that canonical names:
> Maybe you know why using browser search returns normalized names, but
> searching by imdbpy lib result names are still in canonical format? If we
> could find a way to force results to appear in normal name, then we could
> slowly move canonical names out of search at all and refactorings would be
> much smaller.

Hmm... I can't find a case in which we use the canonical format; do
you have an example?

It makes sense, for me, to internally store the data in the provided format.
Until it was in a "Title, The" format (or at least until it was
available somewhere
on the web page) that was the format of choice (it also provide some more
info: which part of a title is the article)

Now, from what I see, we already store internally the "The Title" format,
but due to the recent changes to the imdbIndex, the functions to output
it in canonical format are somewhat broken (I can fix them).

For the 'sql' data: that's also stored in "The Title" format, now (not sure if
it had any impact on the md5sum column, which was previsouly calculated
on canonical format and now *I guess* it's calculate on the normal formal,
by the way... this should have made impossible to update the imdb_id
column, during an update of the db :-/ )


--
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to