Metadata-Version: 2.0
Name: MetaMusic
Version: 1.1.5
Summary: Metamusic
Home-page: https://github.com/unique1o1/Meta-Music
Author: Yunik Maharjan
Author-email: yunik.maharjan@icloud.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: attrs (==17.4.0)
Requires-Dist: beautifulsoup4 (==4.6.0)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: certifi (==2018.1.18)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==6.7)
Requires-Dist: eyeD3 (==0.8.4)
Requires-Dist: Flask (==0.12.2)
Requires-Dist: Flask-SQLAlchemy (==2.3.2)
Requires-Dist: idna (==2.6)
Requires-Dist: itsdangerous (==0.24)
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: MarkupSafe (==1.0)
Requires-Dist: mutagen (==1.40.0)
Requires-Dist: numpy (==1.14.0)
Requires-Dist: pathlib (==1.0.1)
Requires-Dist: pluggy (==0.6.0)
Requires-Dist: psycopg2 (==2.7.4)
Requires-Dist: py (==1.5.2)
Requires-Dist: pytest (==3.4.2)
Requires-Dist: python-magic (==0.4.15)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: SQLAlchemy (==1.2.3)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: Werkzeug (==0.14.1)


# Meta-Music
Meta-Music is a simple application for Linux and Mac (windows support coming up) for adding Metadata to your music File/ Library with a few simple clicks.

**Python 3.6 or higher needed**
# Using PIP
        sudo pip install MetaMusic
        meta-music
        # Or
        meta-music /path/to/folder or song

# Using source

        cd Meta-Music
        git checkout pypi_package 
        python3.6 setup.py install
        meta-music
        # Or
        meta-music /path/to/folder or song

**Debian users can open the application through the icon**

# Demo

![demo](https://media.giphy.com/media/8PBFETWIZ39tme3vow/giphy.gif)


**Note for MacOS users**: If you experience problems with fork in macOS, put `OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` in your environment variable to fix the issue. This is an issue with macOS 10.13 where Apple changed the way fork() works on the OS which is incompatible with Python fork().

**Note for Windows users**: Currently the program is not working for windows

* **If you have any problems do open an issue**


