Code: Select all
[song]
name = Enter Sandman
artist = Metallica
year = 1991
count = 4
delay = 0
frets = Puppetz :)
scores =
scores_ext =
track_id = rb_8.3
unlock_id = game_t8
unlock_require = game_t7e
unlock_text = Complete The Tier 7 Encore to unlock.
Of course every song would need a track_id assigned to it. But once the songs are assigned a track_id, you simply start up FoF, go to options, Song List Settings, and set Sort Order to "Track ID"
I would think all you would need to do is duplicate the code for the sort by name code but change the "name" lookup to "track_id" This would have the same automatically put the songs in the preferred Song List order without having to display a number next to the name of the song in the Song List. I'm sure it is a little more involved than that. I may take a look tomorrow if I can find the current place that the sort by functions are stored.
Is this a possibility?