Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 11-28-2011, 03:59 PM   #1
bonzi
Enthusiast
bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.
 
bonzi's Avatar
 
Posts: 46
Karma: 1530
Join Date: Nov 2011
Location: Zagreb, Croatia
Device: K2i, K3/KK WiFi, Basic (old), 2xFire, 2xPW (old), Voyage, Scribe
Question How to recognize DRM-ed files?

OK, I know that .mobi and .prc files I have laying around on my Kindles and PCs are not DRM-ed. However, I have quite a lot of .azw files that are result of Amazon conversion service, and probably one or two books bought from Amazon where the publisher opted to omit DRM.

Is there an easy way (as in something one can put into one's magic file for use by file command) to tell whether an azw file is DRM-ed or not?

Thanks!

Last edited by bonzi; 11-28-2011 at 04:41 PM. Reason: Typo in title
bonzi is offline   Reply With Quote
Old 11-28-2011, 04:06 PM   #2
gweminence
Fat Guy
gweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notesgweminence can name that song in three notes
 
Posts: 408
Karma: 24165
Join Date: Jun 2010
Device: Kindle Voyage
Try opening it in calibre's built-in reader. If it's DRM'd, calibre will tell you so.
gweminence is offline   Reply With Quote
Advert
Old 11-28-2011, 04:21 PM   #3
Utnapishtim
Junior Member
Utnapishtim began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Location: Denmark
Device: Kindle 4NT
Quote:
Originally Posted by bonzi View Post
OK, I know that .mobi and .prc files I have laying around on my Kindles and PCs are not DRM-ed. However, I have quite a lot of .azw files that are result of Amazon conversion service, and probably one or two books bought from Amazon where the publisher opted to omit DRM.

Is there an easy way (as in something one can put into one's magic file for use by file command) to tell whether an azw file is DRM-ed or not?

Thanks!
It looks like you need to check every record in a mobi file order to check if it contains encrypted files, and I have no idea if you can make 'file' do that for you. There's a description of the format here: https://wiki.mobileread.com/wiki/MOBI
Utnapishtim is offline   Reply With Quote
Old 11-28-2011, 04:43 PM   #4
bonzi
Enthusiast
bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.
 
bonzi's Avatar
 
Posts: 46
Karma: 1530
Join Date: Nov 2011
Location: Zagreb, Croatia
Device: K2i, K3/KK WiFi, Basic (old), 2xFire, 2xPW (old), Voyage, Scribe
Quote:
Originally Posted by Utnapishtim View Post
It looks like you need to check every record in a mobi file order to check if it contains encrypted files, and I have no idea if you can make 'file' do that for you. There's a description of the format here: https://wiki.mobileread.com/wiki/MOBI
Thanks! We will see whether I am ambitious enough
bonzi is offline   Reply With Quote
Old 11-28-2011, 06:05 PM   #5
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
See Kindle Books From Amazon Without DRM for a simple python script that checks for DRM. This probably could be implemented in a magic file.
wallcraft is offline   Reply With Quote
Advert
Old 11-28-2011, 08:57 PM   #6
shinew
Addict
shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.shinew ought to be getting tired of karma fortunes by now.
 
Posts: 309
Karma: 1008082
Join Date: Feb 2009
Location: NYC
Device: Kindle PW, K4 Touch, iPad2, Samsung Galaxy S II
you can also use mobi2mobi to check if it's DRMed. on my computer you can check it by enter the following line:
Quote:
mobi2mobi your_book_name.azw | grep -a drm
if it's DRMed, it'll show something like the this
Quote:
EXTH item: 3 - drm_ebookbase_book_id - 13 - 0000000379432
if it's not, it won't show anything.
shinew is offline   Reply With Quote
Old 11-29-2011, 01:41 AM   #7
bonzi
Enthusiast
bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.bonzi once ate a cherry pie in a record 7 seconds.
 
bonzi's Avatar
 
Posts: 46
Karma: 1530
Join Date: Nov 2011
Location: Zagreb, Croatia
Device: K2i, K3/KK WiFi, Basic (old), 2xFire, 2xPW (old), Voyage, Scribe
Quote:
Originally Posted by shinew View Post
you can also use mobi2mobi to check if it's DRMed. on my computer you can check it by enter the following line:

if it's DRMed, it'll show something like the this


if it's not, it won't show anything.
Perfect! I needed something to use in scripts. Thanks!
bonzi is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading DRM files syke87 Which one should I buy? 3 10-11-2010 07:14 PM
DRM protected files... Green1y1z Calibre 1 01-27-2010 01:22 PM
help! can't strip DRM from free files felix23 Kindle Formats 12 03-16-2009 07:40 PM
DRM on converted files crewpsu Amazon Kindle 1 03-08-2008 09:52 AM
New Cybook--Mobipocket won't recognize it, can't open files MaggieScratch Bookeen 13 02-28-2008 08:19 AM


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


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