Skip to content

metadata

#255: How to Work With MP3 Metadata

The metadata in audio files help us to organise songs and allows tools like iTunes to show us the artist of the song it is playing. As long as the metadata is correct, everything works nicely. But what can we do if the data is wrong or not set at all? Let us explore our options and set some metadata.

#27: Reading Exif Metadata From Images

While sorting my images I came up with a little idea: Can I find all images I took with a specific lens? As it turns out, Python offers a wide range of packages to get this information from the Exif metadata. This post is part of my journey to learn Python. You can find the other parts of this series here.