An open API service indexing awesome lists of open source software.

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

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

Installation
------------

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.