timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

Getting every available tag values #27

Open jhonatn opened 7 years ago

jhonatn commented 7 years ago

Is there a way to get a Map of every tag key and value inside a song file? In the C version it is possible to use PropertyMap, but that class doesn't exist here