machineloop / nookdevs

Automatically exported from code.google.com/p/nookdevs
0 stars 1 forks source link

Nook Library #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?
Books in series are listed individually in addition to the series.
Example - If a series named "fiction" has 3 books, under the keyword filter
there will be fiction 1-, fiction 2-, fiction 3-, and fiction.  I would
expect only "fiction" as a keyword should be shown.

What version of the product are you using? On what operating system?
0.0.7 installed directly on nook on March 15th evening.

Original issue reported on code.google.com by missa...@gmail.com on 16 Mar 2010 at 8:06

GoogleCodeExporter commented 8 years ago
I updated the package with fix for this ( same as issue 49) and few others last 
evening. Try installing it again.

Original comment by hari.swa...@gmail.com on 16 Mar 2010 at 9:13

GoogleCodeExporter commented 8 years ago
I reinstalled it last night and again this morning, but am still having the same
issues.  I even deleted all the books off the device and re-loaded them, but the
issue remains.  I also deleted the old .apk file off the nook before 
downloading the
new version to ensure I was installing from the latest file. The original 0.0.7 
I
installed didn't show any of my B&N books, and the new version did, but the 
problem
with the series remains for me.  Do you have any idea what I could be doing 
wrong?  

I also have a few books showing strange keywords that I don't know where they 
are
coming from.  I've looked over all the info in calibre and don't see it 
anywhere.  

Original comment by missa...@gmail.com on 17 Mar 2010 at 12:14

GoogleCodeExporter commented 8 years ago
I think I understand what's going on here. It's storing the tags in a database 
and 
still using the old values. 
If you add a new series book, it won't add the nbrs anymore. 
If you want to refresh, just copy the affected books over and scan again. it 
won't 
do a full scan this time. Only the newly copied books and a refresh of B&N 
books.

For books with wierd keywords- open the epub file in winzip and check the 
content.opf ( this filename may be different in some books - but the opf 
extension 
will be the there) to see if it's there. I'm just adding values in <dc:subject> 
tag.

Original comment by hari.swa...@gmail.com on 17 Mar 2010 at 12:24

GoogleCodeExporter commented 8 years ago
I think I might have it.  I deleted the books, refreshed the library, still saw 
the
keyword tags for all the books (that weren't even on the nook), rebooted the 
nook,
and refreshed the library again.  Finally, it looks like all the tags (other 
than my
B&N books) are gone.  Now, I'm reloading the books back onto the device.  I 
think
removing and reloading the books won't work without a reboot between the
delete/reload.  Last night I did a delete/reload and it didn't work, but with 
the
reboot, I think it's ok.

Original comment by missa...@gmail.com on 17 Mar 2010 at 3:30

GoogleCodeExporter commented 8 years ago
great! It uses the file modificationn time to decide whether to reload again. 
So, if you just copy files over again, that should work.

Original comment by hari.swa...@gmail.com on 17 Mar 2010 at 4:07

GoogleCodeExporter commented 8 years ago
Nope, still doesn't work for me.  Deleted, reloaded, still same problems.

Original comment by missa...@gmail.com on 17 Mar 2010 at 4:35

GoogleCodeExporter commented 8 years ago
then something is not right. I just tested the latest package again and it 
definitely only adds 1 entry for the series. 

Original comment by hari.swa...@gmail.com on 17 Mar 2010 at 1:06

GoogleCodeExporter commented 8 years ago
if you go into adb shell, remove the myBooks.db file 
under /data/data/com.nookdevs.library/databases/ folder. That's where the tags 
are 
stored. This way, you can be sure that the old tags are gone. 

Original comment by hari.swa...@gmail.com on 17 Mar 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Removing the myBooks.db file in the adb shell and then doing a reboot worked!!! 
 I've
still got a bunch of junk keywords but I can see how to fix that in the .opf 
file.

Thanks SOOOO much for the help and creating such a great program.  Without the
library and trook programs I would have never bought the nook!

Original comment by missa...@gmail.com on 17 Mar 2010 at 5:27

GoogleCodeExporter commented 8 years ago

Original comment by hari.swa...@gmail.com on 18 Mar 2010 at 9:51