Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 04-27-2020, 05:13 AM   #61
bestlem
Member
bestlem will become famous soon enoughbestlem will become famous soon enoughbestlem will become famous soon enoughbestlem will become famous soon enoughbestlem will become famous soon enoughbestlem will become famous soon enough
 
Posts: 15
Karma: 510
Join Date: Jun 2007
Device: Kindle Oasis
Is this plugin still maintained I find it has not worked since the new baren site was setup even using the last beta. Calibre shows its date as 25 Mar 2016
bestlem is offline   Reply With Quote
Old 04-27-2020, 06:25 AM   #62
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by bestlem View Post
Is this plugin still maintained I find it has not worked since the new baren site was setup even using the last beta. Calibre shows its date as 25 Mar 2016
I posted beta posted in https://www.mobileread.com/forums/sh...04#post3772304. That seems to work. The post after it is the reason it wasn't released. I did start looking to fix the problem, but, haven't returned to it.
davidfor is offline   Reply With Quote
Advert
Old 07-15-2020, 04:05 PM   #63
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,176
Karma: 8800000
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
This is a port of the Webscription metadata plugin to pyhton3--I do not know how long it will work because Baen is updating its site soon. The version # is listed as 1.2.0 test on both calibre 4.20.0 and calibre4.99.7 beta.



This is my person port of the Webscripton plugin it changes the ID from Webscripton to Baen. The version # is listed as 1.2.0 test on both calibre 4.20.0 and calibre4.99.7



bernie
Attached Files
File Type: zip Baen_py3.zip (22.1 KB, 454 views)

Last edited by gbm; 07-16-2020 at 11:40 AM.
gbm is offline   Reply With Quote
Old 07-15-2020, 10:29 PM   #64
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,176
Karma: 8800000
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by gbm View Post
This is a port of the Webscription metadata plugin to pyhton3--I do not know how long it will work because Baen is updating its site soon. The version # is listed as 1.2.0 test on both calibre 4.20.0 and calibre4.99.7 beta.



This is my person port of the Webscripton plugin it changes the ID from Webscripton to Baen. The version # is listed as 1.2.0 test on both calibre 4.20.0 and calibre4.99.7



bernie
Did more testing the minimal calibre version is 3.48.0.




Updated to require calibre 3.48.0 and up.


bernie
Attached Files
File Type: zip Webscription_py3.zip (22.3 KB, 359 views)

Last edited by gbm; 07-16-2020 at 11:39 AM. Reason: Moved personal port to post 63
gbm is offline   Reply With Quote
Old 01-30-2021, 07:16 AM   #65
brianswilson
Member
brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!brianswilson has a thesaurus and is not afraid to use it!
 
Posts: 18
Karma: 99066
Join Date: Oct 2020
Device: Calibre
Exclamation Bug report

The following error is most likely related to Calibre converting from Python 2 to Python 3. Several other plugins report similar errors, though many have resolved their issues.

calibre, version 5.10.1
ERROR: Install plugin failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart calibre.

Traceback (most recent call last):
File "calibre\gui2\dialogs\plugin_updater.py", line 709, in _install_clicked
File "calibre\customize\ui.py", line 472, in add_plugin
File "calibre\customize\ui.py", line 61, in load_plugin
File "calibre\customize\zipplugin.py", line 293, in load
File "importlib\__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "calibre\customize\zipplugin.py", line 192, in exec_module
File "calibre_plugins.webscription.__init__", line 11, in <module>
ModuleNotFoundError: No module named 'HTMLParser'
brianswilson is offline   Reply With Quote
Advert
Old 01-30-2021, 12:02 PM   #66
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,189
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by brianswilson View Post
The following error is most likely related to Calibre converting from Python 2 to Python 3. Several other plugins report similar errors, though many have resolved their issues.
Did you look at the two messages (#63 and #64) immediately prior to your message before posting?

You may also want to note that due to changes Baen made in their website, the plugin no longer returns any results.
DNSB is offline   Reply With Quote
Old 02-12-2021, 05:13 PM   #67
CRussel
(he/him/his)
CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.
 
CRussel's Avatar
 
Posts: 12,287
Karma: 80074820
Join Date: Jul 2010
Location: Sunshine Coast, BC
Device: Oasis (Gen3),Paperwhite (Gen10), Voyage, Paperwhite(orig), iPad Air M3
Quote:
Originally Posted by DNSB View Post
Did you look at the two messages (#63 and #64) immediately prior to your message before posting?

You may also want to note that due to changes Baen made in their website, the plugin no longer returns any results.
This isn't actually true. Yes, they changed their web site. But the plugin works just fine (the one listed in post #64) when used with the latest build, assuming you have the correct metadata information. (OK, the latest _portable_ build, 5.11. I haven't moved to full time 5.x yet, but I am testing, using the portable version.)
CRussel is offline   Reply With Quote
Old 02-13-2021, 02:09 AM   #68
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,189
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by CRussel View Post
This isn't actually true. Yes, they changed their web site. But the plugin works just fine (the one listed in post #64) when used with the latest build, assuming you have the correct metadata information. (OK, the latest _portable_ build, 5.11. I haven't moved to full time 5.x yet, but I am testing, using the portable version.)
Odd. I just double checked and re-installed the plugin. When I did a search on any of the books from the February bundle, no metadata was returned. The message returned was:

