Create AutoConfig.json

This commit is contained in:
RandomNinjaAtk 2023-07-16 14:37:16 -04:00 committed by GitHub
parent fa1b40728e
commit ee6c0bb824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
readarr/AutoConfig.json Normal file
View 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"
}
]
}