From ee6c0bb8244f68e90c61f91c17f8accafadfcd99 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 16 Jul 2023 14:37:16 -0400 Subject: [PATCH] Create AutoConfig.json --- readarr/AutoConfig.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 readarr/AutoConfig.json diff --git a/readarr/AutoConfig.json b/readarr/AutoConfig.json new file mode 100644 index 0000000..4c2a139 --- /dev/null +++ b/readarr/AutoConfig.json @@ -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" + } + ] +}