I have a folder with ~100 QGIS-style files (.qml). Is it possible to tell QGIS that whenever I load a layer which has the same name as one of the .qml files apply that style instead of giving the layer a random color?
We have layers in each of our customers' folders, always with the same name (e.g. "Trees") so .qlr is not an option.
I know I can do it with a Python script, but I do not want to execute it every time I add a new layer. Maybe it is possible to trigger the script automatically everytime a layer is added?