.env.development
.env.example
.env.production
CHANGELOG.md
Dockerfile
INSTALL.md
LICENSE
MANIFEST.in
README.md
docker-compose.override.yml
docker-compose.prod.yml
docker-compose.yml
docker-entrypoint.sh
pyproject.toml
pytest.ini
requirements.txt
setup.py
CLI_Music_Downloader.egg-info/PKG-INFO
CLI_Music_Downloader.egg-info/SOURCES.txt
CLI_Music_Downloader.egg-info/dependency_links.txt
CLI_Music_Downloader.egg-info/entry_points.txt
CLI_Music_Downloader.egg-info/requires.txt
CLI_Music_Downloader.egg-info/top_level.txt
bin/download_music
bin/download_music_enhanced
bin/fixalbumart_improved
cli_music_downloader/__init__.py
cli_music_downloader/batch_metadata.py
cli_music_downloader/cli.py
cli_music_downloader/download_music.py
cli_music_downloader/lyrics_metadata.py
cli_music_downloader/metadata_manager.py
docs/API.md
docs/ENHANCED_METADATA.md
docs/ENVIRONMENT_CONFIGURATION.md
docs/TROUBLESHOOTING.md
examples/config_example.json
examples/enhanced_usage_examples.md
examples/sample_usage.md
scripts/download_music.py
scripts/install.sh
scripts/lyrics_metadata.py
scripts/metadata_manager.py
scripts/publish.sh
scripts/uninstall.sh
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_metadata_functionality.py
tests/test_pytest_metadata.py
workflows/download_music.yaml