Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
marcelo_cabral
Roku Guru

Issue with roAudioMetadata

Something broke the roAudioMetadata object after a recent update for Roku 1 (version 3.1 build 1017)
It is allways returning invalid for the methods GetTags() and GetAudioProperties()
I double checked and I have the "requires_audiometadata=true" in the Manifest file.

BTW I noticed that now the Roku asks if we want to upgrade a channel, nice feature!

Any change on the SDK that I'm not aware??
0 Kudos
1 REPLY 1
marcelo_cabral
Roku Guru

Re: Issue with roAudioMetadata

Well, I quickly found the issue, it seems that the boolean flags on the Manifest was configured like:
requires_audiometadata=true


But now the documentation refers to:

requires_audiometadata=1


So any existing Channel with the old format, after the recent firmware update are not considering the flags inside the Manifest file.

I use the Eclipse Plugin and its editor still save in the old format, beware!
0 Kudos