Quick Sign In:  

Forum: General Discussion

Topic: Set track names alphabetically? (VDJ 7)

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

Is there a way to set the browser (track names) in alphabetical order on startup?

Otherwise, can a hotkey be coded to set the browser in alphabetical order (a-z)?

If alphabetical order cannot be set on startup, then I need 2 hotkeys to do nearly the same thing:

hotkey A : search tunes beginning with "a" & set the track names in alphabetical order (a-z)
hotkey B : search tunes beginning with "b" & set the track names in alphabetical order (a-z)

Is it possible to code it that if hotkey B is pressed after hotkey A, the track names will remain in a-z

 

geposted Thu 21 Apr 16 @ 3:50 pm
PachNPRO InfinityMember since 2009
Both is possible.

Just sort by Artist and VDJ will keep that sort order across sessions.

Or map a key with the following action:

browser_sort 'artist'


Maybe set the option "keepSortOrder" to yes.
 

geposted Fri 22 Apr 16 @ 10:16 am
Cheers. Will try that out.

I need to sort by track names, so I'm guessing that I should use browser_sort 'track'
 

geposted Sat 23 Apr 16 @ 11:30 am
i would try title :-)
 

geposted Sat 23 Apr 16 @ 11:37 am
FruitPRO InfinityMember since 2003
I would rather try browser_sort 'filename'... If he wants the same order he can see in windows explorer.
 

geposted Sat 23 Apr 16 @ 9:15 pm
browser_sort 'title' works, but how do I get it to remain in a-z order?

I have several keys mapped to browser_sort 'title' & a different action. Each time I hit a different key, I need the a-z order to remain.

@PachN: I've tried variations of "keepSortOrder", but haven't got it working. Is it something like this? :

browser_sort 'title' & keepSortOrder? yes
 

geposted Wed 27 Apr 16 @ 1:49 pm
PachNPRO InfinityMember since 2009
keepSortOrder is an option you'll find in Config - Options.

To force a descending order you can use i.e. this:

browser_sort '-title'


I'm not sure maybe it will work for a forced ascending order too?

browser_sort '+title'
 

geposted Wed 27 Apr 16 @ 2:13 pm
Cheers. Will try it out.
 

geposted Fri 29 Apr 16 @ 8:58 am
PachN, + or - title doesn't work in VDJ7. Maybe it's a VDJ8 thing

But it's ok, this one's now solved. I used:

browser_sort 'title' & browser_sort 'title' ? nothing : browser_sort 'title'

Cheers for the help
 

geposted Sat 30 Apr 16 @ 9:13 am


(Alte Themen und Foren werden automatisch geschlossen)