Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 01-18-2016, 11:27 AM   #31
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,405
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah that the beta does not work was already established in another thread,
https://www.mobileread.com/forums/sho...d.php?t=269824


now I need to see the output from running (for Kindle)

Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x1949)"
for Kobo
Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x2237)"
Make sure to run these commands with the device connected.
kovidgoyal is offline   Reply With Quote
Old 01-18-2016, 05:34 PM   #32
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,836
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Kostas15 View Post
I downloaded and installed the top Beta 2.49 of the three there

Plugged in the kindle and opened Calibre
Just shows the existing books loaded into Calibre and did not recognise Kindle

I also started comp in safe mode and did same thing using the Beta Calibre with same result
Don't use the Beta Calibre in safe mode. The beta version doesn't work. Use the regular version and try again in safe mode.
JSWolf is online now   Reply With Quote
Advert
Old 01-18-2016, 05:43 PM   #33
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,549
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Please provide the information asked for by Kovid.
PeterT is offline   Reply With Quote
Old 01-18-2016, 09:02 PM   #34
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
My Dell box was also acting 'unusual' after my Win 10 upgrade, esp. in the WiFi and USB areas

http://www.intel.com/content/www/us/...rt/detect.html

found a number of old drivers, updated them, and problems went away

Easy enough to check out
phossler is offline   Reply With Quote
Old 01-18-2016, 09:21 PM   #35
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 phossler View Post
My Dell box was also acting 'unusual' after my Win 10 upgrade, esp. in the WiFi and USB areas

http://www.intel.com/content/www/us/...rt/detect.html

found a number of old drivers, updated them, and problems went away

Easy enough to check out
As a long time Dell user, I only reccomend that you use the official DELL updates for the Dell supplied devices, they love to tweak the standard mfgrs stuff
theducks is offline   Reply With Quote
Advert
Old 01-19-2016, 09:15 AM   #36
Kostas15
Member
Kostas15 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2014
Device: Kindle
Quote:
Originally Posted by kovidgoyal View Post
Yeah that the beta does not work was already established in another thread,
https://www.mobileread.com/forums/sho...d.php?t=269824


now I need to see the output from running (for Kindle)

Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x1949)"
for Kobo
Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x2237)"
Make sure to run these commands with the device connected.
Have run your CMD instructions and attach a screen shot.

Hope it helps
Attached Thumbnails
Click image for larger version

Name:	2016-01-19.png
Views:	228
Size:	85.7 KB
ID:	145661  
Kostas15 is offline   Reply With Quote
Old 01-19-2016, 10:32 AM   #37
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,405
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Good, that shows my new code is detecting the drives for the device correctly. Try this beta build, it should hopefully do the trick

https://download.calibre-ebook.com/betas/
kovidgoyal is offline   Reply With Quote
Old 01-19-2016, 05:15 PM   #38
sandysot
Member
sandysot began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2015
Device: none
Calibre not working with OS10- ElCapitan

Quote:
Originally Posted by Kostas15 View Post
I have a Kindle Paperwhite and have just upgraded my comp software from Win 7 to Win 10
Previously when I connected my kindle with Calibre it would open and detect the kindle and show the contents
When I connect the kindle now a little window opens asking what I want to do with the device. import photos to drop box. Open the Kindle files or do nothing. This is a win 10 function
The Calibre software program does not seem to detect the kindle connection as it did previously
Any advice will be appreciated
When this problem was noticed I downloaded and installed latest version of Calibre so I am up to date

