aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-27 00:06:08 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-27 00:06:08 +0200
commit33167be93badbd69f703b2c081b0bb6df3a65ce6 (patch)
treec7f92bc33d0e0f4f487d02caccb173ba076edecf /example-config.json
parente2adb33f6cb05fb424175633c56ff43cc24a7adf (diff)
Add local_anime.sort_episodes_by_name config to allow sorting episodes differently than series. True by default
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