.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
release
requirements.txt
setup.py
.github/workflows/ci.yml
amg/__init__.py
amg/__main__.py
amg/colored_logging.py
amg/menu.py
amg/mkstemp_ctx.py
amg/sanitize.py
amg/tag.py
amg/ytdl_tqdm.py
amg_player.egg-info/PKG-INFO
amg_player.egg-info/SOURCES.txt
amg_player.egg-info/dependency_links.txt
amg_player.egg-info/entry_points.txt
amg_player.egg-info/requires.txt
amg_player.egg-info/top_level.txt
ci/install-ffmpeg
tests/__init__.py
tests/normalize_title_tag.json
tests/test_sanitize.py
tests/test_tag.py