Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 10-31-2014, 07:47 PM   #46
JoDust
Junior Member
JoDust began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2014
Device: Nook
Quote:
Originally Posted by bebee View Post
Tak nefunguje (diakritika je stále velký problém). Napžíklad Adams Převážně neškodná...
Skus nasledovne :
1. na stranke databazeknih.cz zadaj do vyhladavacieho pola text Douglas Adams Převážně neškodná a daj hladat
2. teraz z textu odstran meno Douglas a daj hladat (len enter, nevyber z ponuknutej moznosti)
3. zadaj v Calibre u autora len priezvisko Adams a nazov ponechaj

Ak ti vyjde to, co mne, zistis, ze to asi nebude diakritikou...
JoDust is offline   Reply With Quote
Old 12-19-2014, 08:04 AM   #47
padr
Junior Member
padr began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2014
Device: Pocketbook
Series

Nahrál jsem si novou verzi a začala již stahovat data. Je tam jen drobná chybka ve worker.py, díky které se místo názvu série stáhne text "Všechny knihy autora".

Změnila se trochu identifikace classu série a na řádku 187 je potřeba zaměnit:
series_node = root.xpath('//a[@class="strong"]/text()')
za
series_node = root.xpath('//a[@class="strong noulr"]/text()')
padr is offline   Reply With Quote
Advert
Old 02-25-2015, 02:14 PM   #48
PepaBrno
Enthusiast
PepaBrno began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite
Takhle u me konci pokus o nastaveni modulu,,nevite nekdo proc ???

calibre, version 2.20.0
CHYBA: Neošetřená výjimka: <b>AttributeError</b>:'module' object has no attribute 'QSpinBox'

calibre 2.20 [64bit] isfrozen: True is64bit: True
Windows-8-6.2.9200 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Databazeknih
Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\metadata_sources .py", line 327, in configure_plugin
File "site-packages\calibre\gui2\preferences\metadata_sources .py", line 332, in do_config
File "site-packages\calibre\gui2\preferences\metadata_sources .py", line 274, in __init__
File "calibre_plugins.databazeknih.__init__", line 41, in config_widget
File "calibre_plugins.databazeknih.config", line 47, in __init__
AttributeError: 'module' object has no attribute 'QSpinBox'
PepaBrno is offline   Reply With Quote
Old 02-25-2015, 09:41 PM   #49
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
That is an error in the released version of the plugin. Everything is fine unless the configuration is opened. For some reason when the last version was release, some code was changed that broke this and also removed the backwards compatibility with calibre 1.48 and earlier. I have fixed this in the attached version, but I can't test it properly at the moment. The configuration opens OK in calibre 1.48 and it should be OK in 2.20. I'll check it properly when I get home.

And using google:

To je chyba v uvolněné verzi zásuvného modulu. Všechno je v pořádku, pokud je otevřen konfigurace. Z nějakého důvodu, když poslední verze byla verze, nějaký kód byl změněn, aby zlomil toto a také odstranil zpětnou kompatibilitu s ráží 1,48 a dříve. Jsem pevně to v přiloženém verzi, ale nemůžu vyzkoušet pořádně v tuto chvíli.Konfigurace se otevře OK v ráži 1,48, a to by mělo být v pořádku v 2.20. Budu to zkontrolovat správně, když se dostanu domů.
Attached Files
File Type: zip Databazeknih.zip (7.0 KB, 499 views)
davidfor is offline   Reply With Quote
Old 02-26-2015, 07:28 AM   #50
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I did some more testing and the changes I made worked. But, I found other errors. Retrieving the ISBN and series were not working. The attached version fixes both of these problems. I haven't done much testing, just enough to be reasonably confident it is working.

And via google:

Udělal jsem nějaké další zkoušení a změny jsem pracoval. Ale našel jsem další chyby. Načítání ISBN a řady byly nefunguje. Připojený verze opravuje oba tyto problémy. Neudělal jsem hodně testování, jen tolik, aby měla dostatečnou jistotu, že funguje.
Attached Files
File Type: zip Databazeknih.zip (7.1 KB, 510 views)
davidfor is offline   Reply With Quote
Advert
Old 03-02-2015, 12:41 PM   #51
PepaBrno
Enthusiast
PepaBrno began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite
:-)

