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 08-22-2015, 07:28 AM   #496
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Not sure if this is even possible, but figured it won't hurt to ask. I did try to search here and in Calibre forum, but haven't found anything.

Is there a way, when the title page is generated when UPDATING a fic, that the packaged date remains unchanged? I would like to have the date I originally added the fic, and at the moment, it changes whenever I update.
MerlinMama is offline   Reply With Quote
Old 08-22-2015, 10:31 AM   #497
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 MerlinMama View Post
Is there a way, when the title page is generated when UPDATING a fic, that the packaged date remains unchanged? I would like to have the date I originally added the fic, and at the moment, it changes whenever I update.
There are a couple, but both a bit clunky.

First way:

First, add a Calibre custom date column. I'll assume it's called #dateadded.

Second, go into FanFicFare configuration on the Custom Columns tab. Find your new Date Added column and set it to be populated with 'Created' and check 'New Only'.

Third, to get it to appear on the titlepage, switch to the personal.ini FanFicFare config tab and enable 'Pass Calibre Columns into FanFicFare...'. Then go into personal.ini and add/change titlepage_entries to include calibre_cust_dateadded.

The default titlepage_entries value is:
Code:
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,site,description
You can just calibre_cust_dateadded to the end of titlepage more easily with:
Code:
extra_titlepage_entries:calibre_cust_dateadded
The clunky parts are:
  1. #dateadded is empty for previousy existing books, unless you go in and fill it with something.
  2. Date Added will only appear on the titlepage for books that have been updated, not when they are first created.
  3. FanFicFare doesn't currently have a way to control the formatting of Calibre column dates on the titlepage. So they come out in the default format: "Date added: 2015-08-22 13:51:08+00:00"

Second way:

Go into FanFicFare configuration on the Standard Columns tab. Find the Date column and check 'New Only'.

Switch to the personal.ini FanFicFare config tab and enable 'Pass Calibre Columns into FanFicFare...'. Then go into personal.ini and add/change titlepage_entries to include calibre_std_timestamp. (You can adjust the label with something like calibre_std_timestamp_label: Date Added to calibre)

The clunky parts are:
  1. By default, FanFicFare updates calibre's Date each time it's updated. So existing books will have the date you last updated them.
  2. Date will only appear on the titlepage for books that have been updated, not when they are first created.
  3. FanFicFare doesn't currently have a way to control the formatting of Calibre standard dates on the titlepage. So they come out in the same format as appears on your screen.
JimmXinu is offline   Reply With Quote
Old 08-22-2015, 01:12 PM   #498
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Thanks so much for taking the time. I'll look those over and see which I think will work, or if I'll go ahead and start changing them manually. I'm just glad it wasn't a checkbox that I'd overlooked or something, which wouldn't even have surprised me too much if it was the case
MerlinMama is offline   Reply With Quote
Old 08-23-2015, 05:58 PM   #499
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Jimm,

please check the unnew feature. If I update an anthology with a nested TOC without unnewing it first, the "(New)" mark stays in the TOC if I try to unnew it after another update. The chapter text is ok, only the TOC mark is "sticky". The mark put in with the newest update goes away with the unnew, only the mark put in with a previous update stays in.
Firedancer885 is offline   Reply With Quote
Old 08-24-2015, 10:59 AM   #500
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 Firedancer885 View Post
please check the unnew feature. If I update an anthology with a nested TOC without unnewing it first, the "(New)" mark stays in the TOC if I try to unnew it after another update. The chapter text is ok, only the TOC mark is "sticky". The mark put in with the newest update goes away with the unnew, only the mark put in with a previous update stays in.
I'm not able to duplicate the problem.

Can you give me an epub that shows it? Ideally, a copy before the failed unnew and one after would give me the most clues.
JimmXinu is offline   Reply With Quote
Old 08-24-2015, 02:53 PM   #501
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Quote:
Originally Posted by JimmXinu View Post
I'm not able to duplicate the problem.

