View Single Post
Old 02-24-2014, 04:51 AM   #2
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by svda View Post
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}
DoctorOhh is offline   Reply With Quote