Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 07:40 PM   #676
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: 21,376
Karma: 29268140
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by jhowell View Post
That changed in DeDRM release 7.1.0 released in February 2021. It now runs both on import and on conversion.
Then it must be two plugins, a File Type plugin that runs when when a book is added, and a Conversion Input plugin that runs when a format file is Converted - afaik, a single plugin cannot do both.

Someone who has the plugin installed (not me) needs to look in their list of installed plugins and provide a definitive answer.

BR
BetterRed is offline   Reply With Quote
Old Yesterday, 07:43 PM   #677
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 12,563
Karma: 235915012
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by BetterRed View Post
Then it must be two plugins, a File Type plugin that runs when when a book is added, and a Conversion Input plugin that runs when a format file is Converted - afaik, a single plugin cannot do both.

Someone who has the plugin installed (not me) needs to look in their list of installed plugins and provide a definitive answer.

BR
Nope, it's only listed under File Type plugins.
Sirtel is offline   Reply With Quote
Old Yesterday, 08:56 PM   #678
Dal Bhat
Enthusiast
Dal Bhat began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Apr 2024
Device: Kindle 11th Gen
Quote:
Originally Posted by Sirtel View Post
Nope, it's only listed under File Type plugins.
And it's 7.2.1.
Dal Bhat is offline   Reply With Quote
Old Yesterday, 09:39 PM   #679
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 12,563
Karma: 235915012
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by Dal Bhat View Post
And it's 7.2.1.
10.0.9 in my case.
Sirtel is offline   Reply With Quote
Old Yesterday, 09:41 PM   #680
Rellwood
Library Breeder (She/Her)
Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.
 
Rellwood's Avatar
 
Posts: 1,203
Karma: 1900479
Join Date: Apr 2015
Location: Fullerton, California
Device: Kobo Aura HD (1) PW3 (4) PW3 2019 new edition (1)
Quote:
Originally Posted by odamizu View Post
That's really interesting. It was my understanding that if it imports as kfx-zip instead of KFX, it means DRM was not removed.

I wonder why it's showing as kfx-zip. What am I not understanding here?
I have that same thing happen. I have had DeDRM for about 12 years and every instance of a Kindle key update, it's in my list. Turns out that having all those keys when it updated to the newest verson caused my Kindle files imported directly from the Kindle or the Kindle for PC app to be kfx-zip. They are unlocked, but still kfx-zip.

It wasn't until I deleted all my old kindle for pc/mac keys and just had the one that's current running that I was getting .kfx only!
Rellwood is offline   Reply With Quote
Old Yesterday, 10:47 PM   #681
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,886
Karma: 87654321
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by BetterRed View Post
Then it must be two plugins, a File Type plugin that runs when when a book is added, and a Conversion Input plugin that runs when a format file is Converted - afaik, a single plugin cannot do both.
File Type plugins can choose do their thing at several different places within calibre. The initialization function in DeDRM has:

Code:
    on_import               = True
    on_preprocess           = True
Where "preprocess" is the first step in conversion before the input plugin is invoked.
jhowell is offline   Reply With Quote
Old Today, 01:59 AM   #682
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,749
Karma: 6662092
Join Date: Mar 2015
Device: Kindle, iOS
Quote:
Originally Posted by jhowell View Post
That changed in DeDRM release 7.1.0 released in February 2021. It now runs both on import and on conversion.
Oh! Now that you mention it, I have fuzzy memory of DeDRM now running on import, conversion and viewing. I will update the first post. Thx!
odamizu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dealing with Kindle for PC/Mac 1.19 and KFX in calibre jhowell Calibre 2232 05-27-2024 06:58 AM
Dealing with Adobe DRM eBooks from other stores? Amon_Re Kobo Reader 19 04-16-2023 05:33 PM
Dealing with Kindle for PC/Mac 1.19 and KFX in calibre BetterRed Conversion 0 02-08-2017 01:47 PM
Dealing with Kindle ebooks in calibre BetterRed Devices 0 02-06-2017 07:59 PM
Newbie dealing with eBooks and Calibre DUCKofD3ATH Calibre 7 11-17-2010 12:51 PM


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


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