Skip to content

Commit 8425436

Browse files
2 parents d568578 + 2432941 commit 8425436

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,26 @@ This project has only been tested on x64 machines, with Windows 10/11 and calibr
1010
## Installation
1111
Rather than providing a Setup executable, the installation process is done through a PowerShell script. The installation is "portable", since the user can place the necessary DLLs and launch the Setup script from any folder. Just as easily the DLLs can be uninstalled via the same script.
1212

13-
1) Download the latest release.
13+
1) Download the [latest release](https://github.com/unalignedcoder/CalibreImportShellExtension/releases).
1414
2) Extract the files to a folder of your choice.
15-
3) Run the `Setup.ps1` Powershell script. The script will register the Dlls, add the necessary Registry entries and optionally restart Explorer, so as to make the new context menu entry immediately available. Read inside the Setup script for more instructions.
15+
3) Run the `Setup.ps1` Powershell script. The script will register the Dll, add the necessary Registry entries and optionally restart Explorer, so as to make the new context menu entry immediately available. Read inside the Setup script for more instructions.
1616

17-
![GIF 16 03 2025 16-31-43](https://github.com/user-attachments/assets/f85511a8-d1fc-4d10-ba34-97b96805d8dd)
17+
<img src="https://github.com/user-attachments/assets/f85511a8-d1fc-4d10-ba34-97b96805d8dd" width=50% />
1818

1919

2020
## Usage
2121
The user can right-click on any eBook in their File Explorer, and select "Import to Calibre". By "eBook" we mean the files currently supported by Calibre. This app will retrieve such list dynamically from the registry, and it usually corresponds to the following file extensions:
2222

2323
`.epub, .pdf, .mobi, .azw, .azw3, .fb2, .djvu, .lrf, .rtf, .txt, .doc, .docx, .odt, .htm, .html, .cbz, .cbr, .pdb, .snb, .tcr, .zip, .rar`.
2424

25-
![image](https://github.com/user-attachments/assets/cb9bac8c-f8c8-4ce1-9a6b-9cce01ba1dea)
25+
<img src="https://github.com/user-attachments/assets/cb9bac8c-f8c8-4ce1-9a6b-9cce01ba1dea" width=90% />
26+
2627

2728
The user selection can include one file or multiple files. Such multiple files can have any of the supported extensions. The entry submenu will offer a list of all Calibre libraries presently in the system.
2829

2930
Alternatively, the user can use a dialog window rather than the submenu. The functionality is the same.
3031

31-
![image](https://github.com/user-attachments/assets/8b9679bb-0943-44a6-ace3-8145c8a0b661)
32+
<img src="https://github.com/user-attachments/assets/8b9679bb-0943-44a6-ace3-8145c8a0b661" width=50% />
3233

3334
Once the import has concluded, the user will be prompted to start Calibre and directly open the library into which the ebooks have been imported.
3435

0 commit comments

Comments
 (0)