My current thought was to have a first custom column setup as my default naming scheme (called kindle_title1):
{series:||: Vol. }{series_index:0>2s| | – }{title}
Then a second custom column (kindle_title2), that would determine if the type was a "Light Novel" and if so would use the title metadata, otherwise it would use the kindle_title1 field:
{#type:'contains($, "Light Novel", field("title"), field("kindle_title1"))'}
I was then hoping I could use a metadata plug board to just pull in the kindle_title2 column as title to sort the whole issue out.
The problem I'm having is the kindle_title2 column does not recognise the kindle_title1 column as a field.
Maybe I'm over complicating the whole issue as there is a much simpler way to do it...
|