Description: This is a python script that allows searching for movies on allocine.fr. It should be useful to tellico's french users which want to manage their movies collection with a more accurate (provides relevant information) data source than amazon.fr
Related info and cover are fetched automatically. It takes only one argument (movie title).
How to setup this datasource: - source name: Allocine (FR) (or whatever you want - Collection type: video collection - Result type: tellico - Path: /path/to/script/fr.allocine.py - Arguments: Title (checked) = %1 Update (checked) = %{title}
Be sure to chmod +x it.
Depends: Python >= 2.3.xLast changelog:
Version 0.7.3: 2010-12-07 (Reported by Romain Henriet) * Fixed some regexp issues * Better handling of image parsing/fetching errors
Version 0.7.2: 2010-05-27 (Reported by Romain Henriet) * Fixed bug preventing searches with accent marks * Added post-processing cleanup action to replace raw HTML entities with their ISO Latin-1 replacement text
Version 0.7.1: 2010-04-26 (Thanks to Romain Henriet ) * Fixed greedy regexp for genre. Fixed nationality output. Add studio.
Version 0.7: 2009-11-12 * Allocine has a brand new website. All regexps were broken.
Version 0.6: 2009-03-04 (Thanks to R. Fischer and Henry-Nicolas Tourneur) * Fixed parsing issues (various RegExp issues due to allocine's HTML changes)
Version 0.5: 2009-01-21 (Changes contributed by R. Fischer ) * Added complete distribution of actors and roles, Genres, Nationalities, producers, composer and scenarist * Fixed the plot field that returned a wrong answer when no plot is available * Fixed a bug related to parameters encoding
Version 0.4: * Fixed parsing errors: some fields in allocine's HTML pages have changed recently. Multiple actors and genres could not be retrieved. Fixed bad http request error due to some changes in HTML code.
Version 0.3: * Fixed parsing: some fields in allocine's HTML pages have changed. Movie's image could not be fetched anymore. Fixed.
Version 0.2: * Fixed parsing: allocine's HTML pages have changed. Movie's image could not be fetched anymore.
hello
i get the script from svn (https://forgesvn1.novell.com/viewsvn/tellico/trunk/src/fetch/scripts/)
I replace the old one by this one in /opt/kde3/share/apps/tellico/data-sources/fr.allocine.py and chmod +x it.
but it doesn't work, when i try to get information, it gives me no result
Try it once more, I saved it with the wrong encoding.
And it you wouldn't mind, these types of things are better suited for the tellico-users mailing list. Easier to reply and all that.
Ratings & Comments
4 Comments
It doesn't work anymore since a couple of days.I think it comes from allocine website
I updated the version in Tellico SVN and it seems to work better now. You can wait until next release or grab the script directly. Thanks.
hello i get the script from svn (https://forgesvn1.novell.com/viewsvn/tellico/trunk/src/fetch/scripts/) I replace the old one by this one in /opt/kde3/share/apps/tellico/data-sources/fr.allocine.py and chmod +x it. but it doesn't work, when i try to get information, it gives me no result
Try it once more, I saved it with the wrong encoding. And it you wouldn't mind, these types of things are better suited for the tellico-users mailing list. Easier to reply and all that.