![]() |
#766 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
It is incorrect that it modifies the source file itself. It makes a copy of the selected image file, and modifies the copy, renames it to conform to the special naming standard for that Tool, changes it to a .png format, and saves it in the special Tool subdirectory calibre\...\plugins\tagbrowser_icons.
The above process is fundamental and essential to the design of the tool. Obviously intentional. Zero chance of being "changed". DaltonST |
![]() |
![]() |
![]() |
#767 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,678
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Here is D:\Documents\view.png before and after assigning it with tag browser icons.
If it's meant to copy it before the resize, it's not doing that. Last edited by ownedbycats; 12-10-2022 at 12:26 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#768 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
The Tool resizes any sized image into a 128x128 pixel .png file, just like standard Calibre uses. See the attached Calibre example.
The Tool resizes the final copied image, and not the original. I just re-tested that on Calibre Desktop under Windows 11. My original image is a huge portrait, and was not changed after it was selected within the Tool to be assigned. Just as intended. DaltonST |
![]() |
![]() |
![]() |
#769 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,678
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Doing it on that file doesn't give the same results because a) Applications run at user-level are restricted from write/modify actions in Program Files and b) Calibre has all its files set to read-only.
When I tried, ProcMon shows Calibre attempting a CreateFile operation and getting 'ACCESS DENIED' result. But on a non-readonly file, the CreateFile is successful: Last edited by ownedbycats; 12-11-2022 at 01:09 AM. |
![]() |
![]() |
![]() |
#770 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,678
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I get this error when using the option to create a search from the book IDs. (The search is created, though.)
Code:
calibre, version 6.10.0 ERROR: Unhandled error: Failed to read book data from calibre library. Click "Show details" for more information Traceback (most recent call last): File "D:\Documents\git\calibre\src\calibre\gui2\library\models.py", line 624, in current_changed File "D:\Documents\git\calibre\src\calibre\gui2\library\models.py", line 606, in get_book_display_info File "D:\Documents\git\calibre\src\calibre\db\legacy.py", line 693, in get_metadata File "D:\Documents\git\calibre\src\calibre\db\view.py", line 226, in index_to_id IndexError: tuple index out of range |
![]() |
![]() |
Advert | |
|
![]() |
#771 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
Run in DEBUG mode to answer your question.
Note that selecting more than a a couple of hundred IDs at one time can cause a recursion error in Calibre. I think that is documented in the DEBUG output and somewhere in the JS thread. Nothing can be done about that. |
![]() |
![]() |
![]() |
#772 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,678
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I also got the error with calibre:// urls, so I reported it as a Calibre issue.
|
![]() |
![]() |
![]() |
#773 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
New GUI Tool: "RIS Citation File: Split Each RIS Tag Set into a Single RIS File"
Attached is a Beta Test version for a new GUI Tool that can be used as a front-end between Zotero and Calibre for Zotero .ris export files containing more than one (1) set of RIS Tags. Example: one for all of your Items.
You must change your configuration of the Extract RIS Citation plugin as shown in an attached image. Pay careful attention to the image regarding Calibre's Auto-Add Preferences. Added: see: https://www.mobileread.com/forums/sh...0&postcount=16 Added: Zotero's exported RIS file has no T1 Tag like 'normal' RIS files downloaded from most DOI academic sites, only a TI Tag. So, the Title in Calibre per the Extract RIS Citations plugin configuration becomes the Auto-Add file name, which is based on the number of seconds since 1970, with a suffix, to make each file name unique in the Auto-Add folder.. So, Beta3 of the new JS tool automatically creates a T1 if there is only a TI, and vice-versa. If a .ris has both, then it does nothing. The special numeric .ris file name is never used now for Title in Calibre, since that was the default name that is no longer needed. DaltonST Last edited by DaltonST; 01-24-2023 at 07:55 PM. Reason: beta test version removed |
![]() |
![]() |
![]() |
#774 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
Version 1.0.200 New GUI Tool
Version 1.0.200 -2023-01-22 New GUI Tool: "RIS Citation File: Split Each RIS Tag Set into a Single RIS File". Use in conjunction with the plugin 'Extract RIS Citations'.
This new GUI Tool is used with the "Extract RIS Citation" file-type plugin. DaltonST |
![]() |
![]() |
![]() |
#775 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
New GUI Tool: "RIS Tags: Create Individual Custom Columns"
A new GUI Tool, "RIS Tags: Create Individual Custom Columns", is available in the Utility submenu of JobSpy in the attached .zip file.
See the images below. Also see companion post: https://www.mobileread.com/forums/sh...5&postcount=25 The new GUI Tool will also automatically change your Preferences file for your installed "Extract RIS Citations" file-type plugin. An example of the newly remapped Tags to Target custom columns is shown below. Spoiler:
DaltonST Last edited by DaltonST; 01-30-2023 at 01:50 PM. Reason: beta test .zip removed after release of Version 201. |
![]() |
![]() |
![]() |
#776 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
New beta test version #4: "RIS Tags: Create Individual Custom Columns"
A new beta test version, 4, has been posted in the prior post along with new images relating to the new GUI Tool, "RIS Tags: Create Individual Custom Columns".
Major new feature: a selection dialog within which you may select/deselect any new RIS custom column choices so you do not have to create all 55 of the possible Tag-to-Custom Column mappings. The default for missing custom columns is the standard Calibre "Comments" column, so their values will go there if they have no specific target to go to. see: https://www.mobileread.com/forums/sh...5&postcount=24 DaltonST |
![]() |
![]() |
![]() |
#777 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
Version 1.0.201 New GUI Tool: "RIS Tags: Create Individual Custom Columns"
Version 1.0.201 -2023-01-30 New GUI Tool: "RIS Tags: Create Individual Custom Columns". That is the 70th.
If you use Zotero, you should also be using Job Spy for at least the 2 GUI Tools for RIS Citation files, plus of course the "Extract RIS Citations" (ERC) file-type plugin and the Zotero Metadata Importer (ZMI) GUI plugin. See their threads for recent posts that are companions to this post. js: https://www.mobileread.com/forums/sh...5&postcount=23 erc: https://www.mobileread.com/forums/sh...9&postcount=17 DaltonST Last edited by DaltonST; 01-30-2023 at 12:29 PM. |
![]() |
![]() |
![]() |
#778 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
Version 1.0.202 RIS Citation File: Copy RIS Custom Columns to ZMI Format
Version 1.0.202 -2023-01-31 New JS+:GUI Tool: RIS Citation Format: Copy '#ris_...' Custom Columns to Related ZMI Format's '#ris_...' Custom Columns"
See the attached image to explain what and how it does. Note the JS GUI Tool comment directed towards Zotero and ZMI plugin users who should likely be using the Extract RIS Citation plugin. DaltonST |
![]() |
![]() |
![]() |
#779 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,678
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Tag browser icons & user categories: Does the restriction for hierarchical items also apply to user categories?
Adding an item with an assigned icon to a user category usually carries over the icon: But not if I add it to a subcategory: Last edited by ownedbycats; 02-03-2023 at 12:21 AM. |
![]() |
![]() |
![]() |
#780 |
Deviser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
|
Version 1.0.203 New GUI Tool for RIS & Zotero
Version 1.0.203 -2023-02-03 New GUI Tool: All Selected Books: Copy '#ris_...' Metadata to Related PDF/TXT/EPUB Book. It also copies the source RIS file as a new format for the target real book.
See the attached image. DaltonST |
![]() |
![]() |
![]() |
Tags |
author aka, author pen name, colors, toolbag, toolbox, tools |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 514 | 03-23-2025 10:26 AM |
[GUI Plugin] Ex Libris | AlPe | Plugins | 87 | 10-10-2020 03:10 PM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
Ubuntu/Linux : Command to schedule a job with Calibre.( No GUI ) | DurgaPrasad | Calibre | 0 | 10-16-2013 06:50 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |