Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 12-18-2010, 09:17 PM   #556
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by kiwidude View Post
Incidentally from my quick checks, I don't think it has been completely resolved. Try a title name like "Sharpe'S Tiger" and do a Title Case update on it - it won't change. Is the behaviour improved over what it was? Absolutely. But completely fixed? No. So people should be aware they may see the odd quirk when relying on the Title Case function.
Excellent info. This kind of good info is what chaley asked you for in a earlier post. Maybe it can be fixed, maybe not, but now we have a good example.

Thanks for the reply.
DoctorOhh is offline  
Old 12-19-2010, 04:33 AM   #557
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,454
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kiwidude View Post
Incidentally from my quick checks, I don't think it has been completely resolved. Try a title name like "Sharpe'S Tiger" and do a Title Case update on it - it won't change. Is the behaviour improved over what it was? Absolutely. But completely fixed? No. So people should be aware they may see the odd quirk when relying on the Title Case function.
The implementation and rules come from elsewhere. See
http://daringfireball.net/2008/08/title_case_update and http://muffinresearch.co.uk/archives...ase-in-python/.

Whether or not you think the example above is a quirk depends on your point of view. Clearly the author of the code did not, as the behavior is by design. The author says:
---
The script assumes that words with capitalized letters other than the first character are already correctly capitalized. This means it will leave a word like “iTunes” alone, rather than mangling it into “ITunes” or, worse, “Itunes”.
---

The above notwithstanding, there is no way that this code (or any other code) will always get it right, because 'right' is in the eye of the beholder.
chaley is offline  
Old 12-19-2010, 05:09 AM   #558
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by chaley View Post
Quote:
Originally Posted by kiwidude View Post
Incidentally from my quick checks, I don't think it has been completely resolved. Try a title name like "Sharpe'S Tiger" and do a Title Case update on it - it won't change. Is the behaviour improved over what it was? Absolutely. But completely fixed? No. So people should be aware they may see the odd quirk when relying on the Title Case function.
The author says:
---
The script assumes that words with capitalized letters other than the first character are already correctly capitalized. This means it will leave a word like “iTunes” alone, rather than mangling it into “ITunes” or, worse, “Itunes”.
---

The above notwithstanding, there is no way that this code (or any other code) will always get it right, because 'right' is in the eye of the beholder.
Giving "Sharpe'S Tiger" a second look the OP was talking about going from All Caps to Title case. If you change the example to all caps "SHARPE'S TIGER" then go to title case, all is as expected. So the example pool of where it "fails" going from All Caps to title case is very much smaller then originally thought.

Plus if I don't like "Sharpe'S Tiger" I can right click and change case to all caps then revert back to title case and it is resolved.

Thanks for the clarification chaley.
DoctorOhh is offline  
Old 12-19-2010, 10:19 AM   #559
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,097
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by dwanthny View Post
Giving "Sharpe'S Tiger" a second look the OP was talking about going from All Caps to Title case. If you change the example to all caps "SHARPE'S TIGER" then go to title case, all is as expected. So the example pool of where it "fails" going from All Caps to title case is very much smaller then originally thought.

Plus if I don't like "Sharpe'S Tiger" I can right click and change case to all caps then revert back to title case and it is resolved.

Thanks for the clarification chaley.
Just do it in 2 passes.
Change to all Lower case
Now change to Title case.
theducks is offline  
Old 12-19-2010, 06:03 PM   #560
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by theducks View Post
Quote:
Originally Posted by dwanthny View Post
Plus if I don't like "Sharpe'S Tiger" I can right click and change case to all caps then revert back to title case and it is resolved.
Just do it in 2 passes.
Change to all Lower case
Now change to Title case.
You are obviously correct.

As I previously stated in the text you quoted above two passes will work just fine.
DoctorOhh is offline  
Old 12-21-2010, 12:32 PM   #561
lenik
Junior Member
lenik began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Apr 2010
Device: prs-505
how to disable upload to my phone?

I have PRS-505 for about a year. Recently i've upgraded calibre to the 0.7.34 and now every time I connect my android phone (to recharge it from PC), calibre is trying to upload books and news to my phone.

Is there any idea how to disable this behaviour and specify only PRS-505 as a book reader?

Thanks!
lenik is offline  
Old 12-21-2010, 12:37 PM   #562
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
You can disable the Android device driver under Preferences->Advanced->PluginsDevice Interfgace Plugins.
itimpi is offline  
Old 12-22-2010, 03:03 PM   #563
Gordks
Junior Member
Gordks began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2010
Device: Palm
Update:

This has been resolved by 0.7.34. See post #565. Many thanks to whomever did it!

Gord

