I have a couple specific questions about customizing the plugin. I recently updated after a long time (I’m horrible at doing it in a timely manner). And the output of the downloads have changed and I’m trying to get them to be like they were before. I’m not really versed in this, so I could just be missing what I need to do. I have two issues:
1) I use CoolReader on my tablet to open my epub files. After the update, new files now have a white background default. I want there to be no background / transparent so it will be whatever the background color of the app is. I went into the peronal.ini and tried to change the background color, but it hasn’t fixed it. Online, I found that adding 00 is supposed to make the hexadecimal code transparent. I've tried several variations and removing it entirely, but it doesn’t work:
Code:
## Allow customization of CSS. Make sure to keep at least one space
## at the start of each line and to escape % to %%. Also need
## background_color to be in the same section, if included in CSS.
## 'adobe-text-layout: optimizeSpeed;' prevents hyphenation on newer Nooks
## Only ini substs, like background_color are done.
##output_css:
## body { background-color: #00000000;
2) Now, there is a table of contents entry (not a TOC page) for the Title Page. How do I remove that, while still keeping the actually chapter entries intact? When I merge different stories together, this makes it look like stories with only one chapter have multiple chapters because the Title Page is counted. I can remove them manually in Calibre, but that’s incredibly time-consuming for a large number of stories. My older version of the plugin didn't do that.
And I guess I have a request for a feature. Sites like Literotica sometimes have multi-part series, which are essentially chapters. When you put in one part, the plugin automatically grabs all the rest. If I try to download an anthology of everything from an author, the plugin counts each part/chapter and ends up creating duplicate stories for each chapter. So if there are 10 chapters, I end up with 10 duplicate stories with 10 chapters each. Would it be possible to have the plugin ignore the duplicates?
As it is, I end up having to ‘Get Story URL From Web Page,’ manually go through and pick out the extra parts/chapters, then put them back in and merge them into one file.