Can I supress Subtitles and Audio dialog when playing movies?

Actually, I spoke prematurely.

If you wish, I’ll show you how to disable it (it’s a hack, but it’s a “Supported” hack, since the UI is customizable.)

Go download the LEGACY them onto the Hub.

That will store a bunch of files on the Hub’s hard drive.

Edit the file called 

/.wd_tv/theme/Legacy/video_run.xml

and COMMENT OUT the following lines, like so:

<?xml version=“1.0”?>

<page>

  <ctrlgrp>

        <button valkey=“CLOSE”/>

        <linebreak/>

        <button valkey=“SKIP_TIME”/>

  </ctrlgrp>

  <!–comment>

  <wrapper disable=“@@disable_subtitle_audio_info”>

        <image image=“image/video_playback_subtitle_info_bg.png” x=“901” y=“36” w=“310” h=“83”/>

        <text text=“@@subtitle_info” x=“918” y=“53” w=“276” h=“22” fontsize=“20” textcolor=“0xffffff” align=“left” speed=“1” delay=“2”/>

        <text text=“@@audio_info” x=“918” y=“83” w=“276” h=“22” fontsize=“20” textcolor=“0xffffff” align=“left” speed=“1” delay=“2”/>

  </wrapper>

  <comment –>