Forum Discussion

evilmax17's avatar
evilmax17
Visitor
15 years ago

ID3 tags for mp3 files?

I don't see anything about this in the documentation, but I figured I would ask anyway.

Is there a way to read ID3 tags for mp3 files using the Roku SDK?

Thanks!

12 Replies

  • Thanks for the update!

    "RokuKevin" wrote:
    void SetUrl(url)
    Set the URL to the audio file. Only file URL’s are initially supported.

    Just confirming, but this means local file URL's, right? So external links to files on a server are currently unsupported.
  • Correct. Local files only.

    We use the manifest entry to help in loading shared library files that let us better manage the limited memory on the device.

    --Kevin