diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-06 20:41:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-06 20:41:53 +0200 |
commit | f30b6fdf5c40a703b5a8d6fb2a21002377ec9067 (patch) | |
tree | c5a73a2529229bef776880068838b4568b458862 /example-config.json | |
parent | 09b44d9681eaf66670f77cbd440300cdc22f3df3 (diff) |
Reduce local-anime/local-manga disk access for speed up on mechanical harddrives, add local_anime.recursive option to make local-anime much faster when local-anime directory is a downloads directory
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json index d5e6555..83858c8 100644 --- a/example-config.json +++ b/example-config.json @@ -43,7 +43,12 @@ "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 + "auto_group_episodes": true, + // If anime should be searched for recursively, where directories become anime and subdirectories become seasons. + // If false, only take the episodes directly in the "directory" path, useful on a slow harddrive when sort_episodes_by_name is set to true + // and the directory is for directly downloaded episodes without a structure. + // Setting this to false is ideal when the directory is the download directory for AutoMedia. + "recursive": true }, "youtube": { // If true, resume playback where you left off in youtube videos |