Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 12-01-2010, 04:58 AM   #1
Lady Fitzgerald
Wizard
Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.
 
Lady Fitzgerald's Avatar
 
Posts: 2,013
Karma: 251649
Join Date: Apr 2010
Location: Tempe, AZ, USA, Earth
Device: JetBook Lite (away from home) + 1 spare, 32" TV (at home)
Changing from author first, last to last, first

From what I've read here, there is a tweak one can make or change to have authors in both the author column and the tag editor are listed and sorted with the last name first and the the first name last (as in Adams, Douglas instead of Douglas Adams). Whenever I tried to go to preferences, then tweak, my eyes started to glaze over and I slowly rose from my chair before running, screaming maniacally, from the room in utter confusion and frustration.

Could someone please explain how to do this in simple, step by step language a three year old (or a senile, computer challenged 61 year old) can understand?
Lady Fitzgerald is offline   Reply With Quote
Old 12-01-2010, 05:39 AM   #2
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
There are two ways of doing that:
In the upper tweaks field, look for author_sort_copy_method (it's gonna be preceded by a bunch of lines starting with hash signs (#) explaining how to use that tweak). Copy that line to the lower field and set it to "copy" instead of "invert".
Alternatively, you just type "author_sort_copy_method = 'copy'" into the lower tweaks field. Without the double quotation signs, of course.
Regardless of what method you use, you need to recalculate the author_sort values if your author values are already set to "LN,FN" (Do that via right-clicking in the tags browser and selecting "Manage authors"). If the author values are not already set, you need to set those first. I'd suggest using the search & replace facility if that's the case.
Manichean is offline   Reply With Quote
Advert
Old 12-01-2010, 11:33 AM   #3
Lady Fitzgerald
Wizard
Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.
 
Lady Fitzgerald's Avatar
 
Posts: 2,013
Karma: 251649
Join Date: Apr 2010
Location: Tempe, AZ, USA, Earth
Device: JetBook Lite (away from home) + 1 spare, 32" TV (at home)
You totally lost me after, "There are two ways of doing that:"

I wasn't kidding when I said I needed detailed instructions (and yes, I did go to tweaks). What may seem basic to you is Greek to me. Sorry about that.
Lady Fitzgerald is offline   Reply With Quote
Old 12-01-2010, 12:15 PM   #4
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,636
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Lady Fitzgerald View Post
You totally lost me after, "There are two ways of doing that:"

I wasn't kidding when I said I needed detailed instructions (and yes, I did go to tweaks). What may seem basic to you is Greek to me. Sorry about that.
This is my understanding FWIW, I store authors LN, FN too...

You found the tweaks section in Preferences so that's a good start Think of the box at the top as a set of default values, that if you never ever made changes Calibre will use to control it's behaviour. There are lines of instructions in there for each one (as comments, the lines starting with #) and then below each set of comments is the actual line of code (tweak) with the value Calibre is going to use unless you tell it differently.

The "Current tweaks" box at the bottom, is where you can put any values that you want to have different, i.e. overriding the default behaviour of Calibre.

In your case, paste the following into the bottom box:
Code:
author_sort_copy_method = 'copy'
Then close Calibre and start it up again, as changes to "tweaks" will only take effect when Calibre is restarted.

That tweak fixes the problem for any *new* authors you add. Without the tweak above, you typing in a new author of "Smith, James" would have the sort stored as "James, Smith", because the default behaviour is to "invert" the name which is *not* what you want. Instead you want Calibre to *copy* the value from author, so that both will have "Smith, James" stored in it. Having applied the tweak above you will have that problem sorted from now on.

The second part of the problem (and I struggled with this too) is to realise that for all the *existing* authors in Calibre, you need to change them in a particular way to get Calibre to correctly add new books for them in the future. Calibre separately stores for each author a list recording that for a particular author name how it should be sorted.

So you need the "tag viewer" pane visible on the left side of the screen, where it has a list of stuff you can expand like "Authors", "Series", "Formats" etc. Then right-click on the "Authors" at the top of that list and choose "Manage Authors". This dialog will show you all the existing authors you have, and how each will be sorted. I suggest you then work your way down the first column, changing the values where needed so they are "Last Name, First Name" which is what you are after. You might want to double check the value on the author_sort column on the right matches how you want them to be sorted too.

Once you are done with that you should be sweet. Hope that helps.
kiwidude is offline   Reply With Quote
Old 12-01-2010, 02:37 PM   #5
Lady Fitzgerald
Wizard
Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.
 
Lady Fitzgerald's Avatar
 
Posts: 2,013
Karma: 251649
Join Date: Apr 2010
Location: Tempe, AZ, USA, Earth
Device: JetBook Lite (away from home) + 1 spare, 32" TV (at home)
Ouch. I only have 465 existing authors. There has to be an easier way.
Lady Fitzgerald is offline   Reply With Quote
Advert
Old 12-01-2010, 03:29 PM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,738
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Lady Fitzgerald View Post
Ouch. I only have 465 existing authors. There has to be an easier way.
There is a button in the manage_authors dialog box that will recompute the author sort for all authors in one swell foop. Use that button (after you set the tweak), then look for mistakes, such as a) Asian names or b) European names with de, du, von, van, del, della, or c) compound last names that should be sorted on a name appearing later in the surname.
chaley is offline   Reply With Quote
Old 12-01-2010, 03:45 PM   #7
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by chaley View Post
There is a button in the manage_authors dialog box that will recompute the author sort for all authors in one swell foop.
If I understand her, I think her concern is that her authors are currently firstname lastname, and she wants a fast way to make them lastname, firstname. Then she can work on author sorts (of which there are two - one for the books and one for the authors).

