by
meson1 on 2025/03/23 10:37:43 AM
So, say I have a file in a transfer called:
Sub Folder\[Video] My Boring Old Filename (Thing in Brackets) - 1080p.mp4
and the web interface URL reference for said file was:
https://127.0.0.1:8888/transfers/fc750d8b8443b567/files/210eefd7bc1ac16d
I am requesting a feature whereby I can rename a file by issuing a URL, like this:
https://127.0.0.1:8888/transfers/fc750d8b8443b567/files/210eefd7bc1ac16d?newname=Sub%20Folder%5C%5BVideo%5D%20My%20New%20Exciting%20Filename%20%28Thing%20in%20Brackets%29%20-%201080p.mp4
which would correspond to a new name of:
Sub Folder\[Video] My New Exciting Filename (Thing in Brackets) - 1080p.mp4
This doesn't necessarily need a corresponding UI feature in the web interface, not for now anyway. But it would let us do batches of file renames programmatically.
I thank you for your time and consideration.