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 02-08-2023, 01:13 PM   #8026
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
Ascello, if you using a vendor version of Calibre and FFF, it may be installed weirdly. Some vendors have very definite ideas of how they think Python apps should be installed. From what you describe, I think that includes your install.

I don't know anything about those versions and I don't directly support them.

I only support Calibre as installed from https://calibre-ebook.com/download and FFF plugin as installed from https://www.mobileread.com/forums/sh...d.php?t=259221 either directly or through Calibre itself.

And FYI, personal.ini isn't actually a file in the plugin version, it's stored in the library database.
JimmXinu is offline   Reply With Quote
Old 02-08-2023, 02:54 PM   #8027
ackomb
Zealot
ackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura about
 
Posts: 106
Karma: 4486
Join Date: Mar 2020
Location: Netherlands
Device: i-pad
Quote:
Originally Posted by culytera View Post
I tried to make a template for grouping word count on Calibre based on this, but it wasn't working properly for me despite having Calibre updated. I saw a different one which worked.
Code:
program:
	getWordCount = field('#ao3_words');
	wordCount = re(getWordCount, '[,]', '');
	first_non_empty(
		cmp(wordCount, 5001, '0 - 5000', '', ''),
		cmp(wordCount, 10001, '5001 - 10000', '', ''),
		cmp(wordCount, 20001, '10001 - 20000', '', ''),
		cmp(wordCount, 40001, '20001 - 40000', '', ''),
		cmp(wordCount, 80001, '40001 - 80000', '', ''),
		'80000+'
);
It looks like this for me. I wish MapleRead could sort by groups, but it's limited so I'm making do with tag grouping.
I keep them under saved searches like attached and it keeps the order
Attached Thumbnails
Click image for larger version

Name:	Schermafbeelding 2023-02-08 205316.jpg
Views:	136
Size:	30.9 KB
ID:	199584  
ackomb is offline   Reply With Quote
Advert
Old 02-08-2023, 03:07 PM   #8028
Ascello
Enthusiast
Ascello began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2021
Device: Kindle Paperwhite 4
Quote:
Originally Posted by JimmXinu View Post
Ascello, if you using a vendor version of Calibre and FFF, it may be installed weirdly. Some vendors have very definite ideas of how they think Python apps should be installed. From what you describe, I think that includes your install.

I don't know anything about those versions and I don't directly support them.

I only support Calibre as installed from https://calibre-ebook.com/download and FFF plugin as installed from https://www.mobileread.com/forums/sh...d.php?t=259221 either directly or through Calibre itself.

And FYI, personal.ini isn't actually a file in the plugin version, it's stored in the library database.
Yeah, it makes sense. it's just installing Calibre from website on linux is suuuch a paaaaaaain. As for the plugin: I actually did download FFF through Calibre, but that was back on Windows. Then I moved everything to Linux using "Export/Import all calibre data" option, and this option also installed plugins for me, and I guess that's what the install defaulted to. I do keep it updated through Calibre though. Not that it matters, since my problem got solved. And thanks for the info about personal.ini location, that is a useful info.
Ascello is offline   Reply With Quote
Old 02-08-2023, 03:14 PM   #8029
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,076
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Pain???
Copy the command from the site. ( save as a shell script for future use)
Paste into the console, supply the admin PW
theducks is offline   Reply With Quote
Old 02-09-2023, 05:40 AM   #8030
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by ackomb View Post
I keep them under saved searches like attached and it keeps the order
For some reason it's still sorted the same, even if I add the searches by its true correct order.

MapleRead sorts the grouped word count tags by its correct order at least.
Attached Thumbnails
Click image for larger version

Name:	2023-02-09 18-38-15.jpg
Views:	112
Size:	65.1 KB
ID:	199593  
culytera is offline   Reply With Quote
Advert
Old 02-09-2023, 12:30 PM   #8031
ackomb
Zealot
ackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura aboutackomb has a spectacular aura about
 
