Bug 237618

Summary: Allocine.fr source data fetch bug (quote in summary and accents in title)
Product: [Applications] tellico Reporter: Romain Henriet <romain.pub>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: normal CC: tellico
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Romain Henriet 2010-05-14 14:10:16 UTC
Version:            (using KDE 4.4.3)
OS:                Linux
Installed from:    openSUSE RPMs

Films which title contains accentuated letters are not found (example : "Opération tonnerre"). I had to comment first lines of AlloCineParser.run(self, title) function to make this work (from "loc = re.search..." to "...encode('latin-1')" ).

If there are quotes in the summary text, they appear as "&quot;" in the summary tab, while editing an entry ( example : "Goldfinger" ). However they are correctly displayed outside the editing dialog. I added " d['plot'] = d['plot'].replace('&quot;', '"') " at line 178 to correct the bug.
Comment 1 Mathias Monnerville 2010-05-28 10:36:20 UTC
Bugs have been fixed in revision 1131464. The script has been pushed 
to version 0.7.2.

Thanks for reporting.