Hello, sry if Discord is not for feature requests, but there is something which I would suggest to implement to raise productivity.
I am using immich with external libraries and want to lock an amount of Images from it (folder based) - the best would be if there is a possibility to automatically lock specific folders from external libraries like the exclude-folder-list in scan settings, but I don't know how difficult this is to implement.
Another option would be the explorer view:
You can open it by the URL "immich.domain.tld/folders") and there you can browse into the folders, but when you are selecting images from here, you don't have the ability to send them to the locked folder, like in the timelime view.
This would help me so much - is there something planned?
I think this would make much sense for people who are working with presorted external libraries.
I played around some hours to code a PHP curl script to realize this feature for on-demand-use, it is working good. But I also realized that the API method "getAssetsByOriginalPath" doesn't show the assets which are locked or hidden, which is a bit strange, because in the API documentation the visibility-key shows all possible values it can have and locked/hidden are two of them.
As I understand, it should be possible at the moment with the searchAssets method to find locked assets, but I only get the following error (using an API key from the external library owner (=admin) with all the permissions I could chose in the GUI):
[message] => Elevated permission is required
[error] => Unauthorized
[statusCode] => 401
.