Metadata-Version: 2.1
Name: mop
Version: 0.1.2a0
Summary: MPEG ID3 tagger using Python, eyeD3, and GTK+
Home-page: https://github.com/nicfit/Mop
License: GPL-3.0-or-later
Keywords: mp3,id3,gtk,eyed3,
Author: Travis Shirk
Author-email: travis@pobox.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Requires-Dist: PyGObject (>=3.38.0)
Requires-Dist: eyeD3[art-plugin] (>=0.9.5)
Requires-Dist: nicfit.py (>=0.8.6)
Project-URL: Repository, https://github.com/nicfit/Mop
Description-Content-Type: text/x-rst



.. 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 <https://gitlab.gnome.org/GNOME/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.

