![]() |
#1 |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2009
Device: pocketbook PB741
|
How to get book file date into a column in calibre
Hi - I use calibre to manage my comics cbz-files which are sometimes updated. Everytime however if I add a colum or add a tag I get a new modification date without the file itslef has changed. I'm looking now to have the file (creation) date (as shown in windows explorer) into calibre a user defined date type column, but it seems very hard to use chatgpt as a platform to write a usable plugin that does so. Is there anyone capable of telling me what to do to get this work ? thanks
![]() |
![]() |
![]() |
![]() |
#2 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,153
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Not quite what you asked for...
If you hover over the format in the MDE, it will balloon the date. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2009
Device: pocketbook PB741
|
|
![]() |
![]() |
![]() |
#4 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,489
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Create a custom column 'Built from other columns' (a 'composite' column). Use the following as the template:
Code:
program: select(formats_modtimes('iso'), 'CBZ') You can also use the Action Chains plugin to set the value of a date custom column to the result of the template on demand or when certain events occur. If you want to do this and need help then ask in the plugin's thread. EDIT: you can also do it in bulk metadata search & replace using the above template as the source and the date custom column as the destination. EDIT2: You can of course format the date using different format strings, for example Code:
program: select(formats_modtimes('yyyy-MM-dd hh:mm:ss'), 'CBZ') Last edited by chaley; 09-04-2025 at 03:14 PM. |
![]() |
![]() |
![]() |
#5 | |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,153
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
Be aware, that a few actions will change those files (date) 1)Embed metadata. 2) Polish 3) a same format conversion (commonly used to fix poorly coded files. |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 | |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2009
Device: pocketbook PB741
|
Quote:
|
|
![]() |
![]() |
![]() |
Tags |
calibre, file creation date |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Column for date book is added to the library? | idiom6 | Calibre | 5 | 06-13-2025 11:57 PM |
Change "Date Added" metadata on Kobo to match the "Date" column in Calibre? | slantybard | Kobo Reader | 2 | 05-01-2024 09:39 PM |
Column to show file date | Bigo2 | Library Management | 2 | 12-28-2016 03:12 AM |
Problem copying a date column to other date column | Terisa de morgan | Library Management | 13 | 05-01-2016 03:27 AM |
Date Added column? Can I set date when book added to library? | fitzhugh | Calibre | 4 | 06-03-2012 05:42 PM |