I would like to read the various id3 tags in a loaded mp3… hopefully grab the album art as well.
Is this built into Corona/Lua?
Thanks,
James [import]uid: 67401 topic_id: 10922 reply_id: 310922[/import]
I would like to read the various id3 tags in a loaded mp3… hopefully grab the album art as well.
Is this built into Corona/Lua?
Thanks,
James [import]uid: 67401 topic_id: 10922 reply_id: 310922[/import]
Not built in, but you can crack open via “file.open” a file and search for the tags -
one of our user does that for images, he opens them via file:open and determines the image format and other information from the image header tag
c. [import]uid: 24 topic_id: 10922 reply_id: 39801[/import]
Thanks carlos [import]uid: 67401 topic_id: 10922 reply_id: 40056[/import]