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??
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!