aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-20 22:52:28 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-20 22:52:28 +0100
commit2beeddb325ecbc03ddd6c741449fabd527a3c8cc (patch)
tree545866dddda5f31aff0fc17713f19963e1517757 /example-config.json
parent5d999a9c97b986ff513aa6df71719914a41cb3eb (diff)
Local-anime: add option to group episodes into anime groups from the name of the anime by using the local_manga.auto_group_episodes config
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json
index 2214571..ce52d52 100644
--- a/example-config.json
+++ b/example-config.json
@@ -28,7 +28,8 @@
},
"local_anime": {
"directory": "",
- "sort_by_name": false
+ "sort_by_name": false,
+ "auto_group_episodes": false
},
"use_system_fonts": false,
"use_system_mpv_config": false,