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 06-26-2015, 10:48 AM   #331
kstar
Member
kstar began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jun 2015
Device: Kobo
Quote:
Originally Posted by JimmXinu View Post
The personal.ini option include_subject_tags controls what FanFicFare populates in calibre's Tags field and in the epub's dc:subject tags.



The author link in the calibre database is not updated for me when I call FanFicFare with Update Calibre Metadata unchecked. Other than that, it's not separately configurable (except by replace_metadata).

I'm not familiar with "search-calibre" as an author link option--can you explain where it's set?
Preference > Look and Feel > Book Details Tab first line Default Author Link Template --with input window and button (gives the search-calibre)

Added this to my personal.ini
metatags is the column name I want the tags to go into.
First line worked second line didn't.

Quote:
include_subject_tags: status
metatags: extratags, genre, category, characters, ships,
Custom Column Tab: only allows for one option (in your drop down list) to populate.

Last edited by kstar; 06-26-2015 at 11:25 AM.
kstar is offline   Reply With Quote
Old 06-26-2015, 01:34 PM   #332
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kstar View Post
Preference > Look and Feel > Book Details Tab first line Default Author Link Template --with input window and button (gives the search-calibre)
Okay, I see it now. And while a story update with Update Calibre Metadata unchecked leaves the author URL alone, a new book does not.

I'll look into making setting the author URL optional since there's an alternative now.

Quote:
Originally Posted by kstar View Post
Added this to my personal.ini
metatags is the column name I want the tags to go into.
First line worked second line didn't.

Code:
include_subject_tags: status
metatags: extratags, genre, category, characters, ships,
Custom Column Tab: only allows for one option (in your drop down list) to populate.
You need custom_columns_settings in personal.ini. One way would be:

Code:
custom_columns_settings:
 extratags=>#metatags,r
 genre=>#metatags,a
 category=>#metatags,a
 characters=>#metatags,a
 ships=>#metatags,a
Note the 'r' for replace on the first line and the 'a' for append on the later ones.