Posts: 106
Karma: 4486
Join Date: Mar 2020
Location: Netherlands
Device: i-pad
Quote:
Originally Posted by culytera View Post
For some reason it's still sorted the same, even if I add the searches by its true correct order.

MapleRead sorts the grouped word count tags by its correct order at least.
It might have something to do with alphanumerical sorting, I purposely used from ... to ...
ackomb is offline   Reply With Quote
Old 02-09-2023, 08:15 PM   #8032
junni
Member
junni began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2021
Device: kobo libra 2
For some reason flaresolverr 2* stopped working in my PC, so i installed version 3.0.2. After trying to update a novel, i keep getting this error:

Status: Error
Title: The Lazy Swordmaster
Author: Green Car
Comment: 'expiry'
URL: https://novelfull.com/the-lazy-swordmaster.html

i'm using latest version of the plugin. Any idea of what is the problem?

Code:
http://localhost:8191/v1
FFF: DEBUG: 2023-02-10 01:19:24,783: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2023-02-10 01:19:24,783: fetcher_flaresolverr_proxy.py(114): response code:200
FFF: INFO: 2023-02-10 01:19:24,783: calibre_plugins.fanficfare_plugin.jobs(433): Exception: {'title': 'The Lazy Swordmaster', 'author_sort': 'Green Car', 'author': ['Green Car'], 'comments': '', 'good': False, 'status': 'Error', 'showerror': True, 'calibre_id': 1415, 'begin': None, 'end': None, 'comment': "'expiry'", 'url': 'https://novelfull.com/the-lazy-swordmaster.html', 'site': 'novelfull.com', 'series': '', 'added': False, 'pubdate': None, 'publisher': 'novelfull.com', 'listorder': 0, 'collision': 'Update EPUB if New Chapters', 'uniqueurl': 'https://novelfull.com/the-lazy-swordmaster.html[None-None]', 'is_adult': False, 'username': 'NoneGiven', 'password': '', 'icon': 'dialog_error.png', 'epub_for_update': 'C:\\Users\\Dilite\\AppData\\Local\\Temp\\calibre_ztbydm6_\\fanficfare_ubnp1z2z\\old-1415-ewpkar7l.epub', 'calibre_columns': {}, 'outfile': 'C:\\Users\\Dilite\\AppData\\Local\\Temp\\calibre_ztbydm6_\\fanficfare_ubnp1z2z\\bgmeta-jztbwmjv.epub'}:'expiry'
Traceback (most recent call last):
  File "calibre_plugins.fanficfare_plugin.jobs", line 250, in do_download_for_worker
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\adapters\base_adapter.py", line 327, in getStoryMetadataOnly
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\adapters\base_adapter.py", line 431, in doExtractChapterUrlsAndMetadata
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\adapters\adapter_novelfull.py", line 37, in extractChapterUrlsAndMetadata
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\requestable.py", line 119, in get_request
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\requestable.py", line 111, in get_request_redirected
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\base_fetcher.py", line 133, in get_request_redirected
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\cache_basic.py", line 122, in fetcher_do_request
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\decorators.py", line 102, in fetcher_do_request
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\base_fetcher.py", line 106, in do_request
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\fetcher_flaresolverr_proxy.py", line 118, in request
  File "C:\Users\Dilite\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\fetcher_flaresolverr_proxy.py", line 194, in cookiejson_to_jarable
KeyError: 'expiry'

Last edited by junni; 02-09-2023 at 08:22 PM.
junni is offline   Reply With Quote
Old 02-09-2023, 09:29 PM   #8033
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by ackomb View Post
It might have something to do with alphanumerical sorting, I purposely used from ... to ...
It doesn't seem to be registering 5000 as a smaller number than 10000, like it's just sorting by the first digit. I added a space before 5000 as a workaround.
Attached Thumbnails
Click image for larger version

