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 09-07-2022, 09:03 AM   #7516
beaRL
Junior Member
beaRL began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2022
Device: none
Quote:
Originally Posted by JimmXinu View Post
You want to have those banner images included in the downloaded story chapters?

FFF doesn't currently do that. But it looks like something we could do

The image would be included in the chapter text and appear below the chapter title, not above it. Possibly that could be changed with custom CSS.

I don't read wattpad. Is this something that should always be included (if present), or an option users can turn on and off? On or off by default?

Thank you! That would be perfect

In my case, every time I see this kind of images they are related to the story so I think that it should always be included, but maybe some people don't like them so it could be optional?
beaRL is offline   Reply With Quote
Old 09-07-2022, 11:51 AM   #7517
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-09-07
- adapter_wattpadcom: Add include_chapter_banner_images feature, defaults on

Code:
[wattpad.com]
# ...
## wattpad.com chapters can have a banner image at the top of the
## page.  When include_chapter_banner_images:true the banner image
## will be prepended to the chapter text during download as:
## <img class="photoUrl banner-image" src="<img url>">
include_chapter_banner_images:true
JimmXinu is offline   Reply With Quote
Advert
Old 09-07-2022, 12:31 PM   #7518
Zauberlehrling!
Member
Zauberlehrling! began at the beginning.
 
Zauberlehrling!'s Avatar
 
Posts: 20
Karma: 10
Join Date: Nov 2011
Location: Scotland
Device: Amazon Kindle 3 Keyboard
The site https://worldofx.de seems to have changed the way the links are created.
could you update that, so that I can download from there again?

Old link format
http://worldofx.de/viewstory.php?sid=1234

New link format
https://worldofx.de/story/read/1234

Thank you,
Zauberlehrling!
Zauberlehrling! is offline   Reply With Quote
Old 09-07-2022, 12:45 PM   #7519
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 Zauberlehrling! View Post
The site https://worldofx.de seems to have changed the way the links are created.
could you update that, so that I can download from there again?
It's unlikely, honestly.

Before, worldofx.de used eFiction and FFF has code to easily support many eFiction sites.

Now, the whole site has changed--or all the URLs have, at least. It's essentially a whole new site. And FAQ #1 applies.

Plus there's an EPUB download link for each story, so you can at least use that.

I'll remove worldofx.de from FFF next time I do test & clean up pass through all the sites.
JimmXinu is offline   Reply With Quote
Old 09-07-2022, 03:09 PM   #7520
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
FYI, I've added a fair bit to the Cover Settings Calibre Plugin wiki page.

I'd appreciate some feedback on it and the changes made to the way covers work in FFF. Thanks.
JimmXinu is offline   Reply With Quote
Advert
Old 09-08-2022, 12:47 PM   #7521
beaRL
Junior Member
beaRL began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2022
Device: none
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2022-09-07
- adapter_wattpadcom: Add include_chapter_banner_images feature, defaults on

Code:
[wattpad.com]
# ...
## wattpad.com chapters can have a banner image at the top of the
## page.  When include_chapter_banner_images:true the banner image
## will be prepended to the chapter text during download as:
## <img class="photoUrl banner-image" src="<img url>">
include_chapter_banner_images:true

THIS WORKS perfect!!! Thanks you so much!
beaRL is offline   Reply With Quote
Old 09-08-2022, 11:13 PM   #7522
dailyalice
Geek of All Trades
dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!
 
dailyalice's Avatar
 
Posts: 55
Karma: 100878
Join Date: Aug 2012
Location: Minneapolis
Device: Kindle Oasis (3rd gen)
Quote:
Originally Posted by JimmXinu View Post
FYI, I've added a fair bit to the Cover Settings Calibre Plugin wiki page.

I'd appreciate some feedback on it and the changes made to the way covers work in FFF. Thanks.
I haven't looked at all your examples in depth yet, but I like the page a lot. So much useful info. (And I'm really glad I hadn't yet covered covers in my guide or messed around with them much lately. This will help a lot as I get into that.)

(Sorry I don't have more specifics! But I think it's very helpful!)
dailyalice is offline   Reply With Quote
Old 09-09-2022, 12:51 AM   #7523
dailyalice
Geek of All Trades
dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!
 
dailyalice's Avatar
 
Posts: 55
Karma: 100878
Join Date: Aug 2012
Location: Minneapolis
Device: Kindle Oasis (3rd gen)
I'd like to have all of the series information from AO3 in one column (#series_ao3). I'm okay with also having #series1, #series2, #series3 and so forth too. In fact I might prefer that! (I can always hide those series in the tag browser and just look at #series_ao3. Having them listed separately in Book Details and on title pages is fine and possibly preferable.)

