New Channel But Questions

I have a new Private channel code MRCTV - I am using the Videoplayer template. Does anyone know how do I remove or enable the ratings? They don’t work and if I can’t get it to work I want to get rid of them.

Assuming you mean on the Springboard/Details screen, you should add the following to preShowDetailScreen() in appDetailScreen.brs:

screen.SetStaticRatingEnabled(False)

That did it - Thank you for your help.