FullHD and 5.1 branding

I am trying to show FullHD logo for 1080p streams but havent been successful. I am using the following settings:

HD - (this shows HD branding logo fine)

  item.HDBranded = true
  item.IsHD = true
  item.FullHD = false

FullHD – (this does not work)

  item.HDBranded = true
  item.IsHD = true
  item.FullHD = true
  item.frameRate = 24

I am testing with a 1080p TV and have set roku to 1080p mode. What am I doing wrong?

Also, how can I show the " 5.1)) " branding logo ( like Amazon and others do )?

You may also need:
item.contentquality=“HD”
item.streamqualities=[“HD”]

It is silly that in order to display the branding it requires so many settings to be ‘perfect’. It would have been better IMO to have a single setting, like, contentlogo=SD, HD, 1080P, etc and then a boolean display logo option.

Thanks for your answer destruk.

I have set streamqualities to “HD” as well. Also tried streamqualities “FullHD” just in case. Still no luck.