Quote:
Originally Posted by Skydog
In my library I have a custom column/color for series that do not (by choice) display leading zeros in the series. However, the series info that is being sent to my devices always displays leading zeros in the metadata. Where and how can I change this to eliminate the leading zeros?
Thank you!
|
The template for the Plugboard or filename (depends on your device, which is shown)
Code:
The series
The series number. To get leading zeros use {series_index:0>3s} or {series_index:>3s} for leading spaces