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 06-29-2014, 10:33 PM   #1
Fenrir007
Member
Fenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheese
 
Posts: 13
Karma: 1000
Join Date: Apr 2014
Device: Paperwhite 2, Kobo Aura HD, Kobo Glo
Deleting ebooks and re-searching

Greetings,

It is my understanding that Calibre doesn't alter the actual location of your ebooks, instead just messing with its mirrored library. So, if I delete an ebook, it gets deleted from the Calibre mirror library, but not from the actual hard disk.

What I'd like to know is how I can prevent it from reading ebooks I previosly deleted from the Calibre library when I do a new search of my ebooks dump folder (a folder where I just throw every ebook I acquire) to get the new ebooks I got.

Also, is it possible to make Calibre delete a book from both its mirror library and the original location of the ebook (effectively destroying all traces of it from my PC)?

Bonus question unrelated to Calibre - is there an easy way (with some software or whatnot) of purging a tree of folders of all .docs, .htmls and .txt? Subfolders included.

Thanks!

Last edited by Fenrir007; 06-29-2014 at 10:34 PM. Reason: adding info
Fenrir007 is offline   Reply With Quote
Old 06-30-2014, 01:03 AM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,583
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Fenrir007 View Post
It is my understanding that Calibre doesn't alter the actual location of your ebooks, instead just messing with its mirrored library. So, if I delete an ebook, it gets deleted from the Calibre mirror library, but not from the actual hard disk.
True

Quote:
Originally Posted by Fenrir007 View Post
What I'd like to know is how I can prevent it from reading ebooks I previosly deleted from the Calibre library when I do a new search of my ebooks dump folder (a folder where I just throw every ebook I acquire) to get the new ebooks I got.
Scrap the 'ebook dump folder' and use the Calibre library copy as the primary copy, and take regular backups of your Calibre library folder(s).

Quote:
Originally Posted by Fenrir007 View Post
Also, is it possible to make Calibre delete a book from both its mirror library and the original location of the ebook (effectively destroying all traces of it from my PC)?
No, calibre is an ebook library manager not a replacement for a file manager. If you heed prior advice - scrap the 'ebook dump folder' - then this question becomes redundant.

Quote:
Originally Posted by Fenrir007 View Post
Bonus question unrelated to Calibre - is there an easy way (with some software or whatnot) of purging a tree of folders of all .docs, .htmls and .txt? Subfolders included.
Many ways - suggest you ask the question in a forum that's specific to the OS you use - Windows, OS/X or Linux.

For Windows 7 I like this one Windows 7 Help Forums, there are similar forums for XP, Vista and Windows 8

BR
BetterRed is offline   Reply With Quote
Advert
Old 06-30-2014, 06:55 AM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by Fenrir007 View Post
Bonus question unrelated to Calibre - is there an easy way (with some software or whatnot) of purging a tree of folders of all .docs, .htmls and .txt? Subfolders included.
As BetterRed said.

On linux I would use something like this terminal command (from the root of the target folder tree):
Code:
find . -name "*.bak" -type f -delete
To remove multiple filetypes:
Code:
find . -regex ".*\.\(txt\|doc\|html\)$" -type f -delete

Last edited by eschwartz; 06-30-2014 at 06:57 AM.
eschwartz is offline   Reply With Quote
Old 06-30-2014, 07:11 PM   #4
Fenrir007
Member
Fenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheese
 
Posts: 13
Karma: 1000
Join Date: Apr 2014
Device: Paperwhite 2, Kobo Aura HD, Kobo Glo
Thank you both for your input, greatly appreciate it!

Quote:
Originally Posted by BetterRed View Post
True

Scrap the 'ebook dump folder' and use the Calibre library copy as the primary copy, and take regular backups of your Calibre library folder(s).
Hmm I can't really scrap it due to some particular reasons. I will try and reestructure the dump folder in a way I know where to look for newer ebooks (maybe create folders by date and add ebooks to them according to the date they were added).

So, my only way of adding the books I recently put in the ebook dump folder would be to search everything again (since I cannot pinpoint where and which ebooks I added), right? If I do that, what happens with the ebooks already in my library - will duplicates appear or will Calibre recognize previously added ebooks that are still in the library and avoid re-adding them?

PS.: I have no idea why I get a huge white space under my posts. Firefox issue?

Last edited by Fenrir007; 06-30-2014 at 07:12 PM. Reason: adding info
Fenrir007 is offline   Reply With Quote
Old 06-30-2014, 09:03 PM   #5
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Possibly use a pimary dump folder that adds the books to calibre and moves them to the secondary dump folder?
eschwartz is offline   Reply With Quote
Advert
Old 06-30-2014, 09:41 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,583
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
semi-automate
Quote:
Originally Posted by Fenrir007 View Post
Thank you both for your input, greatly appreciate it!



Hmm I can't really scrap it due to some particular reasons. I will try and reestructure the dump folder in a way I know where to look for newer ebooks (maybe create folders by date and add ebooks to them according to the date they were added).

So, my only way of adding the books I recently put in the ebook dump folder would be to search everything again (since I cannot pinpoint where and which ebooks I added), right? If I do that, what happens with the ebooks already in my library - will duplicates appear or will Calibre recognize previously added ebooks that are still in the library and avoid re-adding them?

PS.: I have no idea why I get a huge white space under my posts. Firefox issue?
I use firefox and I don't see any huge white space under any posts, including yours. Trying running firefox barebones - Help->Restart with addons disabled. My guess is that its an ad blocker or something.

You could sort your dump folder by date created. This should be the date the file was created in the folder, you may have to get your file manager to display date created.

If you create a new library and add everything that's in your dump file to it, then you might be able to use the inter-library feature of the Find Duplicate plugin - you would discard the duplicates, and deal with the others as you saw fit.

Suggest in future you download books into folder Folder A. Then copy books from Folder A to Folder B which calibre uses as its Auto Add folder, then move the books to your ebook dump file. A simple batch/script file can do the copying from A to B and moving from A to your ebook dump file. Which is a long-winded way of saying what eschwartz last said

BR

Last edited by BetterRed; 06-30-2014 at 10:04 PM. Reason: clarity
BetterRed is offline   Reply With Quote
Old 06-30-2014, 10:30 PM   #7
Fenrir007
Member
Fenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheeseFenrir007 can extract oil from cheese
 
Posts: 13
Karma: 1000
Join Date: Apr 2014
Device: Paperwhite 2, Kobo Aura HD, Kobo Glo
Thanks for the assistance, guys. I think I will be better off restarting my library from scratch, and take the opportunity slowly add things to it. My tags are all over the place anyway (probably shouldnt have ticked all of the tagging services)
Fenrir007 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching and downloading ebooks directly from Calibre server over Wi-Fi TheWizard Kindle Developer's Corner 0 06-07-2013 03:53 PM
Searching for Google eBooks on Story HD Ntsimp iRiver Story 2 11-08-2011 12:50 PM
Question about searching through ebooks ficbot Calibre 2 10-29-2010 10:45 AM
DELETING EBOOKS kate38ca Introduce Yourself 6 10-03-2010 01:28 PM
GearLog: Searching for eBooks at Book Expo 2009 sirbruce News 12 06-01-2009 01:38 PM


All times are GMT -4. The time now is 05:10 AM.


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