untag
The untag
command removes the “.optimized” suffix from your optimized video files. Best for after you removed originals with purge
This operation would be tedious to undo. The files themselves are unchanged, only their names are modified. Reveresing would simply be a matter of renaming the files, adding them back in.
Usage
# Safely removes the ".optimized" tag from file names
nen untag "/media/series/Mob Psycho"
Full help output:
usage: NanoEncoder untag [-h] directory
positional arguments:
directory Path to the target directory
options:
-h, --help show this help message and exit