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