So sorting my movies by add date almost works as I would like (i have it sorting by most recently added movies first). But when I run the event again, it jumbles them up a bit....
I believe this is what is happening:
Assume I add 5 movies today (all have the same add date). A "sort by add date" will initially show these 5 movies at the beginning of the list. A subsequent run of the sort will still keep the movies as the first 5, but shuffle the order within the 5.
Is there a way to specify that once something is sorted by add date, that each movie with the same add date is then sorted by title? (A sort within a sort?).
Thanks!