From 2beeddb325ecbc03ddd6c741449fabd527a3c8cc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Feb 2022 22:52:28 +0100 Subject: Local-anime: add option to group episodes into anime groups from the name of the anime by using the local_manga.auto_group_episodes config --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index b191c96..efb7edd 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -39,6 +39,7 @@ namespace QuickMedia { struct LocalAnimeConfig { std::string directory; bool sort_by_name = false; + bool auto_group_episodes = false; }; struct Config { -- cgit v1.2.3