Commit a59f1b21 authored by vkostas's avatar vkostas Committed by Max Kellermann

Fix: Separate Conductor from Performer

Conductor was incorrectly saved to Performer tag in MPD database
parent 9e2d09da
ver 0.22.5 (not yet released)
* tags
- id: translate TPE3 to Conductor, not Performer
* output
- httpd: error handling on Windows improved
......
......@@ -352,7 +352,7 @@ scan_id3_tag(const struct id3_tag *tag, TagHandler &handler) noexcept
handler);
tag_id3_import_text(tag, ID3_FRAME_COMPOSER, TAG_COMPOSER,
handler);
tag_id3_import_text(tag, "TPE3", TAG_PERFORMER,
tag_id3_import_text(tag, "TPE3", TAG_CONDUCTOR,
handler);
tag_id3_import_text(tag, "TPE4", TAG_PERFORMER, handler);
tag_id3_import_text(tag, "TIT1", TAG_GROUPING, handler);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment