|
Welcome,
Guest
|
|
Import comic information from Bedetheque (French)
(1 viewing) (1) Guest
Python Scripts for ComicRack
TOPIC: Import comic information from Bedetheque (French)
Import comic information from Bedetheque (French) 3 years, 5 months ago #2022
|
Hi,
I'm french and I really like ComicRack. For the moment there is no script which download information from a database in french. So I've made a little script that search information on Bedetheque (actually the best database for me)... There is some bug, but I don't have time for the moment to fix them. Be careful when you test this script, and report me all errors with the name of the comic. It's not the final version, I only put this script here to see if it's useful to follow the devel... It will find all information with the name of the comic and the number of the book. So you must have the Serie name and the number. |
|
Last Edit: 3 years, 5 months ago by Mikrobe.
The following user(s) said Thank You: freMea
|
Re:Import comic information from Bedetheque (French) 3 years, 5 months ago #2023
|
So many thanks, this is awesome, and along with the scritps for US comics this makes CR just perfect. Please, keep improving it!!!
|
|
An Idle Mind... http://idlemindworkshop.wordpress.com/
|
Re:Import comic information from Bedetheque (French) 3 years, 5 months ago #2024
|
... if only I could make it work... Error message:
"Exception has been thrown by the target of an invocation" , after a window appearing with title Bedetheque.com, and text: Traitment [1/1]: -.- . 100% Wait! I got it, I was trying using the "grayed" guessed values for series and number: if I make them set ("Commit proposed values"), it works great |
|
An Idle Mind... http://idlemindworkshop.wordpress.com/
|
Re:Import comic information from Bedetheque (French) 3 years, 5 months ago #2025
|
Yes, I've seen that it don't work with the greyed values... I will probably add this feature soon.
|
|
Last Edit: 3 years, 5 months ago by Mikrobe.
|
Re:Import comic information from Bedetheque (French) 3 years, 5 months ago #2118
|
Nice. Thanx for your effort and contribution, Mikrobe.
For the users if you like reviews, visit www.coinbd.com and www.sceneario.com (no typo :o)). Good reference sites before buying your comics. Two versions to go i guess? The Dutch and Japanese branche. Good site for Dutch(www.zilverendolfijn.nl). Manga, no idea probably available but in Kanji I guess. |
|
|
Re:Import comic information from Bedetheque (French) 2 years, 11 months ago #3092
|
Hello,
Big thanks for this sccrit. I've been using it for awhile and it was working quite well, but since a month it just find the name of the album and write n/a everywhere else. Wondering if it's because of comicrack upgrade or bedetheque. The most annoying point is the alert message on each try. If you got any time to check this... Again thank you Robert |
|
|
Re:Import comic information from Bedetheque (French) 2 years, 8 months ago #3625
|
It's was not working with new release.
Now it's repaired. |
|
|
Re:Import comic information from Bedetheque (French) 2 years, 8 months ago #3628
|
Good Job ! |
|
|
Bedetheque (French) 2 years, 8 months ago #3638
|
Just tryed it but it seems that it's not 'finished'.
It puts 'writer' in 'letterer','publisher' in 'editor' and 'imprint' in 'publisher'. Maybe some finetuning one of these days? But thanx for the effort PS : For the users. Good reference sites for Genre and synopsis, BD-Theque and CoinBD.com. |
|
|
Re:Bedetheque (French) 2 years, 8 months ago #3648
|
It's finished, it's just that I am not sure of the right fields mapping:
- letterer seems to be more adapted for "Scénariste" (based on Wikipedia pages like en.wikipedia.org/wiki/Richard_Starkings, and on the Comicrack french translation) - "Publisher" and "Editor" are both translated by "Editeur" in the ComicRack translation. It's true that under www.amazon.com DELCOURT appears as publisher - About "collection", I am not sure that Imprint is the right translation. Anyway, to finetune this 3 keywords, you can just modify the getAlbumInfoPage function: Lines 254-255 (replace letterer by writer): if nameRegex:
book.writer= nameRegex.group('firstname')+' '+nameRegex.group('name')
else :
book.writer = scenariste
Lines 268-269:
book.Imprint = collection
book.Publisher = editeur
|
|
Last Edit: 2 years, 8 months ago by Franck.
|
Time to create page: 1.78 seconds