Mangal Config Updates

- Remove default source for mangal
- Add `create_volume_dir` and `json` config
  options from v3.7.0
This commit is contained in:
Sravan Balaji
2022-09-05 17:25:23 -04:00
parent e80009632f
commit 5f1166863b
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Default source to use # Default source to use
# Will prompt to choose if empty # Will prompt to choose if empty
# Type `mangal sources` for available sources # Type `mangal sources` for available sources
default_source = 'ComicK' default_source = ''
# Name template of the downloaded chapters # Name template of the downloaded chapters
# Available variables: # Available variables:
# {index} - index of the chapters # {index} - index of the chapters
@@ -21,6 +21,8 @@ path = '$HOME/Manga'
async = true async = true
# Create a subdirectory for each manga # Create a subdirectory for each manga
create_manga_dir = true create_manga_dir = true
# Create a subdirectory for each volume (if available)
create_volume_dir = true
# Stop downloading other chapters on error # Stop downloading other chapters on error
stop_on_error = false stop_on_error = false
@@ -84,3 +86,5 @@ write = false
# Available options are: (from less to most verbose) # Available options are: (from less to most verbose)
# panic, fatal, error, warn, info, debug, trace # panic, fatal, error, warn, info, debug, trace
level = "info" level = "info"
# Use json format for logs
json = false

View File

@@ -7514,7 +7514,7 @@ WantedBy=default.target
# Default source to use # Default source to use
# Will prompt to choose if empty # Will prompt to choose if empty
# Type `mangal sources` for available sources # Type `mangal sources` for available sources
default_source = 'ComicK' default_source = ''
# Name template of the downloaded chapters # Name template of the downloaded chapters
# Available variables: # Available variables:
# {index} - index of the chapters # {index} - index of the chapters
@@ -7533,6 +7533,8 @@ path = '$HOME/Manga'
async = true async = true
# Create a subdirectory for each manga # Create a subdirectory for each manga
create_manga_dir = true create_manga_dir = true
# Create a subdirectory for each volume (if available)
create_volume_dir = true
# Stop downloading other chapters on error # Stop downloading other chapters on error
stop_on_error = false stop_on_error = false
@@ -7596,6 +7598,8 @@ write = false
# Available options are: (from less to most verbose) # Available options are: (from less to most verbose)
# panic, fatal, error, warn, info, debug, trace # panic, fatal, error, warn, info, debug, trace
level = "info" level = "info"
# Use json format for logs
json = false
#+END_SRC #+END_SRC
** Trackma ** Trackma