Code:
calibre, version 5.11.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".

Running identify query with parameters: 
{'title': 'Future War', 'authors': ['Gardner Dozois', 'Jack Dann'], 'identifiers': {'isbn': '9781625791856', 'amazon': '0441006396', 'google': 'eeekHNCGmuMC', 'kobo': 'future-war-1'}, 'timeout': 30} 
Using plugins: Baen (1, 2, 0) 
The log from individual plugins is below 

****************************** Baen (1, 2, 0) ****************************** 
Found 0 results 
Downloading from Baen took 2.3487813472747803 
Querying: https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Future+War
_parse_search_results: start
No matches found with query: 'https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Future+War' 

******************************************************************************** 
The identify phase took 2.47 seconds 
The longest time (2.348781) was taken by: Baen 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
Since I was using the Baen labelled version, I tried the Webscription labelled version and got the following:

Code:
calibre, version 5.11.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".

Running identify query with parameters: 
{'title': 'Straight Outta Dodge City', 'authors': ['David Boop'], 'identifiers': {'isbn': '9781982124366', 'mobi-asin': 'B082YFXM2Q'}, 'timeout': 30} 
Using plugins: Webscription (1, 2, 0) 
The log from individual plugins is below 

****************************** Webscription (1, 2, 0) ****************************** 
Found 0 results 
Downloading from Webscription took 2.3446297645568848 
Querying: https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Straight+Outta+Dodge+City
_parse_search_results: start
No matches found with query: 'https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Straight+Outta+Dodge+City' 

******************************************************************************** 
The identify phase took 2.48 seconds 
The longest time (2.344630) was taken by: Webscription 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
I think I will stand by my comment that this plugin is no longer returning any results. I tried opening the web page specified in the search and the page opened but didn't look all that useful.
Attached Thumbnails
Click image for larger version

Name:	baen_search_page.png
Views:	297
Size:	135.5 KB
ID:	185380  

Last edited by DNSB; 02-13-2021 at 02:14 AM.
DNSB is offline   Reply With Quote
Old 02-13-2021, 04:19 AM   #69
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,176
Karma: 8800000
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by DNSB View Post
Odd. I just double checked and re-installed the plugin. When I did a search on any of the books from the February bundle, no metadata was returned. The message returned was:

Code:
calibre, version 5.11.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".

Running identify query with parameters: 
{'title': 'Future War', 'authors': ['Gardner Dozois', 'Jack Dann'], 'identifiers': {'isbn': '9781625791856', 'amazon': '0441006396', 'google': 'eeekHNCGmuMC', 'kobo': 'future-war-1'}, 'timeout': 30} 
Using plugins: Baen (1, 2, 0) 
The log from individual plugins is below 

****************************** Baen (1, 2, 0) ****************************** 
Found 0 results 
Downloading from Baen took 2.3487813472747803 
Querying: https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Future+War
_parse_search_results: start
No matches found with query: 'https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Future+War' 

******************************************************************************** 
The identify phase took 2.47 seconds 
The longest time (2.348781) was taken by: Baen 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
Since I was using the Baen labelled version, I tried the Webscription labelled version and got the following:

Code:
calibre, version 5.11.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".

Running identify query with parameters: 
{'title': 'Straight Outta Dodge City', 'authors': ['David Boop'], 'identifiers': {'isbn': '9781982124366', 'mobi-asin': 'B082YFXM2Q'}, 'timeout': 30} 
Using plugins: Webscription (1, 2, 0) 
The log from individual plugins is below 

****************************** Webscription (1, 2, 0) ****************************** 
Found 0 results 
Downloading from Webscription took 2.3446297645568848 
Querying: https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Straight+Outta+Dodge+City
_parse_search_results: start
No matches found with query: 'https://www.baen.com/catalogsearch/result/?dir=desc&order=relevance&q=Straight+Outta+Dodge+City' 

