lofty 0.24.0

Audio metadata library
Documentation
1
2
3
4
5
6
7
8
9
use crate::tag::ItemKey;

pub(crate) const TIPL_MAPPINGS: &[(ItemKey, &str)] = &[
	(ItemKey::Producer, "producer"),
	(ItemKey::Arranger, "arranger"),
	(ItemKey::Engineer, "engineer"),
	(ItemKey::MixDj, "DJ-mix"),
	(ItemKey::MixEngineer, "mix"),
];