What's New in v2.1.9
✨ New Features & Enhancements
- Advanced Metadata Control (Multi-Value Tags & Lyrics): You now have granular control over how your metadata is written! Introduced the new
--multi-tagsflag (andmulti_value_tags = trueconfig option), which intelligently splits comma-separated strings (like multiple genres) into true discrete multi-value tags for Vorbis Comments (FLAC) and ID3v2.4 (MP3), ensuring flawless compatibility with high-end players. Additionally, you can now use the--no-embed-lyricsflag to skip injecting lyrics directly into audio files, perfect for users who strictly prefer clean files with external.lrcsidecars. - Documentation Overhaul: The README has been completely revamped. It now features a comprehensive, easy-to-read Markdown table detailing every single formatting variable available for custom folder and track naming, complete with real-world examples.
🐛 Bugfixes & Optimizations
- Extra Files
UnboundLocalErrorFix: Resolved a specific issue that would occasionally cause the application to crash and halt the queue when the engine attempted to skip downloading extra files (such as digital booklets or goodies) that already existed in the destination folder. The downloader now safely skips these files without throwing variable assignment errors.