Truly read the ID3 info from the files.
commit741933afd155642a9f44e90d24e793d41ec0f0a8
authorNicolas Pennequin <nicolas.pennequin@free.fr>
Tue, 14 Aug 2007 17:06:57 +0000 (14 19:06 +0200)
committerNicolas Pennequin <nicolas.pennequin@free.fr>
Tue, 14 Aug 2007 17:06:57 +0000 (14 19:06 +0200)
tree938bcdd7d2038ed1d1af854f37fe92688154f9ad
parent6874d37b18d809aeed43f524001568e233a315e9
Truly read the ID3 info from the files.

Call get_metadata to obtain the struct mp3entry with the file's metadata.
We need to use special functions to copy ot move the struct mp3entry because
it has pointers to an internal buffer.
The bufopen thread needs a bigger stack for this.

Tested successfully on sim and on the gigabeat.
testplugin.c