diff --git a/src/calibre/library/server/content.py b/src/calibre/library/server/content.py index 12bd786322..4dd32eb284 100644 --- a/src/calibre/library/server/content.py +++ b/src/calibre/library/server/content.py @@ -127,10 +127,7 @@ class ContentServer(object): cherrypy.log('User agent: '+ua) if want_opds: - return self.stanza(search=kwargs.get('search', None), sortby=kwargs.get('sortby',None), authorid=kwargs.get('authorid',None), - tagid=kwargs.get('tagid',None), - seriesid=kwargs.get('seriesid',None), - offset=kwargs.get('offset', 0)) + return self.opds(version=0) if want_mobile: return self.mobile() diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 99afc32b18..833d99f28e 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -157,7 +157,9 @@ If you get timeout errors while browsing the calibre catalog in Stanza, try incr Alternative for the iPad ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -As of |app| version 0.7.0, on windows and OS X you can plugin your iPad into the computer using its charging cable, and |app| will detect it and show you a list of books on the iPad. You can then use the Send to device button to send books directly to iBooks on the iPad. +As of |app| version 0.7.0, you can plugin your iPad into the computer using its charging cable, and |app| will detect it and show you a list of books on the iPad. You can then use the Send to device button to send books directly to iBooks on the iPad. + +This method only works on Windows XP and higher and OS X 10.5 and higher. Linux is not supported (iTunes is not available in linux) and OS X 10.4 is not supported. How do I use |app| with my Android phone? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~