Small container image to run mnamer - media renamer
2.5K
A little container I wrote to package mnamer in docker
Pass the folder of files you wish to process with mnamer as a volume to the container
The following will interactively process folders in the /mnt folder that you've passed to the container from /path/to/files
docker run \
-it --rm --name mnamer \
-v /path/to/files:/mnt \
b3vis/mnamer
Content type
Image
Digest
Size
22.6 MB
Last updated
almost 5 years ago
docker pull b3vis/mnamer