Skip to content

Commit

Permalink
add calibre config
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Aug 4, 2024
1 parent 074fb18 commit f5c03d9
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .config/calibre/dynamic.pickle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"add books dialog dir": "/home/abysssol/Downloads",
"add books dialog dir-last-used-filter-spec-all-files": false,
"database location dialog": "/home/abysssol/Documents/calibre",
"sort_history": [
[
"timestamp",
false
],
[
"timestamp",
false
]
],
"welcome_wizard_device": "default",
"welcome_wizard_was_run": true
}
51 changes: 51 additions & 0 deletions .config/calibre/global.py.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"add_formats_to_existing": false,
"case_sensitive": false,
"check_for_dupes_on_ctl": false,
"database_path": "/home/abysssol/library1.db",
"filename_pattern": "(?P<title>.+) - (?P<author>[^_]+)",
"input_format_order": [
"EPUB",
"AZW3",
"MOBI",
"LIT",
"PRC",
"FB2",
"HTML",
"HTM",
"XHTM",
"SHTML",
"XHTML",
"ZIP",
"DOCX",
"ODT",
"RTF",
"PDF",
"TXT"
],
"installation_uuid": "ec57ab6f-c104-4abb-958f-3923ac77894e",
"isbndb_com_key": "",
"language": "en",
"library_path": "/home/abysssol/Documents/calibre",
"limit_search_columns": false,
"limit_search_columns_to": [
"title",
"authors",
"tags",
"series",
"publisher"
],
"manage_device_metadata": "manual",
"mark_new_books": false,
"migrated": false,
"network_timeout": 5,
"new_book_tags": [],
"numeric_collation": false,
"output_format": "epub",
"read_file_metadata": true,
"saved_searches": {},
"swap_author_names": false,
"use_primary_find_in_search": true,
"user_categories": {},
"worker_process_priority": "normal"
}
Loading

0 comments on commit f5c03d9

Please sign in to comment.