You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the awesome tool! I had a feature request:
Immich currently doesn't allow deleting files from external libraries.
All "non-best" assets will be deleted (i.e. moved to Immich's Trash if you have that feature enabled)
Please allow configuring this bit to archive the duplicates instead, or generate a filelist in browser that includes file paths of the assets.
Usecase
I want to delete some stuff in the external libraries, so I figure an easy workaround would be to get a list of file paths to delete, that I can then manually delete on the server with ssh and rm $( cat files_to_delete.txt ) or similar.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the awesome tool! I had a feature request:
Immich currently doesn't allow deleting files from external libraries.
Please allow configuring this bit to archive the duplicates instead, or generate a filelist in browser that includes file paths of the assets.
Usecase
I want to delete some stuff in the external libraries, so I figure an easy workaround would be to get a list of file paths to delete, that I can then manually delete on the server with ssh and
rm $( cat files_to_delete.txt )
or similar.The text was updated successfully, but these errors were encountered: