
bedetheque.com (comics) search script
Source (link to git-repo or to original if based on someone elses unmodified work):
Serie, rating, synopsis (of the serie), critic, title (of the album), scénarist, artist (dessinateur), colorist, legal deposit (dépot légal), printing date (achevé d'imprimé), estimated value, publisher (editeur), collection, ISBN, number of pages, various information, front and back cover, exemple page, etc... Multiple values are given.
Tellico data source setup:
- source name: bedetheque.com
- Collection type: comics collection
Update should replace existing data : checked
- Result type: tellico
- Path: /path/to/script/bedetheque.com_v3.py
- Recommanded arguments:
Title (album title or serie) = -t %1
Author = -a %1
ISBN = -isbn %1
Keyword (legal deposit) = -dl %1
Update = -t %{title} -a %{artist} -isbn %{isbn} -lk %{lien-bel}
This the recommanded setup for faster search. To get full-size images and critics, apply an update on the items added to your collection.
Version 0.5.2: 2010-06-01
* Fix some pattern issues preventing all results but fast research
Version 0.5.1: 2009-06-02
* Fix image downloading in some (rare) cases.
Version 0.5: 2009-05-28 (Thanks to Félix Sipma and Jérôme Martin)
* A lot of improvement to take advantage of google cache and of proxies (list automatically updated). This should result in faster execution and avoid the automaticaly bannishment from the site based on IP.
* Much changes in the procedure to comply with the updated bedetheque.com own search feature
* Fixed md5 issue with python 2.6
* Changed some default values so as to get simple spec.
* Added -f option for very fast (but limited) search
* Direct link to the original page is now given as a URL field, instead of embedded in commentary. (So as to ease update.)
* Some data are not fetched any more. (Genre, country, language, special info concerning the edition). If want them back, complain.
Version 0.4: 2009-04-03
* Added the following information : edition originale, tirage de tête, tirage limité, broché, intégrale
* Fix updates of reeditions
* Slight improve in speed, espacially for items in large series
* Optional image limit is now on album number
* Fix v0.3 issue that prevented any result to be found since march 09
* Minor bug fixes
Version 0.3: 2009-01-28
* Added back cover and exemple page images.
* Images are now full-size (use '-i' if you prefer thumbnail)
* Added per-album user's rating
* Fixed issue on missing old critics.
* Added search by ISBN or legal deposit date
* Script now also fetches reeditions (remove '-r' argument if you don't want it)
* Multiple parameters can now be sent directly using the syntax '-x argument' like '-a author'.
See home page or end of file ofr further explanation
* '-s' argument is deprecated as bedetheque.com search does not differentiate album title from serie name
Version 0.2: 2008-12-18
* a few patterns have been corrected
* use of the external site cross-search instead of "hand-made" one => execution faster.
Version 0.1:
* Initial release.
Ratings & Comments
1 Comment
i have been working on an update of this script for the past 10 days or so. A lot of issues to solve, but I am not far from reaching the end. The current version "in progress", but fonctionnal is on my personnal page. Only critics are not fetched.