Create AutoConfig.json
This commit is contained in:
parent
fa1b40728e
commit
ee6c0bb824
1 changed files with 23 additions and 0 deletions
23
readarr/AutoConfig.json
Normal file
23
readarr/AutoConfig.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"MediaManagement": [
|
||||
{
|
||||
"renameBooks": "true",
|
||||
"replaceIllegalCharacters": "true",
|
||||
"standardBookFormat": "{Book Title}{ (Book Disambiguation)}/{Author Name} - {Book Title}{ (PartNumber)}",
|
||||
"authorFolderFormat": "{Author Name}{ (Author Disambiguation)}",
|
||||
"deleteEmptyFolders": "true",
|
||||
"watchLibraryForChanges": "false",
|
||||
"chmodFolder": "777",
|
||||
"fileDate": "bookReleaseDate"
|
||||
}
|
||||
],
|
||||
"Metadata": [
|
||||
{
|
||||
"writeAudioTags":"sync",
|
||||
"scrubAudioTags": "false",
|
||||
"writeBookTags": "sync",
|
||||
"updateCovers": "true",
|
||||
"embedMetadata":"true"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue