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.