GTK+ ID3 tag editor. Supports ID3 v2.4, v2.3, v2.2 (read-only), and v1.x tags.
Install via pip:
pip install Mop
Clone from GitHub:
git clone https://github.com/nicfit/Mop.git cd Mop pip install -e .
Run mop
with no options will open a file dialog allowing you to select file or
directories. Alternatively files can be specified on the command line.
mop "./Hawkwind/1973 - Space Ritual/"
Mop's user interface is heavily inspired by easytag.
Copyright (C) 2020 Travis Shirk This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.