I have a folder that has this structure:
- 1 Folder
-- 1 File
-- 2 File
-- 3 File
- 2 File
- 3 File
- 4 File
When I hit "Play" in the folder, I get: 2 File, 3 File, 4 File, 1 Folder - 1 File, 1 Folder - 2 File, 1 Folder - 3 File.
So basically, it adds the files first, and then the files in the subfolders.
I want items to be added by title, depth first. This way I would get all of the files in 1 Folder, and then the files in the root folder.
Is there a way to do this? Is this a setting somewhere?
Thanks!