Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre Companion

Notices

Reply
 
Thread Tools Search this Thread
Old 05-15-2014, 07:10 AM   #1
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,416
Karma: 8012664
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Calibre Companion prerelease 3.3.4d

CC prerelease 3.3.4d has been published and will available soon to people who are members of the CC prerelease program.

This prerelease contains changes to support SD cards on Android 4.4 (KitKat). The choose folder settings dialogs give different options if the device is running Kitkat. I am starting the prerelease cycle now because the CC support and review "noise" caused by Google's changes has hit the "dull roar" level.

In addition to the Kitkat changes, this prerelease contains the following:
  • Improved performance scanning for books to move when changing folders.
  • Improved performance when scanning for missing books.
  • More robust checking for network disconnects.
  • [BUG FIX] Fix out of memory crash when searching
  • [BUG FIX] Fix strange crash triggered by Kindle Fires.
  • [BUG FIX] Don't crash in book details if calibre URL identifiers are malformed.

There is no database upgrade with this prerelease.

As noted above, the reason for this prerelease is to check that nothing is broken with library folder selection in both Kitkat and non-Kitkat devices. Any comments you might have about these changes will be gratefully accepted.

I hope to make this a production release within a week.
chaley is offline   Reply With Quote
Old 05-15-2014, 11:13 AM   #2
kaufman
Calibre Companion Fanatic
kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.
 
kaufman's Avatar
 
Posts: 873
Karma: 1088610
Join Date: Nov 2006
Device: Galaxy Note 4, Kindle Voyage
Installed and it seems to be working well. I like the new interface to the sd card.

One issue. As a test, I selected the SD card even though my books were already in the destination directory. It went through the whole "moving your books" thing for awhile and in the end it had deleted all my books. When moving books, you might want to add a check to make sure the from and to directories are not the same folder.
kaufman is offline   Reply With Quote
Advert
Old 05-15-2014, 12:38 PM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,416
Karma: 8012664
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kaufman View Post
Installed and it seems to be working well. I like the new interface to the sd card.
Good.
Quote:
One issue. As a test, I selected the SD card even though my books were already in the destination directory. It went through the whole "moving your books" thing for awhile and in the end it had deleted all my books. When moving books, you might want to add a check to make sure the from and to directories are not the same folder.
That test is already there.

The test is to compare the paths to the folder. I suspect that the path you manually set up used a different mount point (or something), making it look different from the one that Android returns. For example, you might have used /mnt/sdcardX/... while Android used /mnt/storage/X/....

Unfortunately there isn't any reliable way to compare such paths to see if they are the same file. The standard code, getCanonicalPath(), can return two unequal values. Instead I will need to play games with the actual files themselves.

Thanks for pointing out the problem!
chaley is offline   Reply With Quote
Old 05-15-2014, 02:44 PM   #4
kaufman
Calibre Companion Fanatic
kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.
 
kaufman's Avatar
 
Posts: 873
Karma: 1088610
Join Date: Nov 2006
Device: Galaxy Note 4, Kindle Voyage
I just found a small issue.

The "Books with missing files" screen does not respect the "Move connect to menu" setting.
kaufman is offline   Reply With Quote
Old 05-15-2014, 04:13 PM   #5
Purple Lady
Grand Sorcerer
Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.
 
Purple Lady's Avatar
 
Posts: 5,698
Karma: 16542228
Join Date: Feb 2010
Location: Pennsylvania
Device: Huawei MediaPad M5, LG V30, Boyue T80S, Nexus 7 LTE, K3 3G, Fire HD8
Quote:
Originally Posted by kaufman View Post
I just found a small issue.

The "Books with missing files" screen does not respect the "Move connect to menu" setting.
I have the old version on my phone, and it has the same issue.
Purple Lady is offline   Reply With Quote
Advert
Old 05-15-2014, 04:33 PM   #6
kaufman
Calibre Companion Fanatic
kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.kaufman ought to be getting tired of karma fortunes by now.
 
kaufman's Avatar
 
Posts: 873
Karma: 1088610
Join Date: Nov 2006
Device: Galaxy Note 4, Kindle Voyage
Quote:
Originally Posted by Purple Lady View Post
I have the old version on my phone, and it has the same issue.
I didn't think it was new. I just noticed it for the first time and thought I should report it.
kaufman is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Companion prerelease 3.3.0b chaley Calibre Companion 30 02-26-2014 09:58 AM
Calibre Companion prerelease 3.3.0a chaley Calibre Companion 11 02-22-2014 10:26 AM
Calibre Companion prerelease 3.2.0c chaley Calibre Companion 13 10-13-2013 06:35 PM
Calibre Companion prerelease 3.1.1c chaley Calibre Companion 49 09-27-2013 01:52 PM
Calibre Companion prerelease 3.1.1e chaley Calibre Companion 5 09-16-2013 01:43 PM


All times are GMT -4. The time now is 10:03 PM.


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