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 01-22-2008, 11:49 PM   #1
Kruskal
Junior Member
Kruskal began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2008
Device: Kindle
Folders for Displaying Kindle E-Book Content

When I subscribe to a newspaper, say the WJS, all the issues are shown as one item of content called Wall Street Journal. This has nothing to do with the directory structure in the Kindle's file system -- there each issue is laid out flat with the other e-books. Each issue has a very peculiar name which includes "Wall Street Journal" but has more than 19 other characters of garbage.

It would be very useful -- necessary if you fill up 4GB with e-books -- to have a similar way to organize content.

Does anyone know how the Kindle UI knows to display subscriptions this way? It could be in the "garbage" characters in the name. It could be within the AWZ control file. Or it could be entirely outside the part of the file system which we are allowed to see.

Thanks for any ideas -- Vincent
Kruskal is offline   Reply With Quote
Old 01-23-2008, 04:13 PM   #2
badgoodDeb
Grand Sorcerer
badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.badgoodDeb ought to be getting tired of karma fortunes by now.
 
badgoodDeb's Avatar
 
Posts: 8,501
Karma: 64095689
Join Date: Jan 2008
Location: Harrisburg outskirts
Device: Palms, K1-4s, iPads, iPhones, KV, KO1
Good eye, to notice that. I have nothing to add, but I'll BUMP the thread in case somebody else does. It would be great to be able to add some organization to the Kindle directory display.
badgoodDeb is offline   Reply With Quote
Advert
Old 01-23-2008, 06:14 PM   #3
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
This issue was up in another thread. I got a file and modified mobi2mobi to be able to analyse this. I had some ideas of things to test and the person giving me the file did test some of them. I did not here that he succeeded with this.

For example the information I get from a WSJ is:
Code:
---------------------------------------------------
FIRST IMG Record Id: 171
---------------------------------------------------
Image record index: 171 (494 x 45)
START IMAGE INDEX: 171
COVER IMAGE INDEX: 171
PDHEADER  Version: 17480
PDHEADER   Length: 673105
PDHEADER NRecords: 166
PDHEADER  Recsize: 4096
PDHEADER  Unknown: 131072
MOBIHEADER    ciflg: 1
MOBIHEADER    ciptr: 181
MOBIHEADER  doctype: MOBI
MOBIHEADER   length: 228
MOBIHEADER booktype: 257 - NEWS
MOBIHEADER    codep: 65001
MOBIHEADER   uniqid: 2989656822
MOBIHEADER      ver: 5
MOBIHEADER  exthflg: 88
MOBIHEADER language: 1033 - 9 - 1 - ENGLISH - ENGLISH_US
COVEROFFSET: 0
EXTH doctype: EXTH
EXTH  length: 392
EXTH n_items: 17
EXTH    item: 106 - PublishingDate - 10 - 2008-01-02
EXTH    item: 100 - Author - 23 - The Wall Street Journal
EXTH    item: 101 - Publisher - 23 - The Wall Street Journal
EXTH    item: 109 - Rights - 63 - © Copyright 2007 Dow Jones & Company, Inc. All Rights Reserved
EXTH    item: 300 - 300 - 50 - 0x3000200000000008002000000000000000bef4edec1fa1a31eb1e9409340a641ac
EXTH    item: 204 - 204 - 4 - 0x0001
EXTH    item: 205 - 205 - 4 - 0x0006
EXTH    item: 206 - 206 - 4 - 0x0001
EXTH    item: 207 - 207 - 4 - 0x00022
EXTH    item: 502 - LastUpdateTime - 15 - 2008-01-02T0000
EXTH    item: 401 - ClippingLimit - 4 - 0x00064
EXTH    item: 1 - drm_server_id - 9 - EBOOKBASE
EXTH    item: 2 - drm_commerce_id - 11 - AMAZON_1110
EXTH    item: 113 - ASIN - 10 - B00124X9TC
EXTH    item: 114 - VersionNumber - 4 - 0x0000
EXTH    item: 403 - 403 - 1 - 0x0
EXTH    item: 501 - CDEContentType - 4 - NWPR
LONGTITLE: The Wall Street Journal
LASTID: 184
mobi2mobi can be used to change some of these values but since i do not have a Kindle I cannot test it to try to find out how it works.
tompe is offline   Reply With Quote
Old 01-24-2008, 12:13 AM   #4
snookums
Connoisseur
snookums doesn't littersnookums doesn't litter
 