I've searched this thread & the web & I've seen multiple methods. And I've tried them and things I came up with, but keep running into problems. Sometimes I wind up with series that are smooshed together (so if a story is in two series named Series One and Series Two, Series One will show up in #series1 and Series Two will show up in #Series 2, but then in my #series_ao3 column I get a single series called "Series One,Series Two").

I was also running into a problem where a single series would be listed multiple times in any series column. I'd have Series One [1] and Series One [2] in #series1 and/or in #series_ao3. (But I think that might've been because I had the column type for my series as a tag column instead of a series column. IIRC that issue went away when I switched to the series column, then I started having other issues.)

Honestly I've lost track of the things I've tried and the failed results for each. If I need to give details I can try things again and take notes as I go. But I figured maybe I should just ask here. This really seems like it should be simple to do either with a composite column or in personal.ini or a bit of both.

What would be the best way to handle this? (I don't really need to know what I was doing wrong; I feel like I didn't explain well enough for folks to be able to help me there. I just want to know if this is possible & the best way to go about it.)

Thanks in advance. (I feel like I'm missing something really obvious.)
dailyalice is offline   Reply With Quote
Old 09-09-2022, 01:31 AM   #7524
baggins41
Enthusiast
baggins41 has learned how to buy an e-book online
 
Posts: 26
Karma: 96
Join Date: Dec 2013
Device: Kindle Paperwhite (2nd Gen.)
Quote:
Originally Posted by JimmXinu View Post
I'd appreciate some feedback on it and the changes made to the way covers work in FFF. Thanks.
I haven't been active on the forums for a while and as it's after 1AM on a worknight I don't have time right now to download the test version and try it out, but I just had to log in and tell you how ecstatic I am to see this feature:

Quote:
- Add 'Set Calibre Cover Only for New Books' checkbox
I have accidentally clobbered covers I'd customized so many times because I forgot to go into the settings dialog and change the options before updating a book. Having an option to never replace covers for existing books is a lifesaver.

I'm curious if this in only going to be shown in the "Customize FanFicFare" dialog or if it will also show up on the "Update Existing List" dialog. It would be awful handy to be able to turn it off directly in the latter for the occasional cases where I actually *do* want to overwrite existing covers. Since "Update EPUB Cover?" is going away, I would imagine there would be room to add this option in its place.
baggins41 is offline   Reply With Quote
Old 09-09-2022, 06:18 AM   #7525
Mieeka
Member
Mieeka began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Aug 2012
Device: Iphone
On trying to download the following story - i was getting 'NoneType' object has no attribute 'get_text' error
https://archiveofourown.org/works/15675621

turns out the user had hidden it inbetween me starting a download, and the download completing - Any chance of getting a more "user friendly error Jimm?

Last edited by Mieeka; 09-09-2022 at 06:27 AM.
Mieeka is offline   Reply With Quote
Old 09-09-2022, 11:11 AM   #7526
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-09-09
- Fix for remove from update & rejects lists when lower selected first.

Issue discovered in Reading List.
JimmXinu is offline   Reply With Quote
Old 09-09-2022, 11:26 AM   #7527
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
Several times I've seen something like "Chapter 5: Chapter Four."
It's quite common for stories to begin with Prologue, then Chapter 1. Which is why I put '1. 2. etc' not 'Chapter 1' etc for chapter pattern.

Quote:
Originally Posted by baggins41 View Post
I'm curious if this in only going to be shown in the "Customize FanFicFare" dialog or if it will also show up on the "Update Existing List" dialog. It would be awful handy to be able to turn it off directly in the latter for the occasional cases where I actually *do* want to overwrite existing covers. Since "Update EPUB Cover?" is going away, I would imagine there would be room to add this option in its place.
It's in Config on the Calibre Cover tab. I don't have any plans to replace "Update EPUB Cover?" in the Download Options in Add/Update dialogs.

It's trivial to just drag the site story cover from the site onto the cover in book details in Calibre.

Quote:
Originally Posted by Mieeka View Post
On trying to download the following story - i was getting 'NoneType' object has no attribute 'get_text' error
https://archiveofourown.org/works/15675621

turns out the user had hidden it inbetween me starting a download, and the download completing - Any chance of getting a more "user friendly error Jimm?
In the next test version.
JimmXinu is offline   Reply With Quote
Old 09-09-2022, 11:36 AM   #7528
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 dailyalice View Post
I'd like to have all of the series information from AO3 in one column (#series_ao3). I'm okay with also having #series1, #series2, #series3 and so forth too. In fact I might prefer that! (I can always hide those series in the tag browser and just look at #series_ao3. Having them listed separately in Book Details and on title pages is fine and possibly preferable.)

....

What would be the best way to handle this? (I don't really need to know what I was doing wrong; I feel like I didn't explain well enough for folks to be able to help me there. I just want to know if this is possible & the best way to go about it.)
If you have a specific setup you'd like help with, I'll try.

But I don't even have an AO3 example story with multiple series to look at.
JimmXinu is offline   Reply With Quote
Old 09-09-2022, 02:00 PM   #7529
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 dailyalice View Post
I'd like to have all of the series information from AO3 in one column (#series_ao3). I'm okay with also having #series1, #series2, #series3 and so forth too. In fact I might prefer that! (I can always hide those series in the tag browser and just look at #series_ao3. Having them listed separately in Book Details and on title pages is fine and possibly preferable.)

I've searched this thread & the web & I've seen multiple methods. And I've tried them and things I came up with, but keep running into problems. Sometimes I wind up with series that are smooshed together (so if a story is in two series named Series One and Series Two, Series One will show up in #series1 and Series Two will show up in #Series 2, but then in my #series_ao3 column I get a single series called "Series One,Series Two").

I was also running into a problem where a single series would be listed multiple times in any series column. I'd have Series One [1] and Series One [2] in #series1 and/or in #series_ao3. (But I think that might've been because I had the column type for my series as a tag column instead of a series column. IIRC that issue went away when I switched to the series column, then I started having other issues.)

