diff options
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json index d5e6555..7fcb75d 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 @@ -147,6 +152,8 @@ "use_system_fonts": false, // Use system (~/.config/mpv) mpv.conf instead of the one provided by QuickMedia "use_system_mpv_config": false, + // Which mpv profile to use when |use_system_mpv_config| is set to true + "system_mpv_profile": "", // Enable shaders. Only set to false if you have a very slow computer or dont care about graphical effects // such as rounded corners. Rounded corners can also be disabled with the theme option "rounded_rectangles" "enable_shaders": true, |