View Single Post
Old 06-05-2020, 05:11 AM   #11
mathissimo
Junior Member
mathissimo began at the beginning.
 
Posts: 3
Karma: 12
Join Date: Feb 2017
Device: Pocketbook Touch Lux 3
Quote:
Originally Posted by cbook7 View Post
I want to sync bookmarks (and page position) across devices using Moon+ consistently, regardless of import method in a futureproof way.
I have almost the same use-case, as I am not using CC for syncing, but a folder device and a sync-service (eg Dropbox). My approach was simply to change the filename-format of the folder device according to the (hard-coded) Calibre Server format.

For those, who like to go down this road. The appropriate format was:
Code:
{author_sort:sublist(0,1,&)}_{title}
You also need to change the {title} behaviour in Prefrences/Tweaks/Control formatting of title and series when used in templates to
Code:
save_template_title_series_sorting = u'strictly_alphabetic'
as described here.
mathissimo is offline   Reply With Quote