Also, would anyone be able to help with an action script to go on the file browser right click>file operations menu to open file in system file manager?
Hi,
Iâll try to post an example of the latter, but Iâm afraid I donât have time for the CTL script right now. It should be definitely doable though, so hopefully someone can pick up the challenge
[ART UserCommand]
Label=Show in Explorer
Command=explorer.exe /select,
NumArgs=1
just save the above in a file called open_in_explorer.txt in the Local\ART\usercommands subdir of the userâs appdata folder and it should appear in the menu.
I understand that the code needs converting to Mac-speak for use on my machine, but I canât find where the action needs to be placed - the Windows file path has no Man alternate that I can see - been looking for the last hour!
I know what you mean Mike - just show me THAT ONE image in finder/explorer. But unless itâs sitting in its own folder as a single image, then that would be impossible. On both systems, if you âshow in finder/explorerâ then ALL files in that folder will show.
Try making your system global âexplorerâ window settings to show LIST view instead of icons/thumbnails - that might help, though you may have to scroll - the image should be highlighted somewhere in the list.
Andy, I was wrong. It does show as highlighted in explorer whether in list view or thumbnail view, among many other files. The command has the â/selectâ switch.
So, hereâs a poor manâs version of color balance rgb as a CTL script. It only implements the main tab, and Iâve taken quite a few shortcuts regarding color space conversions, so it most definitely wonât work as the original. But maybe it could be a starting point if somebody wants to take it further.
The script depends on _artlib.ctl from the ART-ctlscripts repository, so in order to use it the easiest thing to do is to copy it in the same dir as the other scripts. colorbalancergb.ctl (6.0 KB)
an enrichment, still have to study the possibilities extensively, already works great, another reason less to look wistful to darktables âcolor balance rgbâ.