How to prevent custom column - Script from refresh?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

How to prevent custom column - Script from refresh?

Post by binocular222 »

My music folder have a script CC to querry bit rate (trigger on browse), as there're too many files, the column takes quite some time to run but on Tab switch, it runs again. I tried disabling auto-refresh but no use.

P.S: Via scripting, how to get Custom Colum's value?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: How to prevent custom column - Script from refresh?

Post by bdeshi »

binocular222 wrote:the column takes quite some time to run but on Tab switch, it runs again. I tried disabling auto-refresh but no use.
"There is no way to cache the column information between browsing different locations (or refreshing the current location)." -- http://www.xyplorer.com/xyfc/viewtopic. ... 80#p103532
binocular222 wrote:P.S: Via scripting, how to get Custom Colum's value?

Code: Select all

 report("{custom ##}", [item]);
although this seems to work only for the first 5 CCs :veryconfused:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply