Forum Discussion
TheEndless
11 years agoRoku Guru
"zuber" wrote:
You are Genius ma.. can you please explain why it works this by adding amp; please ?
also if I can set aspect ratio to stretch or 16:9.
Thanks again
The ampersand (&) is a reserved character in XML, so anytime it's used in a value (barring CDATA, but that's a different topic) it has to be encoded as &. Here's a blog post that does a decent job explaining it: http://www.microshell.com/programming/p ... ampersand/
As for changing the aspect ratio, I'm afraid that's not possible. It'd certainly be nice, but either the chipset doesn't support it, or Roku decided not to expose it for some reason.