Track Numbers
-
- Inductee
- Posts: 1
- Joined: Mon Dec 04, 2006 2:45 pm
Track Numbers
I'm working on a template for exporting and would like to include track numbers next to the track names. Any thoughts on how to generate the numbers automatically?
Use CSS list-style-type to add the numbers. We do it with some of the info templates, if you like to copy our code go to CDpedia.app/Contents/Resources/WebViewFiles/en/classical.html. But here it is with decimal numbers:
Code: Select all
<!--IFTracks
<ul style="list-style-type: decimal;">
[TracksBegin]
<li>[Track:Song] - [Track:Artist] [Track:Duration][DurationSeparation: (*)]</li>
[TracksEnd]
</ul>
ENDTracks-->
-
- Bruji Friend
- Posts: 18
- Joined: Sat Dec 02, 2006 8:37 pm