You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,18 @@
7
7
## Requirements
8
8
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).
9
9
10
-
## Installation
11
-
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.
12
-
13
-
1) Download the [latest release](https://github.com/unalignedcoder/CalibreImportShellExtension/releases).
14
-
2) Extract the files to a folder of your choice.
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.
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:
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.
29
18
30
19
Alternatively, the user can use a dialog window rather than the submenu. The functionality is the same.
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.
35
24
@@ -50,14 +39,29 @@ The Settings window sets some important options.
50
39
## Localization
51
40
The app is AI-translated in the following langauges:
52
41
* Chinese
53
-
*Spanish
54
-
*German
42
+
*Czech
43
+
*English
55
44
* French
45
+
* German
56
46
* Italian
47
+
* Japanese
48
+
* Korean
49
+
* Polish
50
+
* Portoguese
51
+
* Russian
52
+
* Spanish
53
+
* Turkish
54
+
55
+
The Logging is always done in English.
56
+
57
+
## Installation
58
+
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.
57
59
58
-
The logging is always done in English.
60
+
1) Download the [latest release](https://github.com/unalignedcoder/CalibreImportShellExtension/releases).
61
+
2) Extract the files to a folder of your choice.
62
+
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.
59
63
60
-
## Removal
64
+
## Uninstallation
61
65
Removing this Shell extension is just as easy. The user can simply run the Setup script with the `-u` parameter. All Registry entries will be deleted and the DLLs unregistered. All is left is to manually delete the folder with the files.
0 commit comments