Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 07-21-2015, 08:16 PM   #511
paulaptr
Junior Member
paulaptr began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2015
Device: ipad 4th generation
Hi There,

libimobiledevice says it is now compatable up to IOS 9 -- does this mean iOS reader now works with iOS 8.3 and above?
paulaptr is offline   Reply With Quote
Old 07-23-2015, 04:21 PM   #512
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,178
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
Perhaps, it depends what they mean by compatible, and whether they have done anything to get round the enhanced security added by Apple. libimobiledevice is a big library, and IOSRA only uses a small part of it. This is not a quick thing for me to test, as it requires rebuilding the library for Windows.
ShellShock is offline   Reply With Quote
Old 07-24-2015, 12:58 AM   #513
jaxl1200
Member
jaxl1200 began at the beginning.
 
jaxl1200's Avatar
 
Posts: 9
Karma: 10
Join Date: Nov 2014
Device: iPad Mini
Hey Shellshock.
will you be testing IOSRA again in that case.... the loss of this plugin to enable syncing a calibre library on Windows with Marvin on the iPad has been very annoying. It would be great to get that functionality back
jaxl1200 is offline   Reply With Quote
Old 07-24-2015, 09:56 AM   #514
Wyndham
Connoisseur
Wyndham has a complete set of Star Wars action figures.Wyndham has a complete set of Star Wars action figures.Wyndham has a complete set of Star Wars action figures.
 
Wyndham's Avatar
 
Posts: 96
Karma: 250
Join Date: Mar 2011
Location: Cricklewood (London)
Device: iPad Air 2 (iOS 9), iPhone 6 (iOS 9)
Quote:
Originally Posted by ShellShock View Post
Perhaps, it depends what they mean by compatible, and whether they have done anything to get round the enhanced security added by Apple. libimobiledevice is a big library, and IOSRA only uses a small part of it. This is not a quick thing for me to test, as it requires rebuilding the library for Windows.
Thank you... Do let us know if we can help in any way (e.g. with simple testing).
Wyndham is offline   Reply With Quote
Old 08-02-2015, 07:00 AM   #515
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,178
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
I have been rebuilt the latest libimobiledevice source for Windows. However it no longer works with the latest Calibre 2.33:

Code:
calibre, version 2.33.0
ERROR: Startup error: There was an error during calibre startup. Parts of calibre may not function. Click Show details to learn more.

Traceback (most recent call last):
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\main.py", line 273, in initialize_db_stage2
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\main.py", line 213, in start_gui
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\ui.py", line 237, in initialize
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\layout.py", line 288, in init_main_window_mixin
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\actions\fetch_news.py", line 31, in init_scheduler
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\gui2\dialogs\scheduler.py", line 439, in __init__
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\web\feeds\recipes\model.py", line 144, in __init__
  File "D:\Users\ShellShock\Documents\GitHub\calibre\src\calibre\web\feeds\recipes\collection.py", line 99, in get_builtin_recipe_collection
  File "lxml.etree.pyx", line 3239, in lxml.etree.parse (src\lxml\lxml.etree.c:69970)
  File "parser.pxi", line 1749, in lxml.etree._parseDocument (src\lxml\lxml.etree.c:102081)
  File "parser.pxi", line 1775, in lxml.etree._parseDocumentFromURL (src\lxml\lxml.etree.c:102345)
  File "parser.pxi", line 1679, in lxml.etree._parseDocFromFile (src\lxml\lxml.etree.c:101380)
  File "parser.pxi", line 1110, in lxml.etree._BaseParser._parseDocFromFile (src\lxml\lxml.etree.c:96832)
  File "parser.pxi", line 582, in lxml.etree._ParserContext._handleParseResultDoc (src\lxml\lxml.etree.c:91290)
  File "parser.pxi", line 683, in lxml.etree._handleParseResult (src\lxml\lxml.etree.c:92476)
  File "parser.pxi", line 633, in lxml.etree._raiseParseError (src\lxml\lxml.etree.c:91939)
