https://github.com/nicfit/mop
GTK+ ID3 tag editor
https://github.com/nicfit/mop
eyed3 id3 mp3 music python
Last synced: about 1 month ago
JSON representation
GTK+ ID3 tag editor
- Host: GitHub
- URL: https://github.com/nicfit/mop
- Owner: nicfit
- License: gpl-3.0
- Created: 2020-03-28T20:22:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T05:43:08.000Z (6 months ago)
- Last Synced: 2025-08-19T17:59:26.001Z (about 2 months ago)
- Topics: eyed3, id3, mp3, music, python
- Language: Python
- Homepage:
- Size: 343 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/eyeD3
:target: https://img.shields.io/pypi/v/eyeD3
:alt:.. image:: https://img.shields.io/pypi/pyversions/eyeD3
:target: https://img.shields.io/pypi/pyversions/eyeD3
:alt:.. image:: https://img.shields.io/pypi/l/eyeD3
:target: https://img.shields.io/pypi/l/eyeD3
:alt:Mop
===GTK+ ID3 tag editor.
Supports ID3 v2.4, v2.3, v2.2 (read-only), and v1.x tags... image:: https://github.com/nicfit/Mop/raw/master/screenshot.png
:target: https://github.com/nicfit/Mop/raw/master/screenshot.png
:alt: ScreenshotInstallation
------------Install via pip:
.. code-block::
pip install Mop
Clone from GitHub:
.. code-block::
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... code-block::
mop "./Hawkwind/1973 - Space Ritual/"
Acknowledgements
----------------Mop's user interface is heavily inspired by `easytag `_.
License
-------.. code-block::
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.