Hello there
This is my first post. I greet all the members of the forum.
I use C3 Performer weekly on Sundays and this program gives me the speed I need to improvise new lists. I find a problem with the interface that may be solved in future versions. (Here is the suggestion)
In the “Add Songs to Set List” dialog box the songs are arranged as follows: A1 A10 A11 A12 A13 … A18 A19 A2 A20 A21
However, by pressing the “Browse …” button that opens the windows explorer, the order of the songs is shown more logically:
A1 A2 A3 A4 … A8 A9 A10 A11 A12
Can the “Add Songs to Set List” be sorted in a similar way to the browser?
The other option (poorer) would be to rename A01 A02 A03 … but I would like to avoid it.
What you are seeing is a feature in recent versions of Windows (since Windows 7 I think) where Windows Explorer will order the filenames in this “logical” sequence IF a group of the files contain numbers in the name.
I imagine that this is a fairly complex algorithm to group all the appropriate files together when doing this sort. In any case, the songs are being shown in alphabetical order.
Not saying @brad couldn’t provide this as an option, but I would be in the camp that expects “A10” < “A2”.
Programming this is complex. I understand. Thanks for the clarification on that specific feature of windows. It is very interesting. Sometimes we live with aspects that go unnoticed but make our life easy.
I have found this way of sorting in other programs, like Microsoft Word, which offers selectable sort types and some match this criteria:
By number - A1 A10 A19 A2 A20
By date - A1A2 A10 A19 A20
By text - A1A2 A10 A19 A20
Another option: click and drag from the windows browser to Set List.
This is actually fairly easy to add, but I don’t want to make it a configurable option - it should just do something sensible by default and I think you’re right: the numerical order probably makes more sense most of the time.
@Roland_Robertson… is there any reason why I shouldn’t change this, besides someone expecting “A10” < “A2”. Are there cases where the numerical ordering would be bad?
I actually don’t have a strong preference either way. I don’t name my songs like this but would quickly adapt to any reasonable ordering, so I take back my suggestion that this be configurable.
I didn’t realize it would be easy. I had simply remembered that debate among programmers several years ago.
It really frustrates me when the files get ordered 1, 10, 2, 3, 4…
I don’t think everyone can be expected to pad the numbers from the start and even if they do start with 01, 02 but then get to 100 they’ll have to rename all the preceding 99 files to add an extra 0 in front.