diff --git a/Extend Features.md b/Extend Features.md deleted file mode 100644 index 4cc0302..0000000 --- a/Extend Features.md +++ /dev/null @@ -1,6 +0,0 @@ -# Extract metadata from uploaded files - -Install Imagemagick -Install optional requirements - - diff --git a/Extend-Features.md b/Extend-Features.md new file mode 100644 index 0000000..d3851bc --- /dev/null +++ b/Extend-Features.md @@ -0,0 +1,7 @@ +# Extract metadata from uploaded files + +For extracting cover pictures from uploaded books the library "Imagemagick" has to be installed. The project website lists how to install binary releases for OS-X and windows: https://imagemagick.org/script/download.php. For Linux it's recommended to use the imagamagick version of your distro. (For Debian/Ubuntu/Linux Mint: `sudo apt install imagemagick`). +Extracting metadata from fb2 or epub files needs additional dependencies from optional-requirements.txt. In the optional-requirements.txt there are different blocks for the different options. Install the relevant requirements via pip/pip3. + + +