diff options
Diffstat (limited to 'dotfiles/common')
4 files changed, 118 insertions, 40 deletions
diff --git a/dotfiles/common/.config/calibre/customize.py.json b/dotfiles/common/.config/calibre/customize.py.json index 310bdb1..3f68882 100644 --- a/dotfiles/common/.config/calibre/customize.py.json +++ b/dotfiles/common/.config/calibre/customize.py.json @@ -2,56 +2,56 @@ "disabled_plugins": { "__class__": "set", "__value__": [ + "Моята библиотека", "Amazon UK Kindle", - "OZON.ru", - "Amazon IN Kindle", - "Baen Ebooks", + "MobileRead", + "Weightless Books", "Wolne Lektury", - "eBook.nl", - "Feedbooks", + "Beam EBooks DE", "Amazon AU Kindle", - "Библио.бг", - "Amazon ES Kindle", - "Mills and Boon UK", - "ebook.de", - "Legimi", - "Bubok Portugal", - "MobileRead", - "Amazon FR Kindle", - "Моята библиотека", - "Ebookpoint", "Woblink", - "Bubok Spain", - "LitRes", "Amazon DE Kindle", - "EbooksGratuits.com", - "Kobo", - "Empik", - "Beam EBooks DE", - "RW2010", - "Amazon IT Kindle", + "Amazon ES Kindle", "Nexto", + "Библио.бг", + "LitRes", + "eBook.nl", + "Kobo", + "Virtualo", + "Bubok Portugal", "Amazon CA Kindle", + "Amazon IT Kindle", + "EbooksGratuits.com", + "Feedbooks", + "Ebookpoint", + "Legimi", + "Amazon IN Kindle", + "ebook.de", + "Baen Ebooks", + "RW2010", "Publio", - "Świat Ebooków", "Smashwords", - "Virtualo", - "Weightless Books" + "Amazon FR Kindle", + "Empik", + "Mills and Boon UK", + "OZON.ru", + "Świat Ebooków", + "Bubok Spain" ] }, "enabled_plugins": { "__class__": "set", "__value__": [ + "eBooks.com", + "Project Gutenberg", + "Google Books", "ManyBooks", - "Archive.org", - "Amazon Kindle", - "Pragmatic Bookshelf", "Big Book Search", - "Google Images", - "Google Books", - "eBooks.com", + "Pragmatic Bookshelf", + "Archive.org", "Barnes and Noble", - "Project Gutenberg" + "Google Images", + "Amazon Kindle" ] }, "filetype_mapping": {}, @@ -60,10 +60,13 @@ "Apple Books covers": "/home/cjennings/.config/calibre/plugins/Apple Books covers.zip", "Barnes & Noble": "/home/cjennings/.config/calibre/plugins/Barnes & Noble.zip", "Clean Comments": "/home/cjennings/.config/calibre/plugins/Clean Comments.zip", + "DeDRM": "/home/cjennings/.config/calibre/plugins/DeDRM.zip", "Extract ISBN": "/home/cjennings/.config/calibre/plugins/Extract ISBN.zip", "Favourites Menu": "/home/cjennings/.config/calibre/plugins/Favourites Menu.zip", "Find Duplicates": "/home/cjennings/.config/calibre/plugins/Find Duplicates.zip", "Hardcover": "/home/cjennings/.config/calibre/plugins/Hardcover.zip", + "KFX Input": "/home/cjennings/.config/calibre/plugins/KFX Input.zip", + "KFX Output": "/home/cjennings/.config/calibre/plugins/KFX Output.zip", "Kindle Collections": "/home/cjennings/.config/calibre/plugins/Kindle Collections.zip", "Kindle hi-res covers": "/home/cjennings/.config/calibre/plugins/Kindle hi-res covers.zip", "Kobo Metadata": "/home/cjennings/.config/calibre/plugins/Kobo Metadata.zip", diff --git a/dotfiles/common/.config/calibre/device_drivers_KINDLE2.py.json b/dotfiles/common/.config/calibre/device_drivers_KINDLE2.py.json new file mode 100644 index 0000000..ad99d45 --- /dev/null +++ b/dotfiles/common/.config/calibre/device_drivers_KINDLE2.py.json @@ -0,0 +1,26 @@ +{ + "extra_customization": [ + true, + "fast", + "", + "", + true + ], + "format_map": [ + "azw", + "mobi", + "azw3", + "prc", + "azw1", + "tpz", + "azw4", + "kfx", + "pobi", + "txt", + "epub" + ], + "read_metadata": true, + "save_template": "{author_sort}/{title} - {authors}", + "use_author_sort": false, + "use_subdirs": true +}
\ No newline at end of file diff --git a/dotfiles/common/.config/calibre/device_drivers_SMART_DEVICE_APP.py.json b/dotfiles/common/.config/calibre/device_drivers_SMART_DEVICE_APP.py.json new file mode 100644 index 0000000..09a8c01 --- /dev/null +++ b/dotfiles/common/.config/calibre/device_drivers_SMART_DEVICE_APP.py.json @@ -0,0 +1,49 @@ +{ + "extra_customization": [ + false, + "", + "", + "", + true, + "9090", + false, + "", + "", + "", + false, + "", + true, + "75", + true, + "", + "", + false + ], + "format_map": [ + "epub", + "fb2", + "mobi", + "azw", + "xps", + "doc", + "docx", + "djv", + "djvu", + "pdf", + "cbz", + "htm", + "html", + "xhtml", + "pdb", + "prc", + "rtf", + "txt", + "md", + "chm", + "zip" + ], + "read_metadata": true, + "save_template": "{title} - {authors} ({id})", + "use_author_sort": false, + "use_subdirs": true +}
\ No newline at end of file diff --git a/dotfiles/common/.config/calibre/gui.py.json b/dotfiles/common/.config/calibre/gui.py.json index bfe8d92..fe8373b 100644 --- a/dotfiles/common/.config/calibre/gui.py.json +++ b/dotfiles/common/.config/calibre/gui.py.json @@ -46,6 +46,12 @@ "jobs_search_history": [], "lrf_viewer_search_history": [], "main_search_history": [ + "author:lee braver", + "caminos", + "contaldo", + "genarro", + "zevon", + "warren zevon", "author:kant", "title:critique of pure reason", "title critique of pure reason", @@ -64,13 +70,7 @@ "author:heidegger format:epub", "author:heidegger", "author:ibsen", - "author:simenon", - "title:nexus", - "format:pdf tags:philosophy #reviewed:true", - "format:pdf tags:literature #reviewed:true", - "format:epub tags:literature #reviewed:true", - "format:epub tags:philosophy #reviewed:true", - "format:epub tags:philosophy #reviewed" + "author:simenon" ], "main_window_geometry": null, "match_tags_type": "any", |
