From b7cd55e6925225c3081a1c71b617e09928801918 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Thu, 7 May 2020 10:11:45 +0000 Subject: [PATCH] Add rename rules to config --- src/config.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.cr b/src/config.cr index 5e57edf..a1eebf0 100644 --- a/src/config.cr +++ b/src/config.cr @@ -22,6 +22,8 @@ class Config "download_retries" => 4, "download_queue_db_path" => File.expand_path("~/mango/queue.db", home: true), + "chapter_rename_rule" => "[Vol.{volume} ][Ch.{chapter} ]{title|id}", + "manga_rename_rule" => "{title}", } def self.load(path : String?)