mop

MPEG ID3 tagger using Python, eyeD3, and GTK+


Keywords
mp3, id3, eyed3, tagger, gtk, gui, music, python
License
GPL-2.0+
Install
pip install mop==0.1.1

Documentation

Mop

GTK+ ID3 tag editor. Supports ID3 v2.4, v2.3, v2.2 (read-only), and v1.x tags.

Screenshot

Installation

Install via pip:

pip install Mop

Clone from GitHub:

git clone https://github.com/nicfit/Mop.git
cd Mop
pip install -e .

Usage

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/"

Acknowledgements

Mop's user interface is heavily inspired by easytag.

License

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.