(For future reference, use a new post to raise additional issues. I frequently will not see edits to past posts if I've already read it. Also, use CODE tags rather than QUOTE tags for code blocks--QUOTE tags are left out when replying.)
JimmXinu is offline   Reply With Quote
Advert
Old 06-26-2015, 01:50 PM   #333
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by JimmXinu View Post
Okay, I see it now. And while a story update with Update Calibre Metadata unchecked leaves the author URL alone, a new book does not.

I'll look into making setting the author URL optional since there's an alternative now.
I've posted a new test version (direct link) that makes setting the Calibre Author URL optional. There's a checkbox on the FanFicFare config Standard Columns tab.
JimmXinu is offline   Reply With Quote
Old 06-26-2015, 02:52 PM   #334
kstar
Member
kstar began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jun 2015
Device: Kobo
Calibre Author URL option

.
Thank you for your help, especially the coding. You've saved me from a lot of manual editing.

Appreciate the tip; still learning the mechanics of this forum.

The new Calibre Author URL option is working fine.
kstar is offline   Reply With Quote
Old 06-26-2015, 08:43 PM   #335
fathertyme
Enthusiast
fathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheese
 
Posts: 44
Karma: 1000
Join Date: Jul 2014
Location: Planet Earth
Device: Samsung S2
Storiesonline.net changed things again

the error this tyme is:

Error: u'savemetacol'

example url: http://storiesonline.net/s/11339

( it's a good read if you are interested )
fathertyme is offline   Reply With Quote
Advert
Old 06-26-2015, 09:07 PM   #336
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by fathertyme View Post
Storiesonline.net changed things again

the error this tyme is:

Error: u'savemetacol'

example url: http://storiesonline.net/s/11339
I'm not getting any error. Can you post a debug log?
JimmXinu is offline   Reply With Quote
Old 06-26-2015, 09:49 PM   #337
fathertyme
Enthusiast
fathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheesefathertyme can extract oil from cheese
 
Posts: 44
Karma: 1000
Join Date: Jul 2014
Location: Planet Earth
Device: Samsung S2
*sighs*

Ok, so I'm an idiot.

rebooting the machine fixed it *sighs*

ignore me :P
fathertyme is offline   Reply With Quote
Old 06-28-2015, 08:47 PM   #338
grognard
Junior Member
grognard began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2015
Device: none
It looks like Literotica is not working with the plugin... (or it could be on my end)

Example URL:
https://www.literotica.com/s/henry-versus-the-horror



<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>https://www.literotica.com/s/henry-versus-the-horror
grognard is offline   Reply With Quote
Old 06-28-2015, 08:59 PM   #339
Bixel925
Member
Bixel925 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2015
Device: Droid Turbo
So after some troubleshooting I still haven't gotten the update through email feature to work. I'm trying to have my updates come from Gmail but every time I click on the button, I get the following error:

calibre, version 2.31.0
ERROR: Unhandled exception: <b>gaierror</b>:[Errno 11001] getaddrinfo failed

calibre 2.31 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Generate Cover && FanFicFare
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 447, in get_urls_from_imap_menu
File "calibre_plugins.fanficfare_plugin.fanficfare.getu rls", line 177, in get_urls_from_imap
File "imaplib.py", line 1165, in __init__
File "imaplib.py", line 172, in __init__
File "imaplib.py", line 1176, in open
File "socket.py", line 553, in create_connection
gaierror: [Errno 11001] getaddrinfo failed

Anyone else have this issue and figured out how to fix it?
Bixel925 is offline   Reply With Quote
Old 06-28-2015, 09:35 PM   #340
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Bixel -- a getaddrinfo failed error means the plugin cannot connect to the internet (or at least resolve that particular website). Can calibre connect to email books, download metadata, fetch news recipes?...

Your antivirus may be blocking calibre from connecting to the network. Make sure calibre is on the exclusions list.



grognard -- see this post: https://www.mobileread.com/forums/sho...postcount=3746

Add this to your personal.ini for the affected website:
Code:
use_ssl_unverified_context:true

Last edited by eschwartz; 06-28-2015 at 09:38 PM.
eschwartz is offline   Reply With Quote
Old 06-29-2015, 11:12 AM   #341
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by grognard View Post
It looks like Literotica is not working with the plugin... (or it could be on my end)

Example URL:
https://www.literotica.com/s/henry-versus-the-horror

<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>https://www.literotica.com/s/henry-versus-the-horror
I don't get that error.

Assuming you already have the latest versions of calibre and FanFicFare, there are two possibilities that we've seen in past:

You might not have the most current Microsoft Root certificate update installed. Please see http://support.microsoft.com/kb/931125 and install the Microsoft Update listed for YOUR O/S.

Or the error message is the same as this previous problem. The same solution might work for you:

Code:
[literotica.com]
use_ssl_unverified_context:true
JimmXinu is offline   Reply With Quote
Old 06-29-2015, 06:18 PM   #342
grognard
Junior Member
grognard began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2015
Device: none
I do have the latest versions. Now the real newbie question....

Where is the personal.ini file? If it is a file that I need to make myself, where does it get put?



Quote:
Originally Posted by JimmXinu View Post
I don't get that error.

Assuming you already have the latest versions of calibre and FanFicFare, there are two possibilities that we've seen in past:

You might not have the most current Microsoft Root certificate update installed. Please see http://support.microsoft.com/kb/931125 and install the Microsoft Update listed for YOUR O/S.

Or the error message is the same as this previous problem. The same solution might work for you:

Code:
[literotica.com]
use_ssl_unverified_context:true
grognard is offline   Reply With Quote
Old 06-29-2015, 06:55 PM   #343
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by grognard View Post
I do have the latest versions. Now the real newbie question....

Where is the personal.ini file? If it is a file that I need to make myself, where does it get put?
In the plugin, it's not in a separate file, but a block of text kept in the library database.

In the FanFicFare config dialog (reachable from the plugin menu or from calibre's Preferences->Plugins), the second tab is labeled 'personal.ini'. There's a button 'Edit personal.ini'.
JimmXinu is offline   Reply With Quote
Old 06-30-2015, 05:05 PM   #344
Bixel925
Member
Bixel925 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2015
Device: Droid Turbo
I am able to download books/metadata from the internet via "Download From URL's" as well as updating pre-existing books, so I don't think it's a problem of my firewall blocking Calibre from connecting to the internet. I will try putting your line of code in and see what happens.

Ok, just tried it and I got this error (I think it's the same one) :

calibre, version 2.31.0
ERROR: Unhandled exception: <b>gaierror</b>:[Errno 11001] getaddrinfo failed

calibre 2.31 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Generate Cover && FanFicFare
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 447, in get_urls_from_imap_menu
File "calibre_plugins.fanficfare_plugin.fanficfare.getu rls", line 177, in get_urls_from_imap
File "imaplib.py", line 1165, in __init__
File "imaplib.py", line 172, in __init__
File "imaplib.py", line 1176, in open
File "socket.py", line 553, in create_connection
gaierror: [Errno 11001] getaddrinfo failed

I'm not sure but it almost looks like it is unable to connect to Gmail. Does anyone have a setup that is working with a regular Gmail account?


Quote:
Originally Posted by eschwartz View Post
Bixel -- a getaddrinfo failed error means the plugin cannot connect to the internet (or at least resolve that particular website). Can calibre connect to email books, download metadata, fetch news recipes?...

Your antivirus may be blocking calibre from connecting to the network. Make sure calibre is on the exclusions list.



grognard -- see this post: https://www.mobileread.com/forums/sho...postcount=3746

Add this to your personal.ini for the affected website:
Code:
use_ssl_unverified_context:true
Bixel925 is offline   Reply With Quote
Old 06-30-2015, 05:37 PM   #345
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Bixel925 View Post
I am able to download books/metadata from the internet via "Download From URL's" as well as updating pre-existing books, so I don't think it's a problem of my firewall blocking Calibre from connecting to the internet. I will try putting your line of code in and see what happens.

Ok, just tried it and I got this error (I think it's the same one) :

calibre, version 2.31.0
ERROR: Unhandled exception: <b>gaierror</b>:[Errno 11001] getaddrinfo failed
For everyone's information, Bixel925 asked me about this in PM earlier--that's why I haven't been commenting here.

I explained:
Quote:
That error means that it's not getting an address for that name.

Most likely, you have the wrong name configured for your IMAP server.

It's possible, but less likely you have firewall/security software on your computer that's blocking calibre from looking up names.
(Another reference for that error code.)

And later I said:
Quote:
Check for an extra space at the end of the server name (and user, pass & folder). Copy/paste in windows will often leave one.

I was able to duplicate your error by putting a space there. (I'll add code to FanFicFare to strip off leading/trailing spaces to those parameters later.)
Bixel925 reported checking for extra space on the server name and not having any. That's when I suggest posting here to see if anyone else had an ideas.
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


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


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