add support for linux via device serials and reading from device

This commit is contained in:
Norbert Preining
2015-09-14 14:12:22 +09:00
parent 2e96db6cdc
commit f97bc078db
4 changed files with 202 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ class InterfacePluginAction(InterfaceAction):
print ('Running {}'.format(PLUGIN_NAME + ' v' + PLUGIN_VERSION))
# Get the Kobo Library object (obok v3.01)
self.library = KoboLibrary()
self.library = KoboLibrary(cfg['kobo_serials'])
# Get a list of Kobo titles
books = self.build_book_list()