+
+
+
+
+ {seriesName && (
+
+
+ setSeriesVolume(e.target.value)}
+ placeholder="Volume number in series"
+ />
+
+ )}
+
+
+
+ setTags(e.target.value)}
+ placeholder="Comma-separated tags (e.g., fantasy, adventure, romance)"
+ />
+
+
+
+ {fileType === 'epub' && (
+
+ setPreserveReadingPosition(e.target.checked)}
+ className="mr-2"
+ />
+
+
+ )}
+
+ {(fileType === 'pdf' || fileType === 'zip') && (
+
+ setExtractImages(e.target.checked)}
+ className="mr-2"
+ />
+
+
+ )}
+
+
+ setCreateMissingAuthor(e.target.checked)}
+ className="mr-2"
+ />
+
+
+
+
+ setCreateMissingSeries(e.target.checked)}
+ className="mr-2"
+ />
+
+
+
+