First of all, thank you for your amazing plugin! And sorry for my bad english, it's not my first language.
I have a problem with Collections auto-creating. I'll try to describe how I want it to work.
When I'm uploading the books which are the part of any collection, I want to have 2 separate bookshelves (collections) on my Kobo Aura ONE. 1st is 'Author Name' (for example, "Corey, James S.A.") and 2nd is 'Author Name - Series Name' ("Corey, James S.A. - The Expanse").
To achieve this goal I created a new column with following settings:
http://i.imgur.com/uOYQNvM.png
Column built from other columns, behaves like tags.
{author_sort}{series:| - |}
I named it "authorseries". In Library interface it gives me exactly what I wanted:
http://i.imgur.com/uQEiXCH.png
Now to the plugin configuration:
http://i.imgur.com/dvwMAWA.png
And here is the problem. #authorseries takes 'author_sort' which contains a comma, so the plugin think the comma should separate the format "author_last_name; comma; author_first_name; space; hyphen; space; series_name" into 2 bookshelves:
1. author_last_name
(comma works as separator)
2. author_first_name; space; hyphen; space; series_name
Like this:
http://i.imgur.com/f8fTHdh.png
And on device:
http://i.imgur.com/V79Isjc.jpg
I hope I described my problem good enough. Is there any way to achieve my goal? Maybe you can use ";" instead of "," as a separator? Or any other way?
Anyway, thanks for your time!
EDIT
Damn! I just fixed it by changing "Column built from other columns, behaves like tags." to "Column built from other columns".
http://i.imgur.com/vuErL8r.png
I'll leave it here in case someone will encounter my problem. Sorry for disturbing!