I am having the same problem with my new Mac Pro
El Capitan.Calibre no longer finds or spend Epub or Kindle books.
It appears that the library files for kindle are sip/d (system integrity protected and are not reachable by Calibre.I have even found the my kindle content in ~/library but Calibre is unable to access it.I have been thinking of disabling the SIP feature and reinstalling everything as root>

Any ideas?








n
sandysot is offline   Reply With Quote
Old 01-19-2016, 05:22 PM   #39
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by sandysot View Post
I am having the same problem with my new Mac Pro
El Capitan.Calibre no longer finds or spend Epub or Kindle books.
It appears that the library files for kindle are sip/d (system integrity protected and are not reachable by Calibre.I have even found the my kindle content in ~/library but Calibre is unable to access it.I have been thinking of disabling the SIP feature and reinstalling everything as root>

Any ideas?








n
Yeah -- ask in a thread that doesn't relate to Windows 10 ereader device detection.
eschwartz is offline   Reply With Quote
Old 01-19-2016, 05:26 PM   #40
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,773
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by eschwartz View Post
Yeah -- ask in a thread that doesn't relate to Windows 10 ereader device detection.
like maybe this sticky thread.

BR
BetterRed is online now   Reply With Quote
Old 01-22-2016, 07:59 AM   #41
Kostas15
Member
Kostas15 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2014
Device: Kindle
Problems detecting Kindle with windows 10

Quote:
Originally Posted by kovidgoyal View Post
Good, that shows my new code is detecting the drives for the device correctly. Try this beta build, it should hopefully do the trick

https://download.calibre-ebook.com/betas/
Hi Kovid
I am very pleased to announce that your latest Beta version 2.49 Calibre
with the ref 66887680 has worked and detected my kindle

I first connected my kindle and opened Calibre using the previous beta version designated 2.49 and was disappointed that it did not work? Then thought you may have modified it without changing version number? So I downloaded the beta again and installed with the kindle connected.
Calibre opened and after a moment detected the kindle and showed its library.
Just to make sure I safely ejected the kindle and then reconnected it and it still worked. Oh me of little faith

So thank you to one and all for your sterling work.
Now I can do this again

Having sorted that out can someone point me in the right direction to tell me how to sort books into the ones I have read and not read
In Kovid's manual on Calibre there is an example of how to do it but you have to say (Yes) I have read it and (No) I have not.
What I would like to do is have (yes) I have read it but nothing for the many that I have not read as yet.
I do not want to have to insert a (no) on every book I have not read.

I realize this is not the section for this question but if it could be transferred and let me know where it has gone I would be very appreciative
Kostas15 is offline   Reply With Quote
Old 01-22-2016, 01:29 PM   #42
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,773
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@Kostas15 - check Preferences->Behaviour>Yes/No columns have three values - the additional one is empty, you could use 'N' to indicate (in your mind's eye) Not finished or Never read again etc.

Thanks for helping to resolve this issue

BR
BetterRed is online now   Reply With Quote
Old 01-23-2016, 05:47 AM   #43
Kostas15
Member
Kostas15 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2014
Device: Kindle
Quote:
Originally Posted by BetterRed View Post
@Kostas15 - check Preferences->Behaviour>Yes/No columns have three values - the additional one is empty, you could use 'N' to indicate (in your mind's eye) Not finished or Never read again etc.

Thanks for helping to resolve this issue

BR
Can we transfer this request to a more appropriate section please?
and let me know where it has gone

As I mentioned earlier I am no wizz kid and it needs to be kept simple

My version of Calibre is set for three columns I believe has a tick in that box anyway

I think this example is getting on for what I require.
I want to indicate in a column that I have read a book and the ones I have not read will have nothing in the column
Then I would like to be able to sort my library of books showing only the unread ones, the read ones, or all books.
If this tutorial can be modified to show the above that would be great

Example Binary Yes/No type column: Here we are going to create a binary Yes/No type column with column heading "Read", look up name "read" and column type Yes/No. The entry Yes in this column indicates the book is read and No indicates the book is not yet read. After filling the entries and clicking OK in the window in the above figure a new column appears with title "Read" in the main calibre window. By double clicking in the position of the entries of this column a drop down box opens that allows you to select "Yes" or "No" or leave it blank as shown in the figure below. So you can now mark the read status of the ebooks in you collection as done for a few in the figure below. A green tick indicates Yes or read and a white cross in a red circle indicates No or not read. You can also leave the read status blank.
Attached Thumbnails
Click image for larger version

Name:	custom_columns_fill.png
Views:	206
Size:	266.7 KB
ID:	145770  
Kostas15 is offline   Reply With Quote
Old 01-23-2016, 06:17 AM   #44
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,773
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@Kostas15 - Try clicking on the word 'Read' in the book list column titles - the common or garden way to sort multi-column lists in most software.

Try any of these in the search bar, assuming lookup-name is read, #read:empty or #read:"no" or #read:"yes"

If you're inclined you can create Virtual Libraries with names you want from those searches.

BR
BetterRed is online now   Reply With Quote
Old 01-23-2016, 09:08 AM   #45
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
#read:false either a search or VL
Use a VL, then all the power of search OR Tag browser selection is still available

assumes #read is a date type (or T/F 3state) that has not been set

I use a Date to indicate Done Reading (I cheat and use Pree-2000 date to indicate I bailed on one that was not my cuppa )
theducks is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre 0.8.70 not detecting my kindle Stu.James Calibre 3 09-25-2012 01:33 AM
Calibre not detecting Kindle 4 Grandero Devices 4 06-15-2012 01:40 PM
calibre 0.7.52 not detecting Kindle hombre Devices 16 03-28-2011 09:30 AM
Calibre not detecting Kindle TripleAAA Calibre 6 12-20-2009 04:31 PM
Calibre not detecting Kindle 2 wleigher Calibre 1 11-11-2009 08:24 AM


All times are GMT -4. The time now is 07:04 PM.


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