Windows 10. Trying to use my first lua script and it seems to be not installed or not working. The steps described in the script in “… assign a keyboard shortcut …” are not available to me.
script: https://github.com/darktable-org/lua-scripts/blob/master/contrib/rate_group.lua
I created luarc (no file extension) here: C:\users%username%\AppData\Local\darktable
require 'tools/script_manager'
require 'lua/rate_group'
the file rate_group.lua is in C:\users%username%\AppData\Local\darktable\lua
I also downloaded script_manager to see if that would help. nope.
toggling settings → lua options → lua scripts installer don’t show again doesn’t have any effect.
Yes, I’ve exited and re-started dt each time. No. I don’t have git installed - I should be able to brute-force individual scripts without needing git, right?