aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
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 695b60d..d5e6555 100644
--- a/example-config.json
+++ b/example-config.json
@@ -38,8 +38,9 @@
"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 anime (series) by name. If false, then sort anime by most recently updated
"sort_by_name": false,
+ "sort_episodes_by_name": true,
// 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