-
Notifications
You must be signed in to change notification settings - Fork 1
Linux support
Troy Harvey edited this page Jun 7, 2023
·
6 revisions
Debian/Ubuntu based distribution(s):
sudo apt install kid3-cli mkvtoolnix
Solus:
sudo eopkg it kid3-cli mkvtoolnix
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 to any rmeta
command to modify files under each directory recursively:
rmeta all -r