From 33167be93badbd69f703b2c081b0bb6df3a65ce6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 27 Jun 2024 00:06:08 +0200 Subject: Add local_anime.sort_episodes_by_name config to allow sorting episodes differently than series. True by default --- example-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example-config.json') 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 -- cgit v1.2.3