From ac58f524a8a734e9ea6a8c5acc063891f480d58d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 12 Jun 2023 15:48:17 +0200 Subject: Matrix: add option to disable sending read receipt, comment the example json config file --- example-config.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index d8ec181..675636a 100644 --- a/example-config.json +++ b/example-config.json @@ -20,22 +20,32 @@ "font_size": 16 }, "video": { + // Plugins that support max height will select a video source that is not taller than this "max_height": 0 }, "local_manga": { + // The directory that contains your manga. See README.md local-manga section for expected directory structure "directory": "", + // Sort manga by name. If false, then sort manga by most recently updated "sort_by_name": false, + // Sort chapters by name. If false, then sort chapters by most recently updated "sort_chapters_by_name": false }, "local_anime": { + // The directory that contains your anime. See README.md local-anime section for expected directory structure "directory": "", + // Sort anime by name. If false, then sort anime by most recently updated "sort_by_name": false, + // If false, anime is displayed in the way they appear in the directory. + // If true, QuickMedia tries to group anime episodes into a folder (visually) with the name of the anime "auto_group_episodes": true }, "youtube": { + // If true, resume playback where you left off in youtube videos "load_progress": true }, "matrix": { + // List of homeservers to display in the "Room directory" tab "known_homeservers": [ "midov.pl", "matrix.org", @@ -52,11 +62,15 @@ "tchncs.de", "jupiterbroadcasting.com" ], + // The email of the gpg. Should match your matrix user id, but in email format. See README.md "Matrix gpg encryption" section "gpg_user_id": "", "room_name_font_size": 18, - "room_description_font_size": 12 + "room_description_font_size": 12, + // If you want others to know that you have read their message or not + "send_read_receipts": true }, "peertube": { + // List of instances to display when opening peertube "known_instances": [ "https://tube.midov.pl", "https://videos.lukesmith.xyz", @@ -78,6 +92,8 @@ ] }, "download": { + // Directores where to save different files when pressing ctrl+shift+s to save a file + "video_directory": "~/Videos", "image_directory": "~/Pictures", "music_directory": "~/Music", @@ -93,11 +109,18 @@ "mangadex": { "allow_hentai": false }, + // Use system (fontconfig) fonts "use_system_fonts": false, + // Use system (~/.config/mpv) mpv.conf instead of the one provided by QuicKMedia "use_system_mpv_config": false, + // Enable shaders. Only set to true if you have a very slow computer or dont care about any graphical effects "enable_shaders": true, + // The theme to use. This should match the name of a file in either /usr/share/quickmedia/themes or ~/.config/quickmedia/themes, except without the .json at the end of the filename "theme": "default", + // UI scale (all components) "scale": 1.0, + // Font scale (only fonts) "font_scale": 1.0, + // Spacing scale (only scaling the spacing between elements, nothing else) "spacing_scale": 1.0 } -- cgit v1.2.3