Skip to main content
Participant
August 11, 2009
Question

FMS 3.5 - Get ID3 info from a mp3 file

  • August 11, 2009
  • 1 reply
  • 607 views

I'm trying to get the ID3 info from a mp3, but at the moment, with no success.

I use ns.play("mp3:"+myFileName) to play the mp3, and everything goes ok, but i have no id3 info. The methods onMetaData or onID3 dont receive nothing.

If i try to use ns.play("id3:"+myFileName), i receive an "stream not found" message in the netStatus method.

Any ideas ?

Thanks in advance.

Fede.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 14, 2009

    I know I might be sound stupid for asking this, but for sure do you have ID3 information in that mp3, is it possible for you to attach one suhc mp3 which you are trying to play?

    Participant
    August 14, 2009

    Hi !

    I have found the problem.

    The server has FMS 3.5.1, and there's an issue with ID3 with that version, i have updated to 3.5.2 and now works as expected.

    Thanks.