
marcelo_cabral
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2012
12:28 PM
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??
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??
1 REPLY 1

marcelo_cabral
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2012
12:37 PM
Re: Issue with roAudioMetadata
Well, I quickly found the issue, it seems that the boolean flags on the Manifest was configured like:
But now the documentation refers to:
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!
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!