Quote:
Originally Posted by svda
I'm using this template :
{author_sort}/{title}/{author_sort} - [{series} {series_index:0>3s}] {title}
But that doesn't look nice when the book has no series.
example : Thiesler, Sabine - [ ] Bewusstlos
How can I tune this so that if series = null, it won't show series information ?
|
The below will eliminate the brackets when there is no series/
Code:
{series:| [|] } {series_index:0>3s}