|
|
#61 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,529
Karma: 8075938
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Also note that m is minutes while M is the month.
|
|
|
|
|
|
#62 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 195
Karma: 1720
Join Date: Feb 2009
Location: Canada
Device: PRS-T1, Kobo Libre Color
|
It looks ok to me. Maybe I'm missing something? All my dates are displayed in YYYY-MM-DD format throughout my system and Calibre.
|
|
|
|
| Advert | |
|
|
|
|
#63 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,529
Karma: 8075938
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
|
|
|
|
|
|
#64 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,223
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
|
Like chaley pointed out in the previous post. m stands for minutes while M stands for months. If you hover over the "Format for date" field, it gives a detailed tooltip for the various abbreviations.
|
|
|
|
|
|
#65 | |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 195
Karma: 1720
Join Date: Feb 2009
Location: Canada
Device: PRS-T1, Kobo Libre Color
|
Quote:
Thank you both for the help. I missed chaley's post. I did indeed miss something! I didn't hover over the field long enough for the help to display and read . Thank you again both for your help. When my dates were wonky I sort of figured I did something wrong but I just couldn't see it. Sometimes one needs new eyes.
|
|
|
|
|
| Advert | |
|
|
|
|
#66 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 195
Karma: 1720
Join Date: Feb 2009
Location: Canada
Device: PRS-T1, Kobo Libre Color
|
One more question. When I changed the format for the date and applied it, the modified date field for every book record changed to today. I know that every record had to have the format changed, but only a few had any data in the last date modified field. You might want to add a warning to the verification screen that every record will have the Calibre Modified date field changed to 'today' when you are asked to apply the change. Some people might not want to loose that particular date data. Just a thought.
|
|
|
|
|
|
#67 | |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,728
Karma: 34252730
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
I decided to ignore calibre's Modified Date within the first week of using calibre, so I've never used the JS feature. BR |
|
|
|
|
|
|
#68 | |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 195
Karma: 1720
Join Date: Feb 2009
Location: Canada
Device: PRS-T1, Kobo Libre Color
|
Quote:
|
|
|
|
|
|
|
#69 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,360
Karma: 7990245
Join Date: Sep 2020
Device: Libra Colour
|
I wish it could update also on this event: adding author notes
|
|
|
|
|
|
#70 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,223
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
|
This plugin depends on db events in calibre. As far as I know, there is no event for adding author notes.
|
|
|
|
|
|
#71 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 37
Karma: 39966
Join Date: Aug 2023
Device: Kindle
|
Subject: Request: Add support for icon overrides / theming
Hi, Could you please add support for Calibre's built‑in icon theming in a future update? Currently your plugin uses a custom get_icon() function, which prevents users from overriding the toolbar icon with their own custom images or Calibre icon themes. The fix is simple: replace the custom function with Calibre's native get_icons(). For example: python # Instead of a custom get_icon() function... # Use Calibre's built-in function: from calibre.customize.zipplugin import get_icons icon = get_icons('icon.png', 'Your Plugin Name') self.qaction.setIcon(icon) This would allow users to place a custom icon.png in: calibre/resources/images/Your Plugin Name/icon.png And it would also make the plugin respect the user's active Calibre icon theme. Thank you for considering this. I really appreciate your work on this plugin. Thanks |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 546 | 05-21-2026 02:44 PM |
| [GUI Plugin] Manga plugin | mastertea | Plugins | 7 | 10-30-2025 12:13 AM |
| [GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 05:25 AM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |