diff --git a/root/scripts/AutoConfig.json b/root/scripts/AutoConfig.json new file mode 100644 index 0000000..fc67f64 --- /dev/null +++ b/root/scripts/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": "true", + "writeBookTags": "sync", + "updateCovers": "true", + "embedMetadata":"true" + } + ] +}