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 07-09-2022, 05:43 PM   #7291
kolbinski
Member
kolbinski began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Apr 2022
Device: kindle paperwhite
When I download a story from fanfiction.net can you please add a way so can change the epub so the story says on haitus, abandoned or completed or in-progress. I want to change the tag in the downloaded epub
kolbinski is offline   Reply With Quote
Old 07-09-2022, 06:05 PM   #7292
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: 10,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by kolbinski View Post
When I download a story from fanfiction.net can you please add a way so can change the epub so the story says on haitus, abandoned or completed or in-progress. I want to change the tag in the downloaded epub
For hiatus/abandoned, I use Action Chains to update the column from this template. But that's just the Calibre library. ePubs would need to be modified manually.

Code:
program:
now = format_date(today(),'iso');
updated = $$#fanficupdated;
status = $#fanficstatus;


	if 
		status=='In-Progress'
		&& $#fanficerror
	then 
		'Abandoned'
		

	elif
		status=='In-Progress'
		&& days_between(now, updated) ># 180
	then 
		'Dormant'

	else 
		status
	fi

Last edited by ownedbycats; 07-09-2022 at 06:07 PM.
ownedbycats is offline   Reply With Quote
Advert
Old 07-09-2022, 06:06 PM   #7293
kolbinski
Member
kolbinski began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Apr 2022
Device: kindle paperwhite
How do I do that using fanficfare
kolbinski is offline   Reply With Quote
Old 07-09-2022, 08:27 PM   #7294
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kolbinski View Post
When I download a story from fanfiction.net can you please add a way so can change the epub so the story says on haitus, abandoned or completed or in-progress. I want to change the tag in the downloaded epub
You can set that for a particular story like so:
Code:
[https://www.fanfiction.net/s/1111111/1/Story-Title]
add_to_replace_metadata:
 status=>^.*$=>haitus
Then, when it is downloaded or updated the status will be set to "haitus".

Note that FFF's code for setting yes/no custom columns (as set from the GUI/Custom Columns tab) only works with Completed and In-Progress.
JimmXinu is offline   Reply With Quote
Old 07-09-2022, 11:12 PM   #7295
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: 46,313
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JimmXinu View Post
Then, when it is downloaded or updated the status will be set to "haitus".
Could the status be set to "hiatus" instead?
DNSB is offline   Reply With Quote
Advert
Old 07-10-2022, 10:30 AM   #7296
kolbinski
Member
kolbinski began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Apr 2022
Device: kindle paperwhite
Quote:
Originally Posted by JimmXinu View Post
You can set that for a particular story like so:
Code:
[https://www.fanfiction.net/s/1111111/1/Story-Title]
add_to_replace_metadata:
 status=>^.*$=>haitus
Then, when it is downloaded or updated the status will be set to "haitus".

Note that FFF's code for setting yes/no custom columns (as set from the GUI/Custom Columns tab) only works with Completed and In-Progress.

Where do I put this in the personal.ini
kolbinski is offline   Reply With Quote
Old 07-10-2022, 11:59 AM   #7297
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
There's a wiki page about ini files.

See the section on Individual Story URL Sections.
JimmXinu is offline   Reply With Quote
Old 07-11-2022, 01:35 PM   #7298
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Version Released

Version 4.14.0 - 2022-07-11
- Update translations.
- adapter_fictionhuntcom: Fix for changes to chapter list.
- Restore & > < entities in chapter titles. Closes #863
- Update translations
- Better handling for fail of an existing anthology book on update. Closes #860
- adapter_fictionhuntcom: Update for site changes.
- Fix for problem with remove_tags refactor.
- Refactor code to remove empty tags to also remove now-empty parents by making another pass.
- Collect rating for adapter_libraryofmoriacom, refactor rating from TOC in base_efiction. Closes #859
- adapter_themasquenet: Switch to https, closes #854
- PI: Ctrl-Return/Enter on personal.ini editbox equivalent to clicking OK button.
- base_xenforoforum_adapter(QQ): Allow for guest/deleted author w/o a link. Closes #852
- adapter_readonlymindcom: Add include_author_notes setting - See #850, thanks FayeGray!
- adapter_mcstoriescom Allow multiple authors. Closes #847
JimmXinu is offline   Reply With Quote
Old 07-11-2022, 07:58 PM   #7299
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 492
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
Using FFF 4.14 and calibre 6.0 crashes everytime I try and add a new fanfiction book. The crash occurs after the proceed to update library pop up.

Here is part of the crash report if that helps:

Code:
Process:               calibre [1991]
Path:                  /Applications/calibre.app/Contents/MacOS/calibre
Identifier:            net.kovidgoyal.calibre
Version:               6.0.0 (6.0.0)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-07-11 16:55:31.8394 -0700
OS Version:            macOS 12.4 (21F79)
Report Version:        12
Anonymous UUID:        DE45770E-1A13-88AB-1CB2-71F1257C786D


Time Awake Since Boot: 1300 seconds

System Integrity Protection: enabled

Crashed Thread:        0  GUIPool  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI.
slantybard is offline   Reply With Quote
Old 07-11-2022, 08:32 PM   #7300
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,535
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by slantybard View Post
Using FFF 4.14 and calibre 6.0 crashes everytime I try and add a new fanfiction book. The crash occurs after the proceed to update library pop up.



Here is part of the crash report if that helps:



Code:
Process:               calibre [1991]

Path:                  /Applications/calibre.app/Contents/MacOS/calibre

Identifier:            net.kovidgoyal.calibre

Version:               6.0.0 (6.0.0)

Code Type:             ARM-64 (Native)

Parent Process:        launchd [1]

User ID:               501



Date/Time:             2022-07-11 16:55:31.8394 -0700

OS Version:            macOS 12.4 (21F79)

Report Version:        12

Anonymous UUID:        DE45770E-1A13-88AB-1CB2-71F1257C786D





Time Awake Since Boot: 1300 seconds



System Integrity Protection: enabled



Crashed Thread:        0  GUIPool  Dispatch queue: com.apple.main-thread



Exception Type:        EXC_CRASH (SIGABRT)

Exception Codes:       0x0000000000000000, 0x0000000000000000

Exception Note:        EXC_CORPSE_NOTIFY



Application Specific Information:

abort() called

Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI.
If you have dedrm installed try disabling it.

Sent from my Pixel 4a using Tapatalk
PeterT is offline   Reply With Quote
Old 07-11-2022, 08:40 PM   #7301
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by PeterT View Post
If you have dedrm installed try disabling it.

Sent from my Pixel 4a using Tapatalk
That's a better suggestion than anything I can think of.

I would've suggested bringing it to kovid's attention, but I see you've already posted to the cal 6 issues thread.

If no solution presents itself, I'll borrow a mac to test with.
JimmXinu is offline   Reply With Quote
Old 07-11-2022, 11:39 PM   #7302
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 492
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
Quote:
Originally Posted by JimmXinu View Post
That's a better suggestion than anything I can think of.

I would've suggested bringing it to kovid's attention, but I see you've already posted to the cal 6 issues thread.

If no solution presents itself, I'll borrow a mac to test with.
Disabling DeDRM solves the issue thanks.
slantybard is offline   Reply With Quote
Old 07-12-2022, 06:41 PM   #7303
onua
Junior Member
onua began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2022
Device: none
I can not get some stories to download from https://forum.questionablequesting.com/ they just run for a while then stop a certain percents. Take [NSFW] A Gamers Guide to Conquest (Multicross, Starts in Marvel) this story stops a 82% then refuses to do anything for 2 hours then the download fails. I tried to see if their was some way to skip images because I thought that's what it might be and all I found was skip_threadmarks_categories and include_images:false on a random form but I have no idea how to use them they just said stick it to the end of the url but that didn't work either. so with that in mind I have a few questions.

1: Is there a way to download chapters one at a time that way I can find the chapter that's messing it up and then skip it and manually add it via edit book?
2: Is there a way to use the cache trick on questionablequesting that has been used for Fanfiction.net?
3: How to you use the skip_threadmarks_categories and include_images:false is there a list of all these commands somewhere? Because I googled a lot but come up dry nothing comes up. What I tried last was https://forum.questionablequesting.c...rks_categories and that didn't work.
4: If none of these are possible is there a way to fanficfare convert other pdf or epub files from other fic site downloaders because I have stories that have been taken down but are hard for me to read as they aren't in fanficfare format. I have some stories offline that can't be downloaded with fanficfare and i'd like them to be in the fanficfare format plus I used Fichub to get gamers-guide-to-conquest it downloaded without the pictures or extras though and that's why I want it for the extras and pictures but could I run that through the fanficfare somehow and get it in fanficfare format? this one would be the most helpful really hope this is possible.

Last note while I can use a computer I don't know a ton so please leave any instructions simple. By the way I have a good amount of stories from this site so it's not a login error or anything these stories in particular won't download.

Here is a list of the stories that wouldn't download
https://forum.questionablequesting.c...-marvel.10764/
https://forum.questionablequesting.c...rs-multi.4729/
https://forum.questionablequesting.c...ompleted.6911/
https://forum.questionablequesting.c...ne-piece.7648/
https://forum.questionablequesting.c...e-quest.14247/

thanks to anyone who tries to help. this is my first time doing this hope I did this right.
onua is offline   Reply With Quote
Old 07-12-2022, 07:11 PM   #7304
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2022-07-12
- Fix for qt6 vs qt5 in Cal6 and personal.ini search.

Posted in off-topic thread:
Quote:
Originally Posted by nan1923 View Post
Hi, thanks for the fast response!
The export is also fixed in my calibre, thanks! The import error for some reason doesn't appear anymore, maybe your update fixed it by accident or the reboot of my pc fixed it. No idea what it was, but it works now!
Thanks!

Different plugin, but also one written by you: In the FanFicfare plugin, when I try to search the personal.ini or the default.ini I also get an error (calibre 6 seems to cause quite a few problems for plugins):

calibre, version 6.0.0
ERROR: Unhandled exception: <b>AttributeError</b>:'QTextCursor' object has no attribute 'Right'

calibre 6.0 embedded-python: True
Windows-10-10.0.19044 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19044')
Python 3.10.1
Windows: ('10', '10.0.19044', '', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: DeDRM (7, 2, 1) && Count Pages (1, 11, 2) && EpubMerge (2, 13, 0) && EpubSplit (3, 3, 0) && FanFicFare (4, 14, 0) && Favourites Menu (1, 1, 0) && Generate Cover (2, 1, 1) && Job Spy (1, 0, 191) && Quality Check (1, 12, 0) && Reading List (1, 12, 0)
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.dialogs", line 1453, in find
File "calibre_plugins.fanficfare_plugin.dialogs", line 1469, in moveCursor
AttributeError: 'QTextCursor' object has no attribute 'Right'
JimmXinu is offline   Reply With Quote
Old 07-13-2022, 05:47 AM   #7305
nan1923
Enthusiast
nan1923 doesn't litternan1923 doesn't litter
 
Posts: 25
Karma: 140
Join Date: Jul 2022
Device: none
The test version fixed it, I can now search the personal.ini and the defaults.ini again. Thanks!
nan1923 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 01:48 AM.


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