Skip to content

Linux support

Troy Harvey edited this page May 20, 2023 · 6 revisions

Clone the repository:
git clone https://github.com/HarveyDevel/rmeta.git

Install:
cd rmeta
sudo cp rmeta.sh /usr/bin/rmeta
Make sure the file has execute permissions:
sudo chmod +x /usr/bin/rmeta

Usage:
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

Clone this wiki locally