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 12-21-2019, 11:06 PM   #3886
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Sahviere View Post
I uninstalled and re-installed FFF plugin, but still get the same error. The uninstall didn't delete my personal.ini however - should I do that before reinstall? Try the download without it?
Looking at it again, I misread the debug file.

It's the fetch up on authorUrl that's failing. Are you changing authorUrl in your personal.ini? It looks empty in the debug output and that's not right.

Running with personal.ini emptied (or in a new library that you've cleared the personal.ini on) might help.
JimmXinu is offline   Reply With Quote
Old 12-22-2019, 05:19 AM   #3887
Sahviere
Junior Member
Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.Sahviere can grok the meaning of the universe.
 
Posts: 8
Karma: 157270
Join Date: Dec 2019
Device: Kindle
Quote:
Originally Posted by JimmXinu View Post
Looking at it again, I misread the debug file.

It's the fetch up on authorUrl that's failing. Are you changing authorUrl in your personal.ini? It looks empty in the debug output and that's not right.

Running with personal.ini emptied (or in a new library that you've cleared the personal.ini on) might help.
Fixed! The problem was in my .ini file. I was removing certain names from the metadata and didn't specify that it was 'ship' only. This has worked for a long time, but obviously failed as soon as I tried to d/load works from an author using that fandom name.

Sorry to have messed you around, thank you so much for your time!
Sahviere is offline   Reply With Quote
Old 12-22-2019, 05:38 AM   #3888
Tharos
Connoisseur
Tharos began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Jul 2010
Device: Pocketbook InkPad Color 3, Kindle Oasis 2, Moon+ Reader pro
Quote:
Originally Posted by JimmXinu View Post
Basically, use add_to_replace_metadata when you want to use settings from both [default] and [site.com] and use replace_metadata when you want [site.com] to be used instead of the replace_metadata value from [defaults].

The difference between "exclude_metadata_pre" and "exclude_metadata_post" is when they are applied: before replace_metadata or after replace_metadata. So you can 'pre'-filter items before replace_metadata, but if you end up with something you still don't want after all your replace_metadata, you can 'post' filter it.
I think I understand it. Probably. Here is my implementation:

Code:
[defaults]
is_adult:true
keep_summary_html:false
never_make_cover:false
make_firstimage_cover:true
include_subject_tags:sitetags,genre,category,characters,eroticatags,extratags,fandoms
include_images:true
add_to_custom_columns_settings:
 fandoms=>#ts
extratags:
 
exclude_metadata_pre:
 eroticatags,category,genre,sitetags==Anthology
 eroticatags,category,genre,sitetags==Blindfold
 
add_to_replace_metadata:
 status=>In-Progress=>unvollständig
 site=>www.fanficauthors.net=>fanficauthors.net
 site=>www.fanfiction.net=>fanfiction.net
 site=>www.fanfiktion.de=>fanfiktion.de
 site=>www.royalroad.com=>royalroad.com
 site=>www.wattpad.com=>wattpad.com
 site=>www.webnovel.com=>webnovel.com
 site=>www.wuxiaworld.co=>wuxiaworld.co
 characters,ships=>A\. Asia=>Asia Argento
 characters,ships=>A\. Borin=>Abigail Borin
 characters,ships=>A\. Carter=>Andrew Carter
 characters,ships=>A\. E\. Stark/Tony=>A. E. Stark (Tony Stark)
 characters,ships=>A\. Sinistra=>Aurora Sinistra
 characters,ships=>A\. Ventress=>Asajj Ventress
 characters,ships=>Aayla S\.=>Aayla Secura
 characters,ships=>Abby S\.=>Abby Sciuto
 characters,ships=>Alex D\.=>Alexandra "Alex" Danvers
 characters,ships=>Alex R\.\/Cub=>Alexander John "Cub" Rider
 characters,ships=>Angelina J\.=>Angelina Johnson
 eroticatags,category,genre,sitetags=>blonde=>Blondes
 eroticatags,category,genre,sitetags=>Fantasy & Sci-Fi=>Fantasy,Sci-Fi
 fandoms,genre,category=>Agents of S\.H\.I\.E\.L\.D\. \(TV\)=>Agents of S.H.I.E.L.D.
 fandoms,genre,category=>Harry Potter \- J. K. Rowling=>Harry Potter
 fandoms,genre,category=>John Wick \(2014\)=>John Wick
 fandoms,genre,category=>Marvel Cinematic Universe=>Marvel
 fandoms,genre,category=>RED \(2010\)=>RED
 fandoms,genre,category=>RED 2 \(2013\)=>RED
 fandoms,genre,category=>Sherlock Holmes & Related Fandoms=>Sherlock Holmes
 fandoms,genre,category=>The Avengers \(Marvel Movies\)=>Avengers
 fandoms,genre,category=>Harry Potter - Fandom=>Harry Potter
 fandoms,genre,category=>Avengers: Earth's Mightiest Heroes=>Avengers
 fandoms,genre,category=>Buffy X-overs=>Buffy: The Vampire Slayer
 fandoms,genre,category=>Detective Conan\/Case Closed=>Detective Conan
 fandoms,genre,category=>HP/Stargate=>Stargate: SG-1,Harry Potter
 fandoms,genre,category=>Stargate=>Stargate: SG-1
 fandoms,genre,category=>HP/Superman=>Superman,Harry Potter
 fandoms,genre,category=>Sword Art Online/ソードアート・オンライン=>Sword Art Online
 
[epub]
 
[webnovel.com]
replace_metadata:
 eroticatags,category,genre,sitetags=>voluptus=>Voluptuous
I am again grateful for any help and support.
Tharos is offline   Reply With Quote
Old 12-22-2019, 10:24 AM   #3889
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tharos View Post
I think I understand it. Probably. Here is my implementation:

...

I am again grateful for any help and support.
Okay, but you still have to tell me what you are getting and what you want instead and the story URL(s) that demonstrate. I don't see anything wrong with the code in your last post.
JimmXinu is offline   Reply With Quote
Old 12-22-2019, 04:22 PM   #3890
skb
Evangelist
skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.
 
skb's Avatar
 
Posts: 401
Karma: 1597305
Join Date: Mar 2010
Device: Ipod G4, MacOS 10.12, Calibre, Pocketbook Touch HD 3
Season's Greetings everyone! Thank you, JimmXinu for another fabulous FFF year.

I know I'm going to be embarrassed by the answer but...does anyone know where I'll find my active ini file on my Mac (I've got so many backups that search returns many and none seem to be "the one").
skb is offline   Reply With Quote
Old 12-22-2019, 05:36 PM   #3891
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by skb View Post
I know I'm going to be embarrassed by the answer but...does anyone know where I'll find my active ini file on my Mac (I've got so many backups that search returns many and none seem to be "the one").
In Calibre, open the FFF plugin's config settings("Configure FanFicFare" option) and click the personal.ini tab. Then there's a button to edit the actual text in a dialog box. There is no actual personal.ini file when using the plugin.

It's called only personal.ini because FFF's predecessor was a command line tool.

JimmXinu is offline   Reply With Quote
Old 12-22-2019, 09:44 PM   #3892
DragoLord19d
Member
DragoLord19d began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Apr 2019
Device: Ipad
A quick question is there a way to down stories off SB from a post of URL links? because I'm trying to download an older story off there...
DragoLord19d is offline   Reply With Quote
Old 12-22-2019, 10:40 PM   #3893
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DragoLord19d View Post
A quick question is there a way to down stories off SB from a post of URL links? because I'm trying to download an older story off there...
Yes. I believe this document is mostly up to date.
JimmXinu is offline   Reply With Quote
Old 12-25-2019, 02:50 PM   #3894
tichkiir
Member
tichkiir began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Oct 2003
Device: T|T
Anthology of Author's page for Fanfiction.net includes favorites

Is there any way I can get it to just include the author's own stories? It looks like those are all in the <div id='st_inside'> section so it might be possible right?
tichkiir is offline   Reply With Quote
Old 12-25-2019, 03:44 PM   #3895
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by tichkiir View Post
Is there any way I can get it to just include the author's own stories? It looks like those are all in the <div id='st_inside'> section so it might be possible right?
Change www to m in the author URL and use that URL to 'Get Story URLs from Page'.

Example: https://m.fanfiction.net/u/99999/authorname

(Yes, longer lists will be broken into pages; No FFF will not get them all for you.)
JimmXinu is offline   Reply With Quote
Old 12-27-2019, 04:42 PM   #3896
rofei
Junior Member
rofei began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2019
Device: none
Probably a dumb question, but I'm using the command line version and trying to set up some settings, but I do not see any sort of personal.ini file anywhere, and after making one myself it does not appear to be reading it. My only .ini files are defaults and example. Thanks
rofei is offline   Reply With Quote
Old 12-30-2019, 04:50 PM   #3897
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by rofei View Post
Probably a dumb question, but I'm using the command line version and trying to set up some settings, but I do not see any sort of personal.ini file anywhere, and after making one myself it does not appear to be reading it. My only .ini files are defaults and example. Thanks
If you're using the FFF CLI as installed using pip and called by command line executable fanficfare, it will look for .fanficfare/personal.ini in your home dir, (IE, ~/.fanficfare/personal.ini or ./personal.ini in your current working directory. (Directory slashes reverse to \ on windows.)

If you're using the plugin CLI via calibre-debug.exe --run-plugin FanFicFare, it will use your saved plugin personal.ini (from default library), then same as above.

In both cases, running with -h/--help will tell you how to specify a config file manually and where it's going to look for personal.ini.

FFF does not create a personal.ini file for CLI use in either case, you have to create it.
JimmXinu is offline   Reply With Quote
Old 01-02-2020, 02:08 PM   #3898
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2020-01-02
- Add -U/--update-epub-always option to CLI.
- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default cover.
- Catch ',' in front of 'Thread' in forum titles.
- Reduce minimum_calibre_version to v2.85.1, last of 2 series.
JimmXinu is offline   Reply With Quote
Old 01-07-2020, 05:56 PM   #3899
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2020-01-07
- Update adapter_alternatehistorycom for XenForo2. Issue #457
- Order custom columns in config page.
JimmXinu is offline   Reply With Quote
Old 01-08-2020, 01:55 PM   #3900
ILB
Groupie
ILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipse
 
ILB's Avatar
 
Posts: 173
Karma: 8098
Join Date: Jun 2012
Location: Germany
Device: Kindle Voyage, Kindle Oasis
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2020-01-07

- Order custom columns in config page.
Is it intentional that the uppercase column headers come first and then all the lowercase?
Attached Thumbnails
Click image for larger version

Name:	1.PNG
Views:	192
Size:	5.5 KB
ID:	176248  
ILB 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 07:36 AM.


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