From 5f1166863bbf4c4c49e49291abd19a8eebb40d73 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 5 Sep 2022 17:25:23 -0400 Subject: [PATCH] Mangal Config Updates - Remove default source for mangal - Add `create_volume_dir` and `json` config options from v3.7.0 --- .config/mangal/mangal.toml | 6 +++++- README.org | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.config/mangal/mangal.toml b/.config/mangal/mangal.toml index b6fa832..ff901e8 100644 --- a/.config/mangal/mangal.toml +++ b/.config/mangal/mangal.toml @@ -2,7 +2,7 @@ # Default source to use # Will prompt to choose if empty # Type `mangal sources` for available sources -default_source = 'ComicK' +default_source = '' # Name template of the downloaded chapters # Available variables: # {index} - index of the chapters @@ -21,6 +21,8 @@ path = '$HOME/Manga' async = true # Create a subdirectory for each manga create_manga_dir = true +# Create a subdirectory for each volume (if available) +create_volume_dir = true # Stop downloading other chapters on error stop_on_error = false @@ -84,3 +86,5 @@ write = false # Available options are: (from less to most verbose) # panic, fatal, error, warn, info, debug, trace level = "info" +# Use json format for logs +json = false diff --git a/README.org b/README.org index a32863c..342c190 100644 --- a/README.org +++ b/README.org @@ -7514,7 +7514,7 @@ WantedBy=default.target # Default source to use # Will prompt to choose if empty # Type `mangal sources` for available sources -default_source = 'ComicK' +default_source = '' # Name template of the downloaded chapters # Available variables: # {index} - index of the chapters @@ -7533,6 +7533,8 @@ path = '$HOME/Manga' async = true # Create a subdirectory for each manga create_manga_dir = true +# Create a subdirectory for each volume (if available) +create_volume_dir = true # Stop downloading other chapters on error stop_on_error = false @@ -7596,6 +7598,8 @@ write = false # Available options are: (from less to most verbose) # panic, fatal, error, warn, info, debug, trace level = "info" +# Use json format for logs +json = false #+END_SRC ** Trackma