Can you give me an epub that shows it? Ideally, a copy before the failed unnew and one after would give me the most clues.
Not at the moment. I used the edit book feature to get rid of the marks. I will send the epubs the moment the problem comes up again. I tried to duplicate it with putting chapter ranges into the update download, but couldn't. As far as I can tell, there must be 2 different multi chapter stories in the anthology for the problem to occur. First wip gets put in --> first wip gets new mark -->second story gets put in -->second story gets mark(s) --> I try the unnew --> second story gets unnewed properly, but the first story's toc entries still show the mark (the chapter text is altered properly).
Firedancer885 is offline   Reply With Quote
Old 08-24-2015, 03:09 PM   #502
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
I'm attaching an epub. Only the after unnew one. There is a mark, where there shoudn't be one. I would have sworn I edited out the mark in ch5. I hope you can make something of it.
https://dl.dropboxusercontent.com/u/...ew%20epub.epub
Firedancer885 is offline   Reply With Quote
Old 08-24-2015, 06:54 PM   #503
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 Firedancer885 View Post
I'm attaching an epub. Only the after unnew one. There is a mark, where there shoudn't be one. I would have sworn I edited out the mark in ch5. I hope you can make something of it.
https://dl.dropboxusercontent.com/u/...ew%20epub.epub
I've poked at this for a while and I still can't make it happen or see anyway that it could happen.

I see that the individual toc.ncx files kept for unmerging aren't updated, but that would only maybe explain why you thought you changed it, but didn't see the change appear.
JimmXinu is offline   Reply With Quote
Old 08-25-2015, 05:44 AM   #504
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Thanks
Firedancer885 is offline   Reply With Quote
Old 08-25-2015, 08:18 PM   #505
schaufel
Junior Member
schaufel began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2015
Device: iPad Mini 2
Not sure if this has been asked before and don't particularly want to go through 34 pages to see, so sorry in advance if this has been addressed already: is there any way to toggle "Yes, I'm an adult" permanently for downloading from AO3? I don't often download fic multiple URLs at a time, and it gets annoying having to click that every single time I start a new job. Thanks in advance.
schaufel is offline   Reply With Quote
Old 08-25-2015, 08:51 PM   #506
Montana Harper
book geek (she/her)
Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.
 
Montana Harper's Avatar
 
Posts: 115
Karma: 2029154
Join Date: Sep 2013
Location: Pacific Northwest
Device: iPhone 16 Pro Max, Kindle Paperwhite (10th gen)
Quote:
Originally Posted by schaufel View Post
Not sure if this has been asked before and don't particularly want to go through 34 pages to see, so sorry in advance if this has been addressed already: is there any way to toggle "Yes, I'm an adult" permanently for downloading from AO3? I don't often download fic multiple URLs at a time, and it gets annoying having to click that every single time I start a new job. Thanks in advance.
Under the FFF configuration, the tab that says "personal.ini" lets you edit your personal.ini file. At the very top, just under the [defaults] section is:

#is_adult:true

remove the # and then save it and you're good to go.
Montana Harper is offline   Reply With Quote
Old 08-25-2015, 10:24 PM   #507
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 schaufel View Post
Not sure if this has been asked before and don't particularly want to go through 34 pages to see, so sorry in advance if this has been addressed already:
...
How about one page of FAQs?
JimmXinu is offline   Reply With Quote
Old 08-29-2015, 08:04 AM   #508
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
Is it possible to replace a single character (this one &) with another without having to add everyplace I find it in "replace metadata".

Like this:

Code:
   characters,ships,category=>.*&.*=>§
Tanjamuse is offline   Reply With Quote
Old 08-29-2015, 09:26 AM   #509
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 Tanjamuse View Post
Is it possible to replace a single character (this one &) with another without having to add everyplace I find it in "replace metadata".

Like this:

Code:
   characters,ships,category=>.*&.*=>§
If you don't specify a metadata entry (IE, use a two part line), it will effect all metadata entries.

However, what you show in your example says 'replace everything before & and everything after it with §'.

It's more likely you want:
Code:
 &=>§
JimmXinu is offline   Reply With Quote
Old 08-29-2015, 10:02 AM   #510
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
I've tested what you posted above and it seems to be working, but now my fandoms no longer show in the correct order.

I have this in my personal.ini:
Code:
keep_in_order_category:true
but the metadata for the fandoms for this story are sorted alphabetically when they show up in Calibre.

http://archiveofourown.org/works/4680278
Tanjamuse 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 05:34 PM.


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