******************************************************************************** 
The identify phase took 2.48 seconds p
The longest time (2.344630) was taken by: Webscription 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
I think I will stand by my comment that this plugin is no longer returning any results. I tried opening the web page specified in the search and the page opened but didn't look all that useful.
If you know and enter the baen id then it will return the metadata for that book. i.g. you enter baen:gun-runner.

I will take a look at the search later this week I think I know where the problem is now.

The search query should be:
Code:
https://www.baen.com/allbooks?q=Straight+Outta+Dodge+City
bernie
gbm is offline   Reply With Quote
Old 03-07-2021, 10:52 AM   #70
bonzi
Enthusiast
bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.
 
bonzi's Avatar
 
Posts: 46
Karma: 1530
Join Date: Nov 2011
Location: Zagreb, Croatia
Device: K2i, K3/KK WiFi, Basic (old), 2xFire, 2xPW (old), Voyage, Scribe
Exclamation Installation failed

The message displayed when the plugin install failed requested that I report the problem here. So, here it is:

Code:
calibre, version 5.12.0
ERROR: Install plugin failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart calibre.

Traceback (most recent call last):
  File "calibre\gui2\dialogs\plugin_updater.py", line 709, in _install_clicked
  File "calibre\customize\ui.py", line 472, in add_plugin
  File "calibre\customize\ui.py", line 61, in load_plugin
  File "calibre\customize\zipplugin.py", line 293, in load
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "calibre\customize\zipplugin.py", line 192, in exec_module
  File "calibre_plugins.webscription.__init__", line 11, in <module>
ModuleNotFoundError: No module named 'HTMLParser'
Please advise!

Thank you!
bonzi is offline   Reply With Quote
Old 03-07-2021, 01:05 PM   #71
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,351
Karma: 78876004
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
This plugin has NOT been updated for python 3 which is a requirement for calibre 5 and above.
PeterT is offline   Reply With Quote
Old 03-07-2021, 03:37 PM   #72
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,189
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by bonzi View Post
The message displayed when the plugin install failed requested that I report the problem here. So, here it is:
Please advise!

Thank you!
As mentioned, the version linked in message #1 is not updated for Python 3. You can try the version in message #64 however due to changes in Baen's web site, that version is no longer returning useful results.
DNSB is offline   Reply With Quote
Old 09-11-2021, 05:16 PM   #73
jck
Junior Member
jck began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2010
Device: none
Webscription (Baen ebooks) plugin not working

I bought a new computer and downloaded Calibre. When I tried to load the plugin to get Metadata from Baen ebooks (Webscription old name) it wouldn't load. Here is the error:
calibre, version 5.27.0
ERROR: Install plugin failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart calibre.

Traceback (most recent call last):
File "calibre\gui2\dialogs\plugin_updater.py", line 713, in _install_clicked
File "calibre\customize\ui.py", line 477, in add_plugin
File "calibre\customize\ui.py", line 65, in load_plugin
File "calibre\customize\zipplugin.py", line 293, in load
File "importlib\__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "calibre\customize\zipplugin.py", line 192, in exec_module
File "calibre_plugins.webscription.__init__", line 11, in <module>
ModuleNotFoundError: No module named 'HTMLParser'

I also tried the old thread about the plugin and tried to use the old files posted. Help!
jck is offline   Reply With Quote
Old 09-11-2021, 05:56 PM   #74
Sarmat89
Fanatic
Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.
 
Posts: 515
Karma: 2268308
Join Date: Nov 2015
Device: none
The plugin is obsolete. You need to use Calibre 4 with it.
Sarmat89 is offline   Reply With Quote
Old 09-12-2021, 08:45 AM   #75
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
There is an updated version near the end of the Webscription thread. It has been updated for Python 3/calibre 5, but, I am not sure if it works. The site might have changed since. Try it and report in that thread the state. If it works properly, I can arrange for it to be released.
davidfor is offline   Reply With Quote
Reply

Tags
bug report


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Metadata Source Plugin] Barnes & Noble kiwidude Plugins 178 05-12-2025 07:09 AM
[Metadata Source Plugin] Goodreads kiwidude Plugins 784 04-27-2025 05:23 AM
[Metadata Source Plugin] Fantastic Fiction kiwidude Plugins 136 03-24-2025 12:09 AM
Small Change to Metadata Source plugin API kovidgoyal Development 2 04-25-2011 02:55 PM
[Metadata Download Plugin] Goodreads Metadata **Deprecated** kiwidude Plugins 30 04-23-2011 02:10 PM


All times are GMT -4. The time now is 04:14 AM.


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