Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
182 stars 34 forks source link

ID3v2: Support building TIPL frames on Tag merge #301

Closed Serial-ATA closed 7 months ago

Serial-ATA commented 7 months ago

We can now convert certain TIPL fields to and from TagItems.

This adds support for the following fields:

"producer" => ItemKey::Producer "arranger" => ItemKey::Arranger "engineer" => ItemKey::Engineer "DJ-mix" => ItemKey::MixDj "mix" => ItemKey::MixEngineer

closes #91