mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Driver for iPapyrus
This commit is contained in:
parent
80fc20a181
commit
ce1052ca09
@ -452,7 +452,7 @@ from calibre.devices.iriver.driver import IRIVER_STORY
|
|||||||
from calibre.devices.binatone.driver import README
|
from calibre.devices.binatone.driver import README
|
||||||
from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA
|
from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA
|
||||||
from calibre.devices.edge.driver import EDGE
|
from calibre.devices.edge.driver import EDGE
|
||||||
from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY
|
from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY, IPAPYRUS
|
||||||
from calibre.devices.sne.driver import SNE
|
from calibre.devices.sne.driver import SNE
|
||||||
from calibre.devices.misc import PALMPRE, KOBO, AVANT
|
from calibre.devices.misc import PALMPRE, KOBO, AVANT
|
||||||
|
|
||||||
@ -534,6 +534,7 @@ plugins += [
|
|||||||
ELONEX,
|
ELONEX,
|
||||||
TECLAST_K3,
|
TECLAST_K3,
|
||||||
NEWSMY,
|
NEWSMY,
|
||||||
|
IPAPYRUS,
|
||||||
EDGE,
|
EDGE,
|
||||||
SNE,
|
SNE,
|
||||||
ALEX,
|
ALEX,
|
||||||
|
@ -53,3 +53,14 @@ class NEWSMY(TECLAST_K3):
|
|||||||
def windows_sort_drives(self, drives):
|
def windows_sort_drives(self, drives):
|
||||||
return drives
|
return drives
|
||||||
|
|
||||||
|
class IPAPYRUS(TECLAST_K3):
|
||||||
|
|
||||||
|
name = 'iPapyrus device interface'
|
||||||
|
gui_name = 'iPapyrus'
|
||||||
|
description = _('Communicate with the iPapyrus reader.')
|
||||||
|
|
||||||
|
FORMATS = ['epub', 'pdf', 'txt']
|
||||||
|
|
||||||
|
VENDOR_NAME = 'E_READER'
|
||||||
|
WINDOWS_MAIN_MEM = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user