Page 1 of 1

How to prevent custom column - Script from refresh?

Posted: 09 Apr 2015 03:45
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?

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

Posted: 09 Apr 2015 12:47
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: