View Single Post
Old 09-16-2018, 07:24 AM   #7
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
What is your column definition exactly for both columns (with an example)?
Is it only a text column like
Buffy the Vampire Slayer,Cheers (TV)&Cupid (TV 1998)&Star Trek_ Deep Space Nine Ties

Then your separator should be & or \&

In the end you can do do everything you want in a template. If you want to do more complex combinations use the program mode in the template, e.g.

Spoiler:
program:
lib = current_library_name();
tmp1 = template('MainLib/{author_sort}/{author_sort}{series:| - |} {series_index:0>2s} - {title}');
tmp2 = template('OtherLibs/{author_sort}/{author_sort}{series:| - |} {series_index:0>2s} - {title}');
contains(lib,"Calibre Bibliothek",tmp1,tmp2);

This one will move books to two different folders (MainLib, OtherLibs) depending on a library name. "Calibre Bibliothek" goes to MainLib and all others go to OtherLibs.


For now I haven't the time to help more but this evening I can spend some time to help if you give me some more input of your structure (or maybe someone else can jump in too).
Divingduck is offline   Reply With Quote