Can I change the sort order of the content library?
RiverMissy
Posts: 299
I want to be able to view my most recent item when I am looking at results in the Content Library. I haven't been able to find a place to set that. Thanks.
Comments
I believe it repsects the setting used by the operating system fro that folder.
the sort order in the content library is controlled by daz.
I did four screen shots of folder in my content library
one sorted by name
one sorted by name reversed
one sorted by modification date
one sorted by size.
---
in the stacked picture below we see a failure of the "one of these things is not like the other"
Thanks, Richard. I have all mine set to Most Recently Modified first but I wasn't getting that order. I will double check that right now.
Thanks guys. I did some experiments yesterday and I could not affect the sort order. How do I go about leaving a comment that this is a feature I would like to see?
Open a technical Support ticket and mark it as a Featrue request in the subject line.
Unless they have modified it recently it doesn't even follow the sort order of windows.
Long ago one of the first hdr sets was 12 scenes from a National park. numbered 1 to 12..
I had to rename them because the content library listed them as 1, 11, 12, 2, 3, .....
---
googled for info because I rememeber the systems used to have the same issue which was subsequently fixed.
found this comment but I wouldn't be surprised if it applys.
=====
Sorting: Fix the Incorrect Numerical Sort Order
The webapp currently handles number sorting in an odd (non-standard) way.
For example:
--For three file names beginning with: 1, 2, and 12
--The webapp would sort these as: 1, 12, 2
Which clearly isn't in the correct numerical order.
Windows (and Finder) sort these correctly as: 1, 2, 12
----------------
awkward number sequence is probably caused by this.
"This is the natural behavior for lexicographic sorting which treats everything as a string."
so a string that begins with a 1 wlll always preceed one that starts with a 2, etc because a string is not numeric.
Thank you. I can do that.
Wow, that is some really bad programming. Takes me back to the 1970's type of stuff. Thanks for the heads up because I was thinking about numbering them and it would have taken me awhile to figure this out.
That's why one needs to use preceeding zeros.
01 first pose
02 second pose
12 pose no twelve
etc...
Sounds like an alpha sort instead of alphanumeric. Like I said that goes way back . Thanks for the assist.
I wrote a Daz Studio script that prepends file names with last modified date:
Just be aware that that will break their links to the Content Management System, which will have an impact on various tools (and on more in the future)