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 03-05-2026, 11:20 PM   #11761
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Is it just those two lines broken? Try replaze site with publisher - I think Jim told me it was bad to change site directly.
ownedbycats is offline   Reply With Quote
Old 03-06-2026, 12:04 AM   #11762
Chrystalline
Enthusiast
Chrystalline began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Aug 2015
Device: pc
Quote:
Originally Posted by ownedbycats View Post
site with publisher
That worked, thank you! Pretty much everything I have in my Replace Metadata section is copied from someone in this hundreds-of-pages-long thread, so I'd been using that from...someone. No idea. It's been years.

I use them for custom column colors, so it stood out when it changed on me.

Thanks!
Chrystalline is offline   Reply With Quote
Advert
Old 03-06-2026, 10:40 AM   #11763
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: 7,325
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Chrystalline View Post
Is it just me? My replace metadata has broken with the latest FFF update. With all the craziness at AO3, I'd been (semi)patiently waiting to update my subscribed stories, but while the entries I downloaded on March 1st before I updated FanFicFare have the replacements I've been using for years, everything I downloaded tonight does NOT have the replacement metadata. I tried commenting it out and rebooting Calibre before uncommenting it and retrying (using saved metadata column), but that didn't work. Not sure what else to try. I'd rather not have to uninstall and reinstall the plugin, but I don't know enough to know whether that is necessary.

Code:
##Publishers
 site=>www.fanfiction.net=>FFN
 site=>archiveofourown.org=>AO3
FFF uses site internally for some things that changing it can break. The last release made site and a few others immutable.

Use publisher instead.
JimmXinu is offline   Reply With Quote
Old 03-06-2026, 09:25 PM   #11764
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: Is possible to assign multiple categories to a single custom column?
ownedbycats is offline   Reply With Quote
Old 03-06-2026, 11:41 PM   #11765
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: 7,325
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
If you mean the list of values in metadata entry category, yes, that's how it works.

If you mean more than one metadata entry (eg ships and characters), yes, by using custom_columns_settings with 'a' mode.

Code:
## (Plugin Only) - You can also populate calibre custom columns with
## the site specific metadata using custom_columns_settings (but only
## if 'Allow custom_columns_settings from personal.ini' is checked in
## the plugin GUI config.)  There are three parts, the entry name,
## then the label of the calibre custom column, then (optionally) a
## 'mode'.  'r' to Replace any existing values, 'a' to Add to existing
## value (use with tag-like columns), and 'n' for setting on New books
## only.  (Default is 'r'.)
custom_columns_settings:
 ships=>#acolumn,r
 characters=>#acolumn,a
JimmXinu is offline   Reply With Quote
Advert
Old Yesterday, 02:37 PM   #11766
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I did a update-metadata-from-column, got 'invalid group reference 1 at position 15' - any idea of meaning?

It also happens regular update. This is fic

EDIT: One of these lines is causing failure - chartags is a custom copy for characters

Code:
 chartags=>Male Shepard=>Shepard (Male)
 chartags=>Female Shepard=>Shepard (Female)
 chartags=>^Shepard=>[Mass Effect].\1
 chartags=>^(Garrus Vakarian|Tali'Zorah nar Rayya)=>[Mass Effect].\1

Last edited by ownedbycats; Yesterday at 02:42 PM.
ownedbycats is offline   Reply With Quote
Old Yesterday, 02:38 PM   #11767
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: 7,325
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Sounds like a mistake in a regexp. Debug log?
JimmXinu is offline   Reply With Quote
Old Yesterday, 02:45 PM   #11768
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I narrowed it down to the one line

Code:
 chartags=>^Shepard=>[Mass Effect].\1
Not sure what went wrong
ownedbycats is offline   Reply With Quote
Old Yesterday, 04:07 PM   #11769
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I still not sure what broke but I fixed it by replacing 3 lines with a:

Code:
 chartags=>(Male|Female) Shepard=>[Mass Effect].Shepard (\1)
ownedbycats is offline   Reply With Quote
Old Yesterday, 06:11 PM   #11770
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: 7,325
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
You can’t have a \1 in the replacement without a (…) in the search expression to populate it.
JimmXinu is offline   Reply With Quote
Old Yesterday, 07:16 PM   #11771
Jade Aislin
Groupie
Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.
 
Posts: 167
Karma: 3100
Join Date: Sep 2011
Device: Kobo Auro H2O, PRS-T1
I'm getting an error whenever I try to run the "get story urls from webpage". My personal ini has :


Code:
[archiveofourown.org] 
username:XXXXXXXX
 password:XXXXXXXX
 is_adult:true
 use_archiveofourown_gay:true

The error says something about logging in:
Code:
ERROR: Unhandled exception: <b>FailedToLogin</b>:Failed to Login for URL: (https://archiveofourown.org/users/JadeAislin/bookmarks) with username: (JadeAislin)

Not sure if I should post the whole error message or not.
Jade Aislin is offline   Reply With Quote
Old Yesterday, 08:35 PM   #11772
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,631
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
replace_metadatas:

Why would the first line work, but not second?

Code:
 chartags=>Original (Male|Female) Turian Character\(s\)=>[Mass Effect].Original Turian Characters (\1)
 chartags=>Original (Male|Female)(Batarian|Turian|Quarian) Character\(s\)=>[Mass Effect].Original \2 Characters (\1)
Additionally, is a way to duplicate an entry? Make Original Turian Characters (Male) also be Original Characters?

Last edited by ownedbycats; Yesterday at 08:54 PM.
ownedbycats is offline   Reply With Quote
Old Yesterday, 08:55 PM   #11773
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: 7,325
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Jade Aislin View Post
I'm getting an error whenever I try to run the "get story urls from webpage". My personal ini has :


Code:
[archiveofourown.org] 
username:XXXXXXXX
 password:XXXXXXXX
 is_adult:true
 use_archiveofourown_gay:true
Try removing leading spaces from password etc. INI format interprets that as 'include in the previous line'.

Quote:
Originally Posted by ownedbycats View Post
replace_metadatas:

Why would the first line work, but not second?

Code:
 chartags=>Original (Male|Female) Turian Character\(s\)=>[Mass Effect].Original Turian Characters (\1)
 chartags=>Original (Male|Female)(Batarian|Turian|Quarian) Character\(s\)=>[Mass Effect].Original \2 Characters (\1)
Dunno. You have two paran captures to go with \1 and \2 so I wouldn't expect a 'invalid group reference 1 at position 15' type error.

If you don't mean the error you were talking about last and instead mean it just doesn't match, I would suspect the space between gender and species.

In practice, you may want " *" for most spaces for when authors do/don't include them.

If that doesn't help, you should know by now to include story URLs that exhibit the issue.
JimmXinu is offline   Reply With Quote
Old Yesterday, 10:59 PM   #11774
Jade Aislin
Groupie
Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.Jade Aislin could sell banana peel slippers to a Deveel.
 
Posts: 167
Karma: 3100
Join Date: Sep 2011
Device: Kobo Auro H2O, PRS-T1
Quote:
Originally Posted by JimmXinu View Post
Try removing leading spaces from password etc. INI format interprets that as 'include in the previous line'.

I didn't think there are any spaces. I'm not sure why the code tags had the password indented. Can leading spaces be invisible?
Jade Aislin is offline   Reply With Quote
Reply

Tags
fanfiction

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Open With kiwidude Plugins 405 02-09-2026 07:54 AM
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 529 01-28-2026 10:32 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 04:01 AM.


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