dschlueter
9e61b01f92
Fix M3U #EXTINF to include artist: 'Artist - Title' format
...
#EXTINF:0,Title was missing the artist, causing VLC and other players
to show only the track title without the performer. Standard M3U
extended format is '#EXTINF:<duration>,<Artist> - <Title>'.
Falls back to album.artist when no per-track artist is set.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 11:37:58 +01:00
..
__init__.py
Fix and expand tests: 63 tests passing, covers all core modules
2026-02-18 00:00:44 +01:00
test_cli.py
feat: auto-rename album directory after in-place apply
2026-02-18 06:49:17 +01:00
test_cover.py
Opus/M4A-Cover-Embedding, cover.py-Tests und OCR-Tests
2026-02-18 04:50:13 +01:00
test_llm_parser.py
LLM-Parser-Tests, check-Befehl und Cover-Doku
2026-02-18 00:45:49 +01:00
test_models.py
Fix and expand tests: 63 tests passing, covers all core modules
2026-02-18 00:00:44 +01:00
test_musicbrainz.py
Remove MusicBrainz retry logic — HTTP 200 means no data, not transient error
2026-02-18 09:48:07 +01:00
test_ocr.py
Opus/M4A-Cover-Embedding, cover.py-Tests und OCR-Tests
2026-02-18 04:50:13 +01:00
test_organizer.py
feat: auto-rename album directory after in-place apply
2026-02-18 06:49:17 +01:00
test_playlist.py
Fix M3U #EXTINF to include artist: 'Artist - Title' format
2026-02-18 11:37:58 +01:00
test_ripper.py
Add CDDB confirmation, cd-discid hint, CD-counter increment, check command
2026-02-18 10:02:01 +01:00
test_tagger.py
Opus/M4A-Cover-Embedding, cover.py-Tests und OCR-Tests
2026-02-18 04:50:13 +01:00
test_vision_llm.py
Fix and expand tests: 63 tests passing, covers all core modules
2026-02-18 00:00:44 +01:00