Alphabetical Listing of Virtual Folders

RE: build 804

The database virtual folders created after I upgraded to build 804 do not fall into alphabetical order. The folders that I added begin with ‘S’ but are listed before the ‘P’ folders.

Also, the database when launched from the playout will minimize whenever virtual folders are deleted. I think this issue is already known.

Best Regards, Alec…

Is this a local or networked DB? Do all folder names start with a capital letter? I just noticed that ORDER BY operations in SQLite (local DB) are case-sensitive, so all names starting with an upper-case letter will be listed before those with a lower-case letter. Perhaps this is why you think the order is mixed up?

Also, when you add a new folder, it is added at the lower end of the tree first. You need to collapse the tree and expand it again to make the new folder appear within the other folders in alphabetical order.

Torben-

Local DB. And, indeed, that is the cause… The ‘S’ is capitalized while the ‘p’ is lowercase. I’ll get that corrected.

Thank You!

Regards, Alec M…