View Single Post
Old 03-06-2024, 09:45 AM   #195
wildfire070
Enthusiast
wildfire070 began at the beginning.
 
Posts: 45
Karma: 10
Join Date: May 2012
Device: Kindle Oasis, Scribe, Paperwhite // Boox Palma
I set up a custom column in Calibre to show the BookFusion sync status according to this support page.

With this in the template field it'll show a yes or no if the book is synced with BookFusion
Code:
program: test(select(field('identifiers'),'bookfusion'),'Yes','No')
Is there a way for it show the date of last sync instead of a yes/no? I have my entire library synced now and it would be useful to tell when each book was last synced.

I have a large batch of stories that get updated at various intervals and it would be useful to be able to tell when the story was last synced compared to when I last updated the story.

Last edited by wildfire070; 03-06-2024 at 09:47 AM.
wildfire070 is offline   Reply With Quote