omeka-s-modules / FileSideload

GNU General Public License v3.0
2 stars 3 forks source link

Renaming media #33

Open allanaaa opened 1 year ago

allanaaa commented 1 year ago

When using the directory option (adding all media in a folder to an item) the optional Title field will rename all added media identically.

FS1 FS2

Should it instead do, maybe: 1) The Title field prepends onto the existing media filename (as in "test-media-title-filename.jpg"), or 2) The Title field will append a unique number to the end based on file order (as in "test-media-title-1.jpg")