Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet Custom button for search_options ?
I want to use the search options function "search all local files" with a custom button.
What is the command ?

search_options " ??? "
 

Posté Fri 13 Dec 24 @ 10:51 am
browser_gotofolder "C:\users\abc\def" & search "*"


Will search everything in a given folder path
 

Posté Fri 13 Dec 24 @ 2:15 pm
@Adion, can you answer this question ??

Benz Werner wrote :
I want to use the search options function "search all local files" with a custom button.
What is the command ?

search_options " ??? "


 

Posté Fri 13 Dec 24 @ 2:23 pm
locoDogPRO InfinityModeratorMember since 2013
probably better to have a filter folder set up to find everything local then goto_ that, and you can search further
 

Posté Fri 13 Dec 24 @ 2:24 pm
Hi Locodog, thanks for your answer but I have a special way of searching for my titles and therefore I need this function; a filter folder is not suitable for this.

How to turn everything on or off

(search_options "title") & (search_options "filepath") & (search_options "filename") & (search_options "comment") & (search_options "album") & (search_options "genre") & (search_options "year") & (search_options "bpm") & (search_options "key") & (search_options "composer") & (search_options "remix") & (search_options "remixer") & (search_options "grouping") & (search_options "label") & (search_options "artist") & (search_options "user1") & (search_options "user2")

but search for all local files does not work because I don't know the name !
 

Posté Fri 13 Dec 24 @ 2:36 pm
locoDogPRO InfinityModeratorMember since 2013
Benz Werner wrote :
a filter folder is not suitable for this.

A filter folder is suitable
Online = 0 and File Path doesn't contain Cache and Exists = 1
 

Posté Fri 13 Dec 24 @ 2:45 pm
AdionPRO InfinityCTOMember since 2006
These are the settings searchInDB, searchInFolder and searchInOnlineCatalogs, so you can use the setting verb to toggle them
 

Posté Sun 15 Dec 24 @ 6:46 am
special thanks to Adion !
 

Posté Sun 15 Dec 24 @ 8:38 am