New: Calibre library support

This commit is contained in:
ta264
2021-01-18 20:09:28 +00:00
parent a579a93aab
commit 16e04041a9
7 changed files with 158 additions and 45 deletions

View File

@@ -49,6 +49,7 @@ function EditRootFolderModalContent(props) {
urlBase,
username,
password,
library,
outputFormat,
outputProfile,
useSsl
@@ -100,7 +101,7 @@ function EditRootFolderModalContent(props) {
</FormGroup>
<FormGroup>
<FormLabel>Calibre Library</FormLabel>
<FormLabel>Use Calibre</FormLabel>
<FormInputGroup
type={inputTypes.CHECK}
@@ -177,6 +178,18 @@ function EditRootFolderModalContent(props) {
/>
</FormGroup>
<FormGroup>
<FormLabel>Calibre Library</FormLabel>
<FormInputGroup
type={inputTypes.TEXT}
name="library"
helpText="Calibre content server library name. Leave blank for default."
{...library}
onChange={onInputChange}
/>
</FormGroup>
<FormGroup>
<FormLabel>Convert to format</FormLabel>