Hello,
I have a few questions about file manipulation. I'm just starting to learn GTK+ and have a basic understanding of both C and C++. I want a cross-platform/fast/stable way with few dependencies to read metadata from media files and save their paths and show them in a GUI. I am planning to put this into a media player (hopefully using gstreamer, http://gstreamer.freedesktop.org/). Thanks for taking a look,
Hopefully all kinds... I don't know if I'm allowed to support proprietary formats; but otherwise I would like to support what gstreamer does, if I can use them as a backend,
Anyway,
That's not the big thing I think. I need to be able to read the metadata on any type of file that I'll be supporting (probably through gstreamer) and display it correctly (and maybe even let them edit it). Does anyone know how to do this? Thanks for looking..