Metadata-Version: 2.1
Name: trackfilter
Version: 1.0.0
Summary: Remove YouTube-related garbage from song titles.
Home-page: https://github.com/mirrorfm/trackfilter
Author: Stephane Bruckert
Author-email: stephane.bruckert@gmail.com
License: MIT
Project-URL: Documentation, https://trackfilter.readthedocs.io/
Project-URL: Changelog, https://trackfilter.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/mirrorfm/trackfilter/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*

========
Overview
========



Remove YouTube-related garbage from song titles.

* Free software: MIT license

Installation
============

::

    pip install trackfilter

You can also install the in-development version with::

    pip install https://github.com/mirrorfm/trackfilter/archive/master.zip


Documentation
=============

https://trackfilter.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox

Changelog
=========

unreleased
----------

* Remove "(unreleased)"
* Add separator ►
* Remove what follows [something]

0.2.0 (2020-03-07)
------------------

* Remove vinyl and CD track numbers A1, A2, etc.
* Remove "Premiere:"
* Remove "(genre+year)"

0.1.3 (2019-12-13)
------------------

* Remove label before artist

0.1.2 (2019-12-13)
------------------

* Add more Artists separators

0.1.1 (2019-12-13)
------------------

* Remove ampersand separator between multiple artists

0.1.0 (2019-11-29)
------------------

* Detect multiple Artist and Track seperators

0.0.1 (2019-11-25)
------------------

* Basic split of Artist - Track

0.0.0 (2019-11-25)
------------------

* First release on PyPI.


