-
Notifications
You must be signed in to change notification settings - Fork 1
Linux support
Troy Harvey edited this page May 21, 2023
·
6 revisions
mkvtoolnix
kid3
+ git for cloning the repository
Debian/Ubuntu based distribution(s):
sudo apt install kid3-cli mkvtoolnix git
Solus:
sudo eopkg it kid3-cli mkvtoolnix git
sudo wget -P /usr/bin https://raw.githubusercontent.com/HarveyDevel/rmeta/master/rmeta
Make sure the file has execute permissions:
sudo chmod +x /usr/bin/rmeta
Please note this script will modify the metadata for ALL files in the active directory.
[command] [argument]
For mkv files:
rmeta mkv
For mp4 files:
rmeta mp4
For both mkv and mp4 files:
rmeta all
You can append -r or --recursive to any rmeta
command to modify files under each directory recursively:
rmeta all -r