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 10-19-2022, 02:55 PM   #7636
applegaa
Connoisseur
applegaa has learned how to buy an e-book online
 
applegaa's Avatar
 
Posts: 70
Karma: 76
Join Date: Apr 2019
Device: none
Quote:
Originally Posted by ownedbycats View Post
Update if New Chapters checks for updates by comparing the number of chapters. You can use Update ePub always, which will also update the title page.
I just looked at the details and update always deletes any chapters that the author has deleted, which I really don't want to happen, and it doesn't mention updating the metadata. Thanks anyway!

- Andrew
applegaa is online now   Reply With Quote
Old 10-19-2022, 02:58 PM   #7637
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,977
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Update ePub does update the metadata. As for deleted chapters, that's a fair point; if I remember right, FFF will give you an option to view a log before updating the library and it'll be listed in there.
ownedbycats is online now   Reply With Quote
Old 10-19-2022, 03:08 PM   #7638
applegaa
Connoisseur
applegaa has learned how to buy an e-book online
 
applegaa's Avatar
 
Posts: 70
Karma: 76
Join Date: Apr 2019
Device: none
Quote:
Originally Posted by ownedbycats View Post
Update ePub does update the metadata. As for deleted chapters, that's a fair point; if I remember right, FFF will give you an option to view a log before updating the library and it'll be listed in there.
I did a quick test and confirmed that it does update the metadata. I also noticed that the job spun a lot longer while downloading, so I presume it had to pull every chapter instead of just the main page. Between that and the deletion of chapters sent to KU, for example, it's not the right option for me.

As for being able to back out after viewing the log, I always check and do occasionally have to cancel. I just hate to do that because then I have to run all of the other stories in the group again, downloading any new chapters a second time.

Thanks again for your help!

- Andrew
applegaa is online now   Reply With Quote
Old 10-21-2022, 02:00 AM   #7639
cryosaur
Junior Member
cryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with others
 
Posts: 9
Karma: 2828
Join Date: Dec 2016
Device: none
Quote:
Originally Posted by JimmXinu View Post
Version 4.17.0 - 2022-10-19
- adapter_adultfanfictionorg: Fixes for site changes.
From the few stories I read from sections of AFF, this adapter needs a little more work. These (inelegant) edits to my local copy fixed all errors for me:
Code:
220: chapters = soup.find('ul',{'class':'dropdown-content'})
376: chaptertag = soup.find('ul',{'class':'pagination'}).parent.parent.parent.findNext('li')
cryosaur is offline   Reply With Quote
Old 10-21-2022, 10:19 AM   #7640
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
New Test Version Posted

2022-10-21
- Remove Calibre Update Cover option entirely(was deprecated) #878
- adapter_adultfanfictionorg: Fixes for site changes, thanks cryosaur.
JimmXinu is offline   Reply With Quote
Old 10-21-2022, 05:27 PM   #7641
cryosaur
Junior Member
cryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with otherscryosaur plays well with others
 
Posts: 9
Karma: 2828
Join Date: Dec 2016
Device: none
Oops

I actually spoke too quickly on one of those code lines. A working fix for the second line is like this:
Code:
376: chaptertag = soup.find('ul',{'class':'pagination'}).parent.parent.parent.findNextSibling('li')
cryosaur is offline   Reply With Quote
Old 10-22-2022, 12:27 AM   #7642
poodz
Junior Member
poodz began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2022
Device: calibri v.6
Hi, thanks for making such a great tool! Just discovered FFF today and am enamored with it. I was just wondering if there was any function to be able to pull the date of when a bookmark was made from archiveofourown.org? Given I don't have any custom tags / notes on most of my bookmarks, I'm trying to use any identifier available to be able to match a bookmarked work on ao3 to a work that's saved down in calibre in case it's deleted from the site. Apologies if this has been answered somewhere else, can't seem to find anything on it. Thanks!
poodz is offline   Reply With Quote
Old 10-22-2022, 01:04 PM   #7643
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
poodz - The bookmark date stamp is not available in the story page, so it isn't saved by FFF. I don't think it's worth another page fetch--or more, since the bookmarks are paginated.

Also, I assume (perhaps falsely) that when a story is deleted from AO3 that associated bookmarks also disappear, leaving nothing to compare to.
JimmXinu is offline   Reply With Quote
Old 10-22-2022, 01:07 PM   #7644
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
New Test Version Posted

2022-10-22
- adapter_adultfanfictionorg: Fixes for site changes, thanks cryosaur.

I don't have a collection of stories from there, so beyond some very basic testing, I'm just trusting cryosaur.
JimmXinu is offline   Reply With Quote
Old 10-22-2022, 03:11 PM   #7645
poodz
Junior Member
poodz began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2022
Device: calibri v.6
Quote:
Originally Posted by JimmXinu View Post
poodz - The bookmark date stamp is not available in the story page, so it isn't saved by FFF. I don't think it's worth another page fetch--or more, since the bookmarks are paginated.

Also, I assume (perhaps falsely) that when a story is deleted from AO3 that associated bookmarks also disappear, leaving nothing to compare to.
Ah, I see - gotcha. I was trying to pull from an entire page of bookmarks, where the bookmarked date is visible. I believe when the work is deleted on ao3, your tags, notes, and bookmark date still remain (ref: https://imgur.com/a/FhBGtwd). If that's the case, I'll probably just go thru and manually add dates, thank you!
poodz is offline   Reply With Quote
Old 10-22-2022, 07:03 PM   #7646
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,977
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: I'm trying to download a quite lengthy story from ffnet. Is there a way to download chapters 1-3, and then add chapters 4-6, and so forth?
ownedbycats is online now   Reply With Quote
Old 10-22-2022, 07:19 PM   #7647
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
Use the chapter range feature with story URL. First:

https://www.fanfiction.net/s/XXX/1/[1-3]

Then later do Download by URL with mode: Update Epub using:

https://www.fanfiction.net/s/XXX/1/[4-6]

And so on. You have to do it by URL.
JimmXinu is offline   Reply With Quote
Old 10-22-2022, 07:32 PM   #7648
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,977
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Seems to work.

Minor bug: The dialog here gets cut off and I can't read the last line:

Click image for larger version

Name:	2022-10-22 20_31_23-Window.png
Views:	389
Size:	10.6 KB
ID:	197317
ownedbycats is online now   Reply With Quote
Old 10-22-2022, 08:09 PM   #7649
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 ownedbycats View Post
Minor bug: The dialog here gets cut off and I can't read the last line:

Attachment 197317
The 'Proceed' dialog box is not under plugin control, plus I've seen it appear various shapes and sizes.

If you can tell me a way to reliably duplicate the issue, I'll look at it. But I suspect it's Calibre, not plugin.
JimmXinu is offline   Reply With Quote
Old 10-24-2022, 02:32 PM   #7650
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,977
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Curious: What is the intended use of the "add books back to 'send to device' list when marked 'read'" option? Is it to remove the '(NEW)' bits on the reader itself?
ownedbycats is online now   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 02:48 PM.


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