The search and replace function comes to mind for her main problem.
Starson17 is offline   Reply With Quote
Old 12-01-2010, 04:49 PM   #8
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,636
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Starson17 View Post
If I understand her, I think her concern is that her authors are currently firstname lastname, and she wants a fast way to make them lastname, firstname. Then she can work on author sorts (of which there are two - one for the books and one for the authors).

The search and replace function comes to mind for her main problem.
Yeah I "assumed" like you Starson that she is in the position of having a database of authors that are FN LN that she now wants to become LN, FN. That Recompute button is going to do nothing to help her with that data entry problem?

In find/replace, is it possible to take the value from the author_sort field and put it into the author field? Presumably her existing author_sort is probably pretty correct already. If she could do that it would save a lot of typing.

This is one of those areas of Calibre that you kind of wish in hindsight you had been prompted to decide on what you wanted when you first create a library, as it is a complicated pain to sort out after you have imported a load of books. We haven't even mentioned the whole book sorts vs author sorts issue which was what got me confused when I first tried this until I got help here in the forums...
kiwidude is offline   Reply With Quote
Old 12-01-2010, 07:17 PM   #9
chilady1
I devour books!
chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.chilady1 ought to be getting tired of karma fortunes by now.
 
chilady1's Avatar
 
Posts: 789
Karma: 1285226
Join Date: Mar 2009
Device: iPad Air, Kindle 3/Kobo Aura HD, iPhone 6
Quote:
Originally Posted by kiwidude View Post
This is my understanding FWIW, I store authors LN, FN too...

The "Current tweaks" box at the bottom, is where you can put any values that you want to have different, i.e. overriding the default behaviour of Calibre.

In your case, paste the following into the bottom box:
Code:
author_sort_copy_method = 'copy'
That tweak fixes the problem for any *new* authors you add. Without the tweak above, you typing in a new author of "Smith, James" would have the sort stored as "James, Smith", because the default behaviour is to "invert" the name which is *not* what you want. Instead you want Calibre to *copy* the value from author, so that both will have "Smith, James" stored in it. Having applied the tweak above you will have that problem sorted from now on.
From the bottom of my heart THANK YOU SO MUCH, this has been driving me crazy from forever. I have been manually changing this and now with this solution - done! I knew there was a way to do this within the system just never had the time to figure it out and besides, I never would have messed with the Tweaks without some help. Unlike Lady, all of my authors are already LN, FN so I don't have to fix that issue, but going forward, just knowing all books added will be the way I want is invaluable.

Special thanks to Lady Fitzgerald for asking the question.
chilady1 is offline   Reply With Quote
Old 12-02-2010, 12:03 AM   #10
lvovsky
Member
lvovsky began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Aug 2010
Device: ipad, kindle
In my library, the authors are sorted by 'LN, FN' but the view in Calibre is 'FN LN'. Is there a way to make the view 'FN LN'?

Edit: I mean make the view 'LN, FN'

Last edited by lvovsky; 12-02-2010 at 10:14 PM.
lvovsky is offline   Reply With Quote
Old 12-02-2010, 01:24 AM   #11
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
????

What are you trying to change? on first read of your question things are already how you want them!

Last edited by itimpi; 12-02-2010 at 01:27 AM.
itimpi is offline   Reply With Quote
Old 12-02-2010, 03:21 AM   #12
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,738
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kiwidude View Post
In find/replace, is it possible to take the value from the author_sort field and put it into the author field? Presumably her existing author_sort is probably pretty correct already. If she could do that it would save a lot of typing.
Possible, but probably not a good idea, because it will produce incorrect results for books with multiple authors. The problem arises because authors is a multiple field, but author_sort is a single field. S/R does the work for each item in a multiple field, so each author would be set to the combined author sort. The result would be a mess.

Better would be to use a regexp on author to flop the names around. One would first select all books with no comma in the authors' names, then apply something like the following:
Code:
Mode: regexp
Source: authors
Search: ^(.*) ([^ ]*)$
Replace: \2, \1
Dest: authors
Ignore the fact that the comma becomes a | in the result. This happens because calibre uses comma to separate authors, so internal commas are changed to bars.
chaley is offline   Reply With Quote
Old 12-02-2010, 05:59 AM   #13
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,636
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by chaley View Post
Possible, but probably not a good idea, because it will produce incorrect results for books with multiple authors. The problem arises because authors is a multiple field, but author_sort is a single field. S/R does the work for each item in a multiple field, so each author would be set to the combined author sort. The result would be a mess.
Ok, fair point on multiple authors, I just wasn't sure if it was even technically possible with that dialog, clearly it is. I would suspect out of 465 authors she has there would be very few that were multiple authors and it would still save an awful lot of typing (then go back into "Manage authors" to review the result and fix the few that were wrong).

You provided a regex alternative which is great, at least people have some options.
kiwidude is offline   Reply With Quote
Old 12-02-2010, 06:35 AM   #14
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,636
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by chilady1 View Post
From the bottom of my heart THANK YOU SO MUCH, this has been driving me crazy from forever. I have been manually changing this and now with this solution - done! I knew there was a way to do this within the system just never had the time to figure it out and besides, I never would have messed with the Tweaks without some help. Unlike Lady, all of my authors are already LN, FN so I don't have to fix that issue, but going forward, just knowing all books added will be the way I want is invaluable.
You are welcome, glad it was helpful. Just trying to "pay it forward" from the help others have given me here in these forums.

One last point for you and others to make this thread complete, since it sounds like you have been manually overtyping things for a while. After applying the tweak you might become a "victim" of a quirk of how Calibre stores the author sort data that I haven't gone into detail on before now. Here's the long story as I understand it.

Calibre stores the author_sort values in two places. Once in a table that says for each author what it's sort should be. That makes sense, and is what you change via the "Manage authors" dialog. Think of this as the "default" sort value that will be applied when you add a new book for that author name.

However Calibre also stores an author_sort value with each and every single book. Ordinarily this will be identical to that stored for the author, in fact I can't think of a situation where you would want them to be different. Ever go into the Edit Metadata dialog and see the author sort box be red? That means the sort value stored for the book differs from the sort value stored for the author. If you are sure the value stored on the book is how you want it despite the box being red, that is a sign you need to go into the "Manage Authors" dialog and change the default for that author.

Why does Calibre store at book level as well at author level? That I have no idea on. The only reason I can think of as a performance optimisation - compared to the grief it causes I hope it was worthwhile It drove me insane to find say some books by "Smith, James" sorted under J and the rest under S when this went wrong for me in the early days of my using Calibre (even though both displayed the author as "Smith, James").

So... how does it go wrong and what can you do about it? Well for me it was a combination of changing the tweak and then manually changing book authors without changing the their default in the "Manage Authors" dialog. It could also be that you added some authors in LN, FN format before the tweak (so their author_sort was inverted to be FN, LN by default). Hence I ended up with a mish-mash mess which only a trip to the forums saved my insanity from.

Moral of the story. If you decide to go with this tweak don't forget to visit the Manage Authors dialog and make sure the values in there reflect what you want. If you focus on getting the "Author" column correct, you can then click the "Recalculate all author sort values" box to get it to *copy* all the author values to author sort, since you usually want them to be identical. Then when you click OK, Calibre will actually go update all of the books for each of those authors, so that the author_sort stored on each book is the same as that default value you just set for the author. From that point onwards you should rarely need to visit that dialog again.
kiwidude is offline   Reply With Quote
Old 12-02-2010, 07:48 AM   #15
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,738
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kiwidude View Post
Why does Calibre store at book level as well at author level? That I have no idea on. The only reason I can think of as a performance optimisation - compared to the grief it causes I hope it was worthwhile It drove me insane to find say some books by "Smith, James" sorted under J and the rest under S when this went wrong for me in the early days of my using Calibre (even though both displayed the author as "Smith, James").
It isn't performance.

It is mostly legacy. I added the individual author sort values sometime around the 0.7.15. Before that, the book's author sort what all that existed. Authors lists were sorted by author (not the sort), so people who used FN LN order saw the tag browser sorting differently from the library display.

Legacy aside, it can be useful to have a value per book in addition to a value per author. I have had situations where I wanted a book to sort by its second author (often edited books), and I am too compulsive to reorder the authors. In other cases I have had two spellings for the same author (myself included), and wanted some of the articles to sort with one spelling and some with the other. Some people mess with author_sort to get things to work on a specific device; before plugboards the kindle required that sort of thing to deal with its idiocies involving commas in names.

As a side note, I find it rather amusing that LN, FN in calibre is becoming mainstream. Last February when I added the basic tweak almost no one cared (I had one take-up on my first patch), which is why it ended up as a tweak (the very first one) instead of in the GUI. Just goes to show that no good deed goes unpunished.
chaley is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing from Title-Author to Author - Title Amalthia Calibre 17 01-22-2017 11:20 PM
Adding or changing author denmarks PDF 2 10-05-2009 02:16 PM
Quick newbie question about changing author name and title eawade Calibre 1 06-12-2009 04:37 PM
Changing Title & Author in LRF? fleon Sony Reader 8 01-16-2007 12:43 PM
Changing Title & Author in .lrf files Vienna01 Workshop 1 01-08-2007 05:45 AM


All times are GMT -4. The time now is 08:01 AM.


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