aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/kobo/settings.reader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kobo/settings.reader.lua')
-rwxr-xr-xmisc/kobo/settings.reader.lua257
1 files changed, 257 insertions, 0 deletions
diff --git a/misc/kobo/settings.reader.lua b/misc/kobo/settings.reader.lua
new file mode 100755
index 0000000..ea3722a
--- /dev/null
+++ b/misc/kobo/settings.reader.lua
@@ -0,0 +1,257 @@
1-- we can read Lua syntax here!
2return {
3 ["BookShortcuts_directory_action"] = "FM",
4 ["SSH_allow_no_password"] = true,
5 ["activate_menu"] = "swipe",
6 ["auto_disable_wifi"] = true,
7 ["auto_save_settings_interval_minutes"] = 15,
8 ["auto_standby_timeout_seconds"] = -1,
9 ["auto_suspend_timeout_seconds"] = 900,
10 ["autodim_duration_seconds"] = 5,
11 ["autodim_fraction"] = 20,
12 ["autodim_starttime_minutes"] = -1,
13 ["autoshutdown_timeout_seconds"] = -1,
14 ["autoturn_distance"] = 1,
15 ["autoturn_enabled"] = false,
16 ["autoturn_timeout_seconds"] = 5,
17 ["autowarmth_fl_off_during_day_offset_s"] = 0,
18 ["avoid_flashing_ui"] = true,
19 ["back_in_filemanager"] = "parent_folder",
20 ["back_in_reader"] = "default",
21 ["back_to_exit"] = "disable",
22 ["bookmarks_items_font_size"] = 19,
23 ["bookmarks_items_per_page"] = 14,
24 ["calibre_opds"] = {},
25 ["closed_rotation_mode"] = 0,
26 ["copt_font_gamma"] = 43,
27 ["copt_h_page_margins"] = {
28 [1] = 20,
29 [2] = 20,
30 },
31 ["copt_line_spacing"] = 115,
32 ["copt_status_line"] = 1,
33 ["coverbrowser_initial_default_setup_done"] = true,
34 ["cre_font_family_fonts"] = {},
35 ["cre_header_auto_refresh"] = 1,
36 ["cre_header_battery"] = 1,
37 ["cre_header_battery_percent"] = 0,
38 ["cre_header_chapter_marks"] = 1,
39 ["cre_header_clock"] = 1,
40 ["cre_header_page_count"] = 1,
41 ["cre_header_page_number"] = 1,
42 ["cre_header_reading_percent"] = 0,
43 ["cre_header_title"] = 1,
44 ["default_highlight_action"] = "dictionary",
45 ["dev_no_c_blitter"] = false,
46 ["device_id"] = "2F1B2BBA7854401D999E14DD76377039",
47 ["device_status_battery_alarm"] = true,
48 ["device_status_battery_interval_minutes"] = 15,
49 ["device_status_battery_threshold"] = 10,
50 ["device_status_battery_threshold_high"] = 100,
51 ["device_status_memory_interval_minutes"] = 5,
52 ["device_status_memory_threshold"] = 100,
53 ["dicts_disabled"] = {},
54 ["dicts_order"] = {},
55 ["duration_format"] = "classic",
56 ["end_document_action"] = "mark_read",
57 ["exporter"] = {
58 ["html"] = {
59 ["enabled"] = false,
60 },
61 ["joplin"] = {
62 ["enabled"] = false,
63 },
64 ["json"] = {
65 ["enabled"] = false,
66 },
67 ["markdown"] = {
68 ["formatting_options"] = {
69 ["invert"] = "bold",
70 ["lighten"] = "italic",
71 ["strikeout"] = "strikethrough",
72 ["underscore"] = "underline_markdownit",
73 },
74 ["highlight_formatting"] = true,
75 },
76 ["readwise"] = {
77 ["enabled"] = false,
78 },
79 ["text"] = {
80 ["enabled"] = false,
81 },
82 },
83 ["filemanagermenu_tab_index"] = 3,
84 ["flash_keyboard"] = false,
85 ["folder_shortcuts"] = {},
86 ["footer"] = {
87 ["align"] = "center",
88 ["all_at_once"] = false,
89 ["auto_refresh_time"] = false,
90 ["battery"] = false,
91 ["battery_hide_threshold"] = 100,
92 ["book_chapter"] = false,
93 ["book_chapter_max_width_pct"] = 30,
94 ["book_time_to_read"] = false,
95 ["book_title"] = false,
96 ["book_title_max_width_pct"] = 30,
97 ["bookmark_count"] = false,
98 ["bottom_horizontal_separator"] = false,
99 ["chapter_progress"] = false,
100 ["chapter_time_to_read"] = false,
101 ["container_bottom_padding"] = 1,
102 ["container_height"] = 14,
103 ["disable_progress_bar"] = false,
104 ["disabled"] = false,
105 ["frontlight"] = false,
106 ["hide_empty_generators"] = false,
107 ["item_prefix"] = "icons",
108 ["items_separator"] = "bar",
109 ["lock_tap"] = false,
110 ["mem_usage"] = false,
111 ["page_progress"] = true,
112 ["pages_left"] = false,
113 ["pages_left_book"] = false,
114 ["pages_left_includes_current_page"] = false,
115 ["percentage"] = false,
116 ["progress_bar_min_width_pct"] = 20,
117 ["progress_bar_position"] = "alongside",
118 ["progress_margin"] = false,
119 ["progress_margin_width"] = 24,
120 ["progress_pct_format"] = "0",
121 ["progress_style_thick_height"] = 7,
122 ["progress_style_thin"] = false,
123 ["progress_style_thin_height"] = 3,
124 ["reclaim_height"] = false,
125 ["skim_widget_on_hold"] = false,
126 ["text_font_bold"] = false,
127 ["text_font_size"] = 14,
128 ["time"] = true,
129 ["toc_markers"] = true,
130 ["toc_markers_width"] = 2,
131 ["wifi_status"] = false,
132 },
133 ["frontlight_intensity"] = 15,
134 ["frontlight_warmth"] = 0,
135 ["ges_tap_interval_on_keyboard_ms"] = 0,
136 ["highlight_lighten_factor"] = 0.2,
137 ["highlight_long_hold_threshold_s"] = 3,
138 ["history_filter"] = "all",
139 ["hold_pan_rate"] = 5,
140 ["home_dir"] = "/mnt/onboard/books",
141 ["inertial_scroll"] = false,
142 ["input_ignore_gsensor"] = true,
143 ["is_frontlight_on"] = false,
144 ["keyboard_key_font_size"] = 22,
145 ["keyboard_layout"] = "en",
146 ["keyboard_layouts"] = {},
147 ["language"] = "C",
148 ["last_migration_date"] = 20221027,
149 ["lastdir"] = "/mnt/onboard/books",
150 ["lastfile"] = "/mnt/onboard/books/unix/ascii.txt",
151 ["low_pan_rate"] = false,
152 ["menu_search_string"] = "幫助",
153 ["metric_length"] = true,
154 ["multiswipes_enabled"] = false,
155 ["opds_servers"] = {
156 [1] = {
157 ["title"] = "Project Gutenberg",
158 ["url"] = "https://m.gutenberg.org/ebooks.opds/?format=opds",
159 },
160 [2] = {
161 ["title"] = "Standard Ebooks",
162 ["url"] = "https://standardebooks.org/feeds/opds",
163 },
164 [3] = {
165 ["title"] = "Feedbooks",
166 ["url"] = "https://catalog.feedbooks.com/catalog/public_domain.atom",
167 },
168 [4] = {
169 ["title"] = "ManyBooks",
170 ["url"] = "http://manybooks.net/opds/index.php",
171 },
172 [5] = {
173 ["title"] = "Internet Archive",
174 ["url"] = "https://bookserver.archive.org/",
175 },
176 [6] = {
177 ["title"] = "textos.info (Spanish)",
178 ["url"] = "https://www.textos.info/catalogo.atom",
179 },
180 [7] = {
181 ["title"] = "Gallica (French)",
182 ["url"] = "https://gallica.bnf.fr/opds",
183 },
184 },
185 ["page_turns_tap_zones"] = "default",
186 ["panel_zoom_enabled"] = {
187 ["cbt"] = true,
188 ["cbz"] = true,
189 },
190 ["panel_zoom_fallback_to_text_selection"] = {
191 ["pdf"] = true,
192 },
193 ["plugins_disabled"] = {
194 ["calibre"] = true,
195 ["calibrecompanion"] = true,
196 ["evernote"] = true,
197 ["exporter"] = true,
198 ["externalkeyboard"] = true,
199 ["goodreads"] = true,
200 ["japanese"] = true,
201 ["keepalive"] = true,
202 ["kobolight"] = true,
203 ["movetoarchive"] = true,
204 ["opds"] = true,
205 ["readtimer"] = true,
206 ["send2ebook"] = true,
207 ["storagestat"] = true,
208 ["vocabbuilder"] = true,
209 ["zsync"] = true,
210 },
211 ["quickstart_shown_version"] = 202301000000,
212 ["reader_footer_custom_text"] = "KOReader",
213 ["reader_footer_custom_text_repetitions"] = "1",
214 ["reader_footer_mode"] = 0,
215 ["save_document"] = "prompt",
216 ["screensaver_delay"] = "disable",
217 ["screensaver_hide_fallback_msg"] = false,
218 ["screensaver_image"] = "/mnt/onboard/screenshots/Reader_2023-02-15_140821.png",
219 ["screensaver_img_background"] = "black",
220 ["screensaver_message_position"] = "bottom",
221 ["screensaver_msg_background"] = "none",
222 ["screensaver_show_message"] = true,
223 ["screensaver_stretch_images"] = false,
224 ["screensaver_type"] = "image_file",
225 ["screenshot_dir"] = "/mnt/onboard/screenshots/",
226 ["scroll_method"] = "classic",
227 ["shorten_home_dir"] = false,
228 ["show_bottom_menu"] = false,
229 ["show_hidden"] = true,
230 ["show_unsupported"] = true,
231 ["start_with"] = "filemanager",
232 ["statistics"] = {
233 ["calendar_browse_future_months"] = false,
234 ["calendar_nb_book_spans"] = 3,
235 ["calendar_show_histogram"] = true,
236 ["calendar_start_day_of_week"] = 2,
237 ["convert_to_db"] = true,
238 ["is_enabled"] = true,
239 ["max_sec"] = 120,
240 ["min_sec"] = 5,
241 },
242 ["style_tweaks"] = {
243 ["footnote-inpage_epub_smaller"] = true,
244 ["footnote-inpage_fb2"] = true,
245 },
246 ["style_tweaks_in_dispatcher"] = {},
247 ["terminal_buffer_size"] = 16,
248 ["terminal_font_size"] = 16,
249 ["terminal_shell"] = "sh",
250 ["text_lang_fallback"] = "en-US",
251 ["toc_items_per_page"] = 14,
252 ["vocabulary_builder"] = {
253 ["enabled"] = true,
254 },
255 ["wifi_disable_action"] = "leave_on",
256 ["wifi_was_on"] = false,
257}