Quote:
Originally Posted by kovidgoyal View Post
you should open a ticket requesting the enhancement, but if I was you, I'd jut put my keyboard next to my lap, and or use a mouse with programmable button and program one of the buttons to be page down
That sounds suspiciously like 'You don't have a snowballs chance, but go ahead.... open a ticket anyway'.

I have just tried a programmable mouse (Logitech M510) and set the side buttons to page up and page down. I have also tried setting the scroll wheel increment to full page. Neither make any difference in LRF Viewer although they work fine for anything else on the system (Windows 7). The Viewer stubbornly ignores the mouse buttons and moves about one fifth of a page per scroll wheel increment. Tried rebooting. No difference. I have 0.7.34 installed but the previous version acted exactly the same.

I will open a ticket. The viewer is very well done and it would be even better if it would pay attention to system wide mouse settings.

Regards,
Gord

Last edited by Gordks; 12-22-2010 at 06:02 PM.
Gordks is offline  
Old 12-22-2010, 03:15 PM   #564
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
Quote:
Originally Posted by Gordks View Post
I will open a ticket. The viewer is very well done and it would be even better if it would pay attention to system wide mouse settings.
I think the issue will be that the problem resides not in the Calibre code, but somewhere in the Qt libraries that Calibre relies on for most of the UI interactions with the user.
itimpi is offline  
Old 12-22-2010, 03:47 PM   #565
Gordks
Junior Member
Gordks began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2010
Device: Palm
Quote:
Originally Posted by itimpi View Post
I think the issue will be that the problem resides not in the Calibre code, but somewhere in the Qt libraries that Calibre relies on for most of the UI interactions with the user.
I don't know if this was there prior to 0.7.34 or not, but I just found a checkbox at the bottom of the General page of Configure Ebook Viewer which says 'Mouse wheel flips pages'. It works just fine and I like this better than the side buttons anyway. I am completely satisfied with this! No ticket needed. I just hope this wasn't there all along. That would make me feel really stupid.

The side flipping pages ala iPad/iTouch/iPhone is certainly new with the latest update. I like! Crisp, clean.


Regards,
Gord
Gordks is offline  
Old 12-22-2010, 03:50 PM   #566
MrsJoseph
Loves Ellipsis...
MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.MrsJoseph ought to be getting tired of karma fortunes by now.
 
MrsJoseph's Avatar
 
Posts: 1,554
Karma: 7899232
Join Date: Dec 2010
Location: Washington, DC
Device: Kobo Wifi (broken), nook STR (returned), Kobo Touch, Sony T1
two computers, one ereader

I read both at work and home - and I now have two Calibre management systems to keep everything in order.

I know this may have been asked before, but: Can I sync my Kobo to two different Calibre libraries?
I'm not looking to pull books out of my Kobo, I want to put them in my Kobo.
MrsJoseph is offline  
Old 12-22-2010, 03:51 PM   #567
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Quote:
Originally Posted by MrsJoseph View Post
I read both at work and home - and I now have two Calibre management systems to keep everything in order.

I know this may have been asked before, but: Can I sync my Kobo to two different Calibre libraries?
I'm not looking to pull books out of my Kobo, I want to put them in my Kobo.
That shouldn't be a problem, I believe.
Manichean is offline  
Old 12-22-2010, 04:06 PM   #568
copyrite
Wizard
copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.
 
copyrite's Avatar
 
Posts: 1,841
Karma: 4985051
Join Date: Sep 2010
Location: Maryland
Device: Kindle
Did something change in how often the mail server is pinged (and if so where is the setting?) in one of the last updates? Books seemed to be emailed to my free Kindle account every 5 minutes and no closer than that. I would think even 2.5 minutes wouldn't be seen as 'spam'?
copyrite is offline  
Old 12-22-2010, 04:15 PM   #569
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
There was definitely a change recently around the frequency with which emails were sent by Calibre. You should check the Change Log if you want to know exactly when this happened.
itimpi is offline  
Old 12-22-2010, 04:17 PM   #570
copyrite
Wizard
copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.copyrite ought to be getting tired of karma fortunes by now.
 
copyrite's Avatar
 
Posts: 1,841
Karma: 4985051
Join Date: Sep 2010
Location: Maryland
Device: Kindle
Is it configurable? I haven't found a setting to modify.
copyrite is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequently Asked Questions (and answers too!) Stinger Kobo Reader 112 05-12-2017 11:40 AM
PRS-300 Reader freezing frequently paddy77 Sony Reader 15 01-17-2011 02:33 AM
PRS-600 Do you frequently read PDFs on your PRS600? drmaxx Sony Reader 20 09-22-2009 07:15 PM
Questions we wish we had asked before buying a Reader Dr. Drib Sony Reader 15 05-22-2009 06:13 AM
Three not asked earlier questions about iLiad Malder1 iRex 9 08-14-2006 02:10 PM


All times are GMT -4. The time now is 06:54 AM.


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