Hi there,
I'm a new user. Happened to search on the Internet and came across this great software. I used it a little bit and found out that
n.sortName().space('.') renamed "Zombieland.Double.Tap.2019" to "Zombieland.-.Double.Tap.2019"
Sorry if this bug has been reported elsewhere as I haven't checked.
Thanks a lot,
Alfred.
n.sortName() issue
Re: n.sortName() issue
Yes, that would be the expected behaviour, no?
String.sortName() transforms value such as "The Movie" to "Movie, The" while passing through values such as "Zombieland" untouched, since there is no "The" that we could move to the end.

-
- Posts: 2
- Joined: 06 Feb 2021, 13:38
Re: n.sortName() issue
Sorry I checked and it's the other replacement, colon.(' - '), that I missed putting there as well. This is not a bug.