I want to use the search options function "search all local files" with a custom button.
What is the command ?
search_options " ??? "
What is the command ?
search_options " ??? "
发表时间 Fri 13 Dec 24 @ 10:51 am
browser_gotofolder "C:\users\abc\def" & search "*"
Will search everything in a given folder path
发表时间 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 " ??? "
What is the command ?
search_options " ??? "
发表时间 Fri 13 Dec 24 @ 2:23 pm
probably better to have a filter folder set up to find everything local then goto_ that, and you can search further
发表时间 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 !
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 !
发表时间 Fri 13 Dec 24 @ 2:36 pm
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
发表时间 Fri 13 Dec 24 @ 2:45 pm
These are the settings searchInDB, searchInFolder and searchInOnlineCatalogs, so you can use the setting verb to toggle them
发表时间 Sun 15 Dec 24 @ 6:46 am
special thanks to Adion !
发表时间 Sun 15 Dec 24 @ 8:38 am