Skip to content

Commit ae817e7

Browse files
Update README.md
1 parent 7724ae8 commit ae817e7

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It allows to intelligently import one or multiple eBook files into Calibre direc
1010
## Usage
1111
Simply right-click on any eBook, or group of eBooks, and select "Import to Calibre". The entry submenu will offer a list of all Calibre libraries presently in the system. Select the one into which you want to import the books.
1212

13-
![image](https://github.com/user-attachments/assets/ecfdf0b3-12b1-4ed7-bf86-12003f958bb0)
13+
![image](https://github.com/user-attachments/assets/cc6b9394-14ff-4110-93e3-70d715ddf9aa)
1414

1515
The files can have any of the Calibre-supported eBook file types. Calibre Import will retrieve such list dynamically from the registry, and it usually corresponds to the following file extensions:
1616

@@ -23,17 +23,14 @@ Alternatively, the user can use a dialog window rather than the submenu. The fun
2323
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.
2424

2525
## Settings
26-
The Settings window sets some important options.
2726

28-
![image](https://github.com/user-attachments/assets/43552140-d9c9-491b-bc61-0b0b1a1ab3bd)
27+
Options can be changed to suit your needs. Some of the settings are:
2928

30-
1) Hide libraries from the context submenu (this obviously doesn't affect the library visibility in Calibre!)
31-
2) Path to the Calibre folder, if the user has it installed in a particular location;
32-
3) How the import process should behave with duplicates. The following options are established by Calibre: `overwrite` (the new book will replace the old); `ignore` (the book will not be imported); `new_record` (a duplicate entry will be created). Such settings are valid for all import operations, and cannot be modified on a per-book basis.
33-
4) Select language (in case the System picked the wrong language for the user;)
34-
5) Whether to use a dialog rather than a submenu entry;
35-
6) Whether to Log all books that are being imported into Calibre, and whether to log all events for debug purposes;
36-
7) Whether to auto-kill Calibre or prompt the user about it (the import process cannot go through if Calibre or any Calibre-related app is running.)
29+
* Hide libraries from the context submenu (this obviously doesn't affect the library visibility in Calibre!)
30+
* How the import process should behave with duplicates. The following options are established by Calibre: `overwrite` (the new book will replace the old); `ignore` (the book will not be imported); `new_record` (a duplicate entry will be created). Such settings are valid for all import operations, and cannot be modified on a per-book basis.
31+
* Whether to use a dialog or a submenu entry.
32+
33+
![image](https://github.com/user-attachments/assets/16919cec-1763-4d21-943f-193034114e81)
3734

3835
## Localization
3936
The app is translated in the following langauges:
@@ -52,22 +49,20 @@ The app is translated in the following langauges:
5249
* Spanish
5350
* Turkish
5451

55-
The Logging is always done in English.
56-
5752
## Requirements
5853
This project has only been tested on x64 machines, with Windows 10/11 and calibre 7. It may or may not work on different Windows systems and older Calibre versions. It requires the [.Net Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48).
5954

6055
## Installation
6156
### Setup executable
62-
1) Download the setup file from the latest release.
57+
1) Download the setup file from the [latest release](https://github.com/unalignedcoder/CalibreImportShellExtension/releases).
6358
2) Run the setup and follow instructions.
6459

65-
![image](https://github.com/user-attachments/assets/66c95ed0-48ac-4e8e-b0f4-36f3167c1f30)
60+
![image](https://github.com/user-attachments/assets/9bb39ca3-abae-4dbd-9f15-d84df59dc198)
6661

6762
This method will install the extension on a per-user basis.
6863

6964
### Zipped folder
70-
If you prefer running the dll and config file from one folder, you can use the included PowerShell script to install in a "portable" mode.
65+
If you prefer running the dll and config file from the same folder, you can use the included PowerShell script to install in a "portable" mode.
7166

7267
1) Download the [latest release](https://github.com/unalignedcoder/CalibreImportShellExtension/releases).
7368
2) Extract the files to a folder of your choice.

0 commit comments

Comments
 (0)