From 4de91a20c901279c7c7253c502c08b7f38701848 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 11 Feb 2020 14:57:46 +0100 Subject: [PATCH] Updated Extend Features (markdown) --- Extend Features.md | 6 ------ Extend-Features.md | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 Extend Features.md create mode 100644 Extend-Features.md 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. + + +