darktable-org / lua-scripts

155 stars 110 forks source link

Proposed 3.6 organization #332

Closed wpferguson closed 3 years ago

wpferguson commented 3 years ago

This PR implements #302, reorganizing the scripts by function rather than origin.

The contrib and official directories are gone and the scripts are put in the following categories

There is a new version of script_manager, script_manager_test, included in the tools directory. It supports a color interface. The following css needs to be added to the configuration in the general tab under css tweaks

    button#sm_started label { color: rgb(50,210,50); }
    button#sm_stopped label { color: rgb(210,50,50); }

and then use color needs to be selected from the configuration menu in script_manager.

This is a work in progress. To test it do the following:

Please test and provide feedback.

EDIT

To change back to your original scripts when you are done testing:

wpferguson commented 3 years ago

Revised my thought process on this and decided that user defined mapping was a better solution.