Name:	word count group test.jpg
Views:	100
Size:	92.7 KB
ID:	199604  
culytera is offline   Reply With Quote
Old 02-10-2023, 04:40 AM   #8034
fanfictioneer
Enthusiast
fanfictioneer doesn't litterfanfictioneer doesn't litter
 
Posts: 26
Karma: 110
Join Date: Oct 2018
Device: Kindle
I checked a few pages back but couldn't find any mention of this problem: I can't download stories from sufficientvelocity that requires logging in (can be easily reproduced by using always_login:true).
Example story that works without login, but not with it.

Some stories require logging in to download, which is why I discovered this. Tried a few personal edits, but haven't found a solution myself.
fanfictioneer is offline   Reply With Quote
Old 02-10-2023, 11:01 AM   #8035
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 junni View Post
For some reason flaresolverr 2* stopped working in my PC, so i installed version 3.0.2. After trying to update a novel, i keep getting this error:

Status: Error
Title: The Lazy Swordmaster
Author: Green Car
Comment: 'expiry'
URL: https://novelfull.com/the-lazy-swordmaster.html

i'm using latest version of the plugin. Any idea of what is the problem?
...
Fix in next test version.

Quote:
Originally Posted by fanfictioneer View Post
I checked a few pages back but couldn't find any mention of this problem: I can't download stories from sufficientvelocity that requires logging in (can be easily reproduced by using always_login:true).
Example story that works without login, but not with it.

Some stories require logging in to download, which is why I discovered this. Tried a few personal edits, but haven't found a solution myself.
I'm not seeing this issue. Without knowing the specific error you are getting, that's about all I can do--try it myself.

I would speculate that you use a different skin that isn't supported?
JimmXinu is offline   Reply With Quote
Old 02-10-2023, 11:03 AM   #8036
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 Postedx

2023-02-10
- FlareSolverr: novelfull.com sometimes w/o expires of any kind
JimmXinu is offline   Reply With Quote
Old 02-10-2023, 12:06 PM   #8037
kolbinski
Member
kolbinski began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Apr 2022
Device: kindle paperwhite
I have a question can I use the ignore_chapter_url_list for fanfiction.net or is that only for spacebattleforums
Since I only want to add one of the newer chapter for now.
kolbinski is offline   Reply With Quote
Old 02-10-2023, 01:32 PM   #8038
junni
Member
junni began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2021
Device: kobo libra 2
Quote:
Originally Posted by JimmXinu View Post
New Test Version Postedx

2023-02-10
- FlareSolverr: novelfull.com sometimes w/o expires of any kind
Works flawlessly JimmXinu ! Thanks alot.
junni is offline   Reply With Quote
Old 02-10-2023, 01:41 PM   #8039
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
I have a question can I use the ignore_chapter_url_list for fanfiction.net or is that only for spacebattleforums
Since I only want to add one of the newer chapter for now.
You can use it, but on rare occasion it may cause problems.

Because ffnet just numbers chapters and doesn't assign chapters a truly unique URL, the chapter can change if the author inserts a chapter somewhere in the middle instead of adding it at the end.
JimmXinu is offline   Reply With Quote
Old 02-10-2023, 03:19 PM   #8040
fanfictioneer
Enthusiast
fanfictioneer doesn't litterfanfictioneer doesn't litter
 
Posts: 26
Karma: 110
Join Date: Oct 2018
Device: Kindle
Quote:
Originally Posted by JimmXinu View Post
I'm not seeing this issue. Without knowing the specific error you are getting, that's about all I can do--try it myself.

I would speculate that you use a different skin that isn't supported?
I attached the FFF log I got (removed the email address, not that I use it for anything else than FFF).

EDIT: I log in with the specified username and password without a problem, so I don't see why it doesn't work with FFF. :/
Attached Files
File Type: txt FFF sufficientvelocity.txt (11.0 KB, 84 views)

Last edited by fanfictioneer; 02-10-2023 at 03:21 PM.
fanfictioneer 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:53 PM.


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