Thanks Chris -
I tried this but it still doesn't show the 'HD' symbol. Here's a redacted version of the XML I have now:
<item sdImg="http://example.com/439.jpg" hdImg="http://example.com/439.jpg">
<title>Episode 1</title>
<contentId>439</contentId>
<ContentType>movie</ContentType>
<contentQuality>HD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>600</streamBitrate>
<streamUrl>http://example.com/439_600.mp4</streamUrl>
</media>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>2500</streamBitrate>
<streamUrl>http://example.com/439_2500.mp4</streamUrl>
</media>
<synopsis>
An interview
</synopsis>
<starRating>75.0000</starRating>
<votes>4</votes>
<actors>Starring: X</actors>
<director/>
<releasedate>Released: 2013</releasedate>
<genres/>
<hdBranded>True</hdBranded>
<runtime>310</runtime>
<hdBifUrl>
http://example.com/439_bif_hd.bif
</hdBifUrl>
<sdBifUrl>
http://example.com/439_bif_sd.bif
</sdBifUrl>
</item>
I also tried including the hdbranded tag inside the media element like this, but the result was the same (no HD designation while loading)
<media>
<HDBranded>True</HDBranded>
<streamQuality>HD</streamQuality>
<streamBitrate>2500</streamBitrate>
<streamUrl>http://example.com/502_2500.mp4</streamUrl>
</media>
Is there something else needed to get that 'HD' designation to appear while the videos load? tyvmia!
aspiring