Quote:
Originally Posted by dunhill
Hello people
I have this configuration to save to disk.
{title} ({#id}) - {authors}
But the ID comes out with decimals, how could I fix it so that it is a whole number
example:
Title (10017301.0) - author.epub
|
What kind of column is #id? If it is a "column built from other columns" then what is its template?
My guess is that {title} ({id}) - {authors} will work.