Quote:
Originally Posted by cbook7
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.