diff options
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 |