I'm writing a program in Haskell that needs the metadata from media files, such as runtime, artist, size, name, copyright, height....
Basically I need to get this information and create some pdf's with it, but I can't find a way to get the values like "60s", "AC/DC", "5000", "Thunderstruck", "copyright"...
Any ideas hot to parse info that exiftool
gives? Which parameters in exiftool
are better to use? Should I use Text.Regex
?