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 """ 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('"', '"') " at line 178 to correct the bug.
Bugs have been fixed in revision 1131464. The script has been pushed to version 0.7.2. Thanks for reporting.