XMLSyntaxError: None
I suspect that the new libimobiledevice libplist has introduced breaking changes in respect to the Calibre lxml library (for which I don't have the source code). Note, this error occurs during Calibre startup, before it even gets as far as iosra.

Assuming we fix this problem (by making changes in Calibre), I cannot see anything in the latest libimobiledevice code to suggest it can get round the enhanced security introduced by Apple in IOS 8.3. In short, I am not hopeful, and debating whether it is even worth spending any more effort on this: first we would have to change the Calibre lxml library to work with the latest libplist (no idea how long that would take), with little prospect that we would then be able to circumvent the Apple security changes in IOS 8.3.
ShellShock is offline   Reply With Quote
Old 08-02-2015, 08:32 AM   #516
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,464
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
lxml does not use libplist, that error indicates the file resources/builtin_recipes.xml is corrupted in your source checkout.
kovidgoyal is online now   Reply With Quote
Old 08-02-2015, 10:12 AM   #517
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,178
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
Thanks Kovid. I think I have introduced a bug somewhere in porting the latest changes to my Windows build of libplist: my previous build of libimobiledevice.dll, libusbmuxd.dll and libplist.dll all work OK (this is the build that matches Calibre 2.33) with IOS 8.2. My new build of libimobiledevice.dll and libusbmuxd.dll (from the IOS 9 compatible source) also work OK with Calibre 2.33 and IOS 8.2 (using the old libplist). I only get the above error when I put in the new libplist build.

I think this is bit irrelevant anyway. I tried my new build of libimobiledevice.dll and libusbmuxd.dll (from the IOS 9 compatible source) with Calibre 2.33 and IOS 8.3, which resulted in the same errors as with previous versions of libimobiledevice, e.g.,

Code:
DEBUG:    0.9 libiMobileDevice:_house_arrest_client_new() 
DEBUG:    0.9 libiMobileDevice:_house_arrest_send_command(command=u'VendContainer' appid='com.appstafarian.MarvinIP') 
DEBUG:    0.9 libiMobileDevice:_house_arrest_get_result() 
DEBUG:    0.9             ERROR: InstallationLookupFailed
This error occurs because IOSRA is trying to get access to an area (Marvin's application files) that Apple locked down in IOS 8.3. It is very unlikely that getting the new build of libplist working as well will make any difference to this problem. So, the situation has not really changed from my previous post in May: https://www.mobileread.com/forums/sho...&postcount=488.
ShellShock is offline   Reply With Quote
Old 08-02-2015, 05:16 PM   #518
Montana Harper
book geek (she/her)
Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.
 
Montana Harper's Avatar
 
Posts: 116
Karma: 2029154
Join Date: Sep 2013
Location: Pacific Northwest
Device: iPhone 16 Pro Max, Kindle Paperwhite (10th gen)
Thanks for the effort, ShellShock. I guess I'm just sticking with iOS 8.2 for the foreseeable future.
Montana Harper is offline   Reply With Quote
Old 08-15-2015, 11:35 AM   #519
Pinecone
Guru
Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.
 
Posts: 902
Karma: 1660722
Join Date: Nov 2009
Location: Maryland
Device: PRS-650, PRS-600, PRS-350
OK now.

I used the methods listed here, using the Calibre content server to move books to Marvin. Then there was a recent update to Marvin. Now, I cannot seem to connect.

If I start the Content Server and try to use Marvin OPDS connection, it searches, but never seems to find the server.

If I try to go into the server from Safari, it does not connect, saying that the server stopped responding.

So now what???????
Pinecone is offline   Reply With Quote
Old 08-15-2015, 03:36 PM   #520
Montana Harper
book geek (she/her)
Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.
 
Montana Harper's Avatar
 
Posts: 116
Karma: 2029154
Join Date: Sep 2013
Location: Pacific Northwest
Device: iPhone 16 Pro Max, Kindle Paperwhite (10th gen)
Quote:
Originally Posted by Pinecone View Post
If I try to go into the server from Safari, it does not connect, saying that the server stopped responding.
Well, if Safari isn't letting you connect, that sounds to me like a Calibre server problem, not anything to do with Marvin or iOS reader. You should be posting in the main Calibre thread, I think.
Montana Harper is offline   Reply With Quote
Old 08-15-2015, 05:41 PM   #521
Pinecone
Guru
Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.
 
Posts: 902
Karma: 1660722
Join Date: Nov 2009
Location: Maryland
Device: PRS-650, PRS-600, PRS-350
I will try there.
Pinecone is offline   Reply With Quote
Old 09-04-2015, 10:16 AM   #522
wwoelbel
Junior Member
wwoelbel began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2015
Device: Marvin
(Newbie Here)

I am not using this driver at the moment as I won't work with my version of iOS but I have no problems getting my books into Marvin thru the iTunes interface - simply dragging the epubs into the app. The part that I miss is the ability to work with Marvin extended metadata using the marvin extended driver such as the ability to lock books in larger chunks. Does anyone know of a way to access this type of functionality without the extended driver coupled with this driver?

Bill
wwoelbel is offline   Reply With Quote
Old 09-19-2015, 09:51 AM   #523
LuCouto
Member
LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.
 
Posts: 18
Karma: 11216
Join Date: Sep 2013
Device: Kindle and iPad Mini 4
Hi,
Today I've tried to connect a new iPad Mini 4 with Calibre using Marvin and Calibre just doesn't recognize the device. I've reported a bug to Calibre developers but it seems that it's a plugin issue.
LuCouto is offline   Reply With Quote
Old 09-19-2015, 03:09 PM   #524
Montana Harper
book geek (she/her)
Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.Montana Harper ought to be getting tired of karma fortunes by now.
 
Montana Harper's Avatar
 
Posts: 116
Karma: 2029154
Join Date: Sep 2013
Location: Pacific Northwest
Device: iPhone 16 Pro Max, Kindle Paperwhite (10th gen)
Quote:
Originally Posted by LuCouto View Post
Hi,
Today I've tried to connect a new iPad Mini 4 with Calibre using Marvin and Calibre just doesn't recognize the device. I've reported a bug to Calibre developers but it seems that it's a plugin issue.
If you look at the very first post of this thread, which contains all the information about this plugin, you'll see in giant red letters the fact that Apple broke certain functionality starting in iOS 8.3. There is currently no fix, at least not until the developer of Marvin rewrites portions of his code.
Montana Harper is offline   Reply With Quote
Old 09-19-2015, 04:06 PM   #525
LuCouto
Member
LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.LuCouto can tame squirrels without the assistance of a chair or a whip.
 
Posts: 18
Karma: 11216
Join Date: Sep 2013
Device: Kindle and iPad Mini 4
Quote:
Originally Posted by Montana Harper View Post
If you look at the very first post of this thread, which contains all the information about this plugin, you'll see in giant red letters the fact that Apple broke certain functionality starting in iOS 8.3. There is currently no fix, at least not until the developer of Marvin rewrites portions of his code.
Now this is very strange because I have an iPad Mini 2 (retina) with iOS 9 and it's working just fine with Calibre and Marvin

Last edited by LuCouto; 09-20-2015 at 07:43 AM.
LuCouto is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Device Plugin] iOS reader applications (closed) GRiker Plugins 182 06-15-2014 05:00 PM
iOS Reader Application Plugin Guinan Plugins 1 03-30-2014 08:18 PM
Getting Books onto your iOS device with iTunes kyteflyer Apple Devices 9 01-30-2013 02:50 PM
[Device Plugin] Kindle 2, 3, 4, Touch Device Interface MBP Update Mod cryzed Plugins 7 10-28-2012 04:58 PM


All times are GMT -4. The time now is 12:42 PM.


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