Posts: 81
Karma: 100
Join Date: Jan 2008
Device: Kindle
Quote:
Originally Posted by tompe View Post
This issue was up in another thread. I got a file and modified mobi2mobi to be able to analyse this. I had some ideas of things to test and the person giving me the file did test some of them. I did not here that he succeeded with this.

For example the information I get from a WSJ is:
Code:
---------------------------------------------------
FIRST IMG Record Id: 171
---------------------------------------------------
Image record index: 171 (494 x 45)
START IMAGE INDEX: 171
COVER IMAGE INDEX: 171
PDHEADER  Version: 17480
PDHEADER   Length: 673105
PDHEADER NRecords: 166
PDHEADER  Recsize: 4096
PDHEADER  Unknown: 131072
MOBIHEADER    ciflg: 1
MOBIHEADER    ciptr: 181
MOBIHEADER  doctype: MOBI
MOBIHEADER   length: 228
MOBIHEADER booktype: 257 - NEWS
MOBIHEADER    codep: 65001
MOBIHEADER   uniqid: 2989656822
MOBIHEADER      ver: 5
MOBIHEADER  exthflg: 88
MOBIHEADER language: 1033 - 9 - 1 - ENGLISH - ENGLISH_US
COVEROFFSET: 0
EXTH doctype: EXTH
EXTH  length: 392
EXTH n_items: 17
EXTH    item: 106 - PublishingDate - 10 - 2008-01-02
EXTH    item: 100 - Author - 23 - The Wall Street Journal
EXTH    item: 101 - Publisher - 23 - The Wall Street Journal
EXTH    item: 109 - Rights - 63 - © Copyright 2007 Dow Jones & Company, Inc. All Rights Reserved
EXTH    item: 300 - 300 - 50 - 0x3000200000000008002000000000000000bef4edec1fa1a31eb1e9409340a641ac
EXTH    item: 204 - 204 - 4 - 0x0001
EXTH    item: 205 - 205 - 4 - 0x0006
EXTH    item: 206 - 206 - 4 - 0x0001
EXTH    item: 207 - 207 - 4 - 0x00022
EXTH    item: 502 - LastUpdateTime - 15 - 2008-01-02T0000
EXTH    item: 401 - ClippingLimit - 4 - 0x00064
EXTH    item: 1 - drm_server_id - 9 - EBOOKBASE
EXTH    item: 2 - drm_commerce_id - 11 - AMAZON_1110
EXTH    item: 113 - ASIN - 10 - B00124X9TC
EXTH    item: 114 - VersionNumber - 4 - 0x0000
EXTH    item: 403 - 403 - 1 - 0x0
EXTH    item: 501 - CDEContentType - 4 - NWPR
LONGTITLE: The Wall Street Journal
LASTID: 184
mobi2mobi can be used to change some of these values but since i do not have a Kindle I cannot test it to try to find out how it works.
You should simply take two WSJ files and swap each value between the two files and watch for changes.

Don't forget to switch file names too. That may be the trick.

Last edited by snookums; 01-24-2008 at 12:15 AM. Reason: Added to comment
snookums is offline   Reply With Quote
Old 01-24-2008, 06:40 PM   #5
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by snookums View Post
You should simply take two WSJ files and swap each value between the two files and watch for changes.

Don't forget to switch file names too. That may be the trick.
Yes, I would do it if I had a Kindle. I am instead waiting for somebody else to find out this information so I can add support for this in mobi2mobi.
tompe is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
displaying 2 pages on kindle like a REAL book vugtitan Amazon Kindle 76 09-28-2018 07:52 AM
Book covers not displaying in android kindle Paulinafrica Kindle Formats 2 02-03-2011 06:33 AM
How do I fix the title on a personal content Kindle book? ensyed Amazon Kindle 5 02-27-2010 03:45 AM
Proposal for a Content Browser with Folders rfog Kindle Developer's Corner 15 09-13-2009 04:52 AM
PRS 505 not displaying SD card content ndtvideas123 Sony Reader 5 09-06-2008 10:00 AM


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


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