The
Library Browser already supports drag-and-drop for managing folders / libraries. When you drag and drop a folder, it will be moved, and if you hold the Shift key, you can “clone” it instead. However, drag-and-drop isn’t currently available for individual items, since all of them are managed by a single
index.xml file that stores the necessary information for every item in the folder. Moving individual items would require updating this file and relocating the corresponding data. We’ll see what can be done to improve this in future versions.
Best regards,