Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-22-2008, 05:36 PM   #16
edembowski
Zealot
edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.
 
edembowski's Avatar
 
Posts: 138
Karma: 372
Join Date: Apr 2008
Location: New York, NY
Device: Sony PRS-600, Nook Color, iPad
Quote:
Originally Posted by kovidgoyal View Post
...
@edembowski
sort is basically an automatically generated version of title that ignores leading prepositions. You shouldn't have to worry about it, it should be automatically updated when you change title.
pilotbob's right, I'm talking about the database field.

Quote:
Why dont you use the bulk metadata dialog to edit series and the metadata dialog to edit ISBN?
You're certainly right, I could use the dialog boxes, but that takes a lot longer. I have a rather large set that I'm importing, and it's just easier to edit it in a table view, and not all the fields are visible in the calibre grid. I'm not asking to re code the app, that wouldn't make sense just for my needs.

Also, I'm trying to better understand the database layout. I've been trying to document the db structure & relationships (I know they're likely to change).

- Ed
edembowski is offline   Reply With Quote
Old 06-22-2008, 06:08 PM   #17
mollybo
Connoisseur
mollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with others
 
mollybo's Avatar
 
Posts: 79
Karma: 2896
Join Date: Nov 2007
Device: Rocket eBook, Gemstar, and Kindle 3
Uh oh, am I the only person that likes having all the books stored in the database? I've got a wacky system for uploading books and count on them being in the databse if I can't find them in the funky time-based system I use for keeping track of when I downloaded the files.

I guess I can do a mass export from the Calibre database to start a more rational filing system, but since I convert and upload things in chunks I prefer a single database that holds everything.
mollybo is offline   Reply With Quote
Advert
Old 06-22-2008, 06:21 PM   #18
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,850
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@edembowski

Ah well the sort column in the authors table is indeed unused. This is because books can have multiple authors.

The database has a normalized structure, in that it tries to contain any given piece of information in only one place. This is good for long term data integrity, but it means that the database isn't easy to edit in a generic database browser program.

I would suggest the following work flow:

Get a list of all the ids and any other needed information using calibredb

Launch calibre-debug

In calibre-debug create a LibraryDatabase instance and just use the set_isbn and set_series methods on it to easily change those fields.

@mollybo

Note that all you books and database will still be contained in a single folder (and its sub folders), so you can continue doing things just as you have been, except that when you copy the database to a new computer/location you have to copy a single folder instead of a single file.
kovidgoyal is offline   Reply With Quote
Old 06-22-2008, 06:34 PM   #19
mollybo
Connoisseur
mollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with othersmollybo plays well with others
 
mollybo's Avatar
 
Posts: 79
Karma: 2896
Join Date: Nov 2007
Device: Rocket eBook, Gemstar, and Kindle 3
Oh, that's fine then. Y'all scared me for a moment! My system may not be efficient, but it works for me.
mollybo is offline   Reply With Quote
Old 07-08-2008, 01:32 PM   #20
astrodad
Guru
astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.
 
astrodad's Avatar
 
Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
Quote:
Originally Posted by kovidgoyal View Post
when I'm ready, I'll make an announcement calling for beta testers. But since you're on linux (the platform that receives the most testing from me, things should go smoothly)
How's this coming? This is slowly moving up my list of priorities since I am doing more work remotely and working with an 90MB database file over SSH is really painful. I am really looking forward to this!
astrodad is offline   Reply With Quote
Advert
Old 07-08-2008, 01:52 PM   #21
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,850
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'm holding off on it till after 0.5.0 (which in turn is waiting for a few outstanding bugs to be squashed).
kovidgoyal is offline   Reply With Quote
Old 01-26-2010, 01:57 AM   #22
vietchovui
Zealot
vietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enough
 
Posts: 109
Karma: 556
Join Date: Nov 2009
Location: SaiGon VietNam
Device: PRS T1, Kobo Forma 8G, Kobo Libra H2O
Quote:
Originally Posted by kovidgoyal View Post
@jplumey

The database and ebooks will all be stored in the same directory, the ebooks organized in sub directories by author. You have to keep both database and ebook files on the same server.
Author's names are usually mistyped. And I usually remember only the title of the book, not the author's name. I have difficulties in searching for the folder that contains the book.
So I want to put all book in the same directory, to be more precise in the root directory of calibre's database. What I have to do?
And after converting book, there are at least 2 different file types of the same book. So I think it will be wonderful if calibre could provide the feature to keep just one file type of the book and delete the others.

Last edited by vietchovui; 01-26-2010 at 02:14 AM.
vietchovui is offline   Reply With Quote
Old 01-26-2010, 06:01 AM   #23
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,791
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by vietchovui View Post
Author's names are usually mistyped. And I usually remember only the title of the book, not the author's name. I have difficulties in searching for the folder that contains the book.
So I want to put all book in the same directory, to be more precise in the root directory of calibre's database. What I have to do?
And after converting book, there are at least 2 different file types of the same book. So I think it will be wonderful if calibre could provide the feature to keep just one file type of the book and delete the others.

Forget that Calibre's Data folder even exists (except for back ups).
You touch it wrong and you break parts of the database.

You can do everything you need from the GUI, or on rarer conditions: The command line.

Find a book by:
Author
or Title
or Tag (use the Luggage tag at the bottom)
or Series
or (when record added) Date

Then, you use Send to Device or Save to Disk. All without ever knowing which folder the original was kept in.

Tip: Fixing the Author Name in the Meta-data, fixes the folder name-path.
You can even use the Bulk edit feature to fix a whole bunch of variations at the same time..
theducks is offline   Reply With Quote
Old 01-26-2010, 07:02 AM   #24
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,864
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Nexus 7
Quote:
Originally Posted by vietchovui View Post
Author's names are usually mistyped.
Vietchovui one thing to be clear on is that on initial install you should start Calibre by pointing it to an empty folder. This way any typos are on you and you can do what theducks suggests below. Fixing a typo in the metadata will also correct the folder typo.

Quote:
Originally Posted by theducks View Post
Tip: Fixing the Author Name in the Meta-data, fixes the folder name-path.
You can even use the Bulk edit feature to fix a whole bunch of variations at the same time..
DoctorOhh is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Database Creation RockstarPenguin Calibre 0 07-08-2010 12:17 PM
Calibre 7.7 cant open database Patricia1066 Calibre 17 07-05-2010 10:23 AM
If Calibre can't find the database... guyanonymous Calibre 7 02-27-2010 02:48 PM
Reference Database in Calibre? nnxbtz Calibre 5 09-27-2009 06:16 PM
Possible to get tags from the calibre database? GRiker Calibre 4 05-04-2009 02:30 PM


All times are GMT -4. The time now is 03:12 AM.


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