Honestly I've lost track of the things I've tried and the failed results for each. If I need to give details I can try things again and take notes as I go. But I figured maybe I should just ask here. This really seems like it should be simple to do either with a composite column or in personal.ini or a bit of both.

What would be the best way to handle this? (I don't really need to know what I was doing wrong; I feel like I didn't explain well enough for folks to be able to help me there. I just want to know if this is possible & the best way to go about it.)

Thanks in advance. (I feel like I'm missing something really obvious.)
I´ve got a column like this (#series_all).
The individual series from AO3 are in columns "Series", "#second_series", "third_series" etc
#series_all is like a collection column from these.

Click image for larger version

Name:	Screenshot 2022-09-09 194721.png
Views:	107
Size:	24.9 KB
ID:	196407
ILB is offline   Reply With Quote
Old 09-09-2022, 03:24 PM   #7530
dailyalice
Geek of All Trades
dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!dailyalice rocks like Gibraltar!
 
dailyalice's Avatar
 
Posts: 55
Karma: 100878
Join Date: Aug 2012
Location: Minneapolis
Device: Kindle Oasis (3rd gen)
Quote:
Originally Posted by JimmXinu View Post
If you have a specific setup you'd like help with, I'll try.

But I don't even have an AO3 example story with multiple series to look at.
Thanks!

I was at a loss at first to find works to test on until I remembered that Lomonaaeren does a lot of month long series that also include other works in series (even this one that says it's one-shots has several in it): https://archiveofourown.org/series/206045

I know there are other authors whose works I download who frequently have multiple series attached to stories (otherwise I wouldn't bother with this), but of course I couldn't think of them when I was first working on this.

Quote:
Originally Posted by ILB View Post
I´ve got a column like this (#series_all).
The individual series from AO3 are in columns "Series", "#second_series", "third_series" etc
#series_all is like a collection column from these.
Thanks! I tried this, which looks very similar to something else I tried and I got a bunch of extra commas in my equivalent to your series_all column. (Browsing in the tag browser, that is.)

I think this is what I tried before which didn't result in all those extra commas:
Code:
{#series1}{#series2:|,|}{#series3:|,|}{#series4:|,|}
But this still gave me a couple of series in my #series_ao3 column that read like this in the tag browser:
Series One Name,Series Two Name
(as one tag within a category in the tag browser)

That happened any time I had more than one series, basically. The series where works within it were only attached to one series showed up as usual in the column.

I think the other method I tried last night didn't use a composite column at all, I just edited the custom columns in my personal.ini so all the different AO3 columns were sending data to my #series_ao3 column, like this:
Code:
add_to_custom_columns_settings:
 series00=>#series_ao3,a
 series01=>#series_ao3,a
 series02=>#series_ao3,a
Yeah, I just tried that method again and got similar results (see attachment).

[Edited to add: I figured this last part out, need to remove the ,a parts. See my next post.]
Attached Thumbnails
Click image for larger version

Name:	series-not-working.png
Views:	102
Size:	50.0 KB
ID:	196408  

Last edited by dailyalice; 09-09-2022 at 03:59 PM.
dailyalice 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 11:28 AM.


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