Thank you very much, it works now, just seems to me that finds few books ????
PepaBrno is offline   Reply With Quote
Old 03-02-2015, 12:44 PM   #52
PepaBrno
Enthusiast
PepaBrno began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite
Treba.... calibre, version 2.20.0
CHYBA: Stahování selhalo: Nepodařilo se stáhnout metadata nebo obálky pro některou z 1 knih.

Bilá smrt (Nezdařená metadata) (Nezdařené obálky)

http://www.databazeknih.cz/knihy/bila-smrt-82660
PepaBrno is offline   Reply With Quote
Old 03-02-2015, 07:39 PM   #53
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Good that it is working, bad that it isn't finding all the books.

I'll have a look at this tonight. But, it would help to see the log from the search. On the results window, there is a button for "View log". Pressing that displays the download log. Can you copy that and post it? That will show some of what happened especially if there was an error.
davidfor is offline   Reply With Quote
Old 03-03-2015, 07:38 AM   #54
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
The problem seems to be the search results page. This uses initials for the first names of the author. So for the above it is "R Sheckley". But, the plugin is looking for a match to the full name. I'll see if I can fix it in the next few days.
davidfor is offline   Reply With Quote
Old 03-06-2015, 09:23 AM   #55
PepaBrno
Enthusiast
PepaBrno began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite
Yes, you are right about ... The problem is even more titles .....

This is protocol log .... calibre, version 2.20.0
CHYBA: Stahování selhalo: Nepodařilo se stáhnout metadata nebo obálky pro některou z 1 knih.

Bilá smrt (Nezdařená metadata) (Nezdařené obálky)
PepaBrno is offline   Reply With Quote
Old 03-07-2015, 11:54 PM   #56
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I have had another look and realised the problem was the case. The search for "robert sheckley" wasn't matching "R Sheckley". Converting both to all lower case was needed. The attached version fixes this.
Attached Files
File Type: zip Databazeknih.zip (7.1 KB, 563 views)
davidfor is offline   Reply With Quote
Old 03-13-2015, 05:12 AM   #57
PepaBrno
Enthusiast
PepaBrno began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite
a

I thank you very much,,, I test it and let you know, once again, thank you very much
PepaBrno is offline   Reply With Quote
Old 05-06-2015, 04:29 AM   #58
rapon
Junior Member
rapon began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2014
Device: Kindle
Ahoj, dalo by se prosím doplnit stahování hodnocení? Myslím, že dávná verze to uměla a stahovala hodnocení. Díky moc.
rapon is offline   Reply With Quote
Old 05-22-2015, 05:26 AM   #59
vladacr
Member
vladacr began at the beginning.
 
Posts: 18
Karma: 34
Join Date: Mar 2011
Device: android
Zdravím, chtěl jsem zeptat, zda by se pomocí tohoto vynikajícího pluginu dalo stahovat také jméno překladatele a název originálu. Mám obě tato pole v Custom metadata. Koukal jsem do worker.py ale moc se v tom nevyznám. Díky za odpověď.
vladacr is offline   Reply With Quote
Old 05-22-2015, 07:04 AM   #60
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Google translate tells me you want to fetch translator data into custom columns. Unfortunately, metadata source plugins can only fetch data into the standard columns. They cannot populate custom columns. The best you can do is add the translator as a second author.


Google přeložit mi říká, že chcete načíst překladatele dat do vlastních sloupců. Bohužel, mohou zdroj metadata plugins načítat data pouze do standardních sloupců. Nemohou naplnit vlastní sloupce.Nejlepší, co můžete udělat, je přidat překladatele jako druhý autor.
davidfor is offline   Reply With Quote
Reply

Tags
change request, feature request

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Metadata Source Plugin] BOL.com (NL) Pr.BarnArt Plugins 505 12-14-2023 03:23 PM
[Metadata Source Plugin] Webscription (Baen Ebooks) kiwidude Plugins 74 09-12-2021 08:45 AM
[Metadata Source Plugin] OnLineknihovna.cz oplis Plugins 1 10-27-2011 08:54 AM
[Metadata Source Plugin] catawiki drMerry Plugins 0 06-28-2011 08:42 PM
[Metadata Source Plugin] Antikvarium.hu **Deprecated** Daermond Plugins 0 05-27-2011 08:06 AM


All times are GMT -4. The time now is 06:09 AM.


MobileRead.com is a privately owned, operated and funded community.