These commands affects in Media Browser. For example, “SETUSBAUTOPLAY ON” can be executed to set USB autoplay mode as ON, or “GETMBSUBTLANG” can be executed to learn subtitle language. These commands can be seen below with their definitions, parameters and returns.
Commands | Definition | Parameters | Return |
SETVIEWSTYLE | set view style (Flat or Folder) | string n (Flat, Folder) | #*The view style is set to … (Flat or Folder) |
GETVIEWSTYLE | get view style (Flat or Folder) | no parameter | #*The view style is … (Flat or Folder) |
SETSLIDESHOWINTERVAL | set slide show interval | integer n ( 5, 10, 15, 20, 25, 30 ) | #*The slideshow interval is set to … seconds |
GETSLIDESHOWINTERVAL | get slide show interval | no parameter | #*The slideshow interval is … seconds |
SETUSBAUTOPLAY | set usb autoplay mode | string n (ON, OFF) | #*The USB autoplay is set to … (ON, OFF) |
GETUSBAUTOPLAY | get usb autoplay mode | no parameter | #*The USB autoplay is … (ON, OFF) |
SETMBSUBTLANG | set subtitle language | string n (Albanian, Arabic, Belarussian, Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, Flemish, French, Gaelic, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Kazakh, LaDisplayian, Lithuanian, Macedonian, Montenegrin, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukranian, Welsh) | #*Subtitle is set to … (one of the languages written as in the parameters section) |
GETMBSUBTLANG | get subtitle language | no parameter | #*Subtitle is set to … (one of the languages written as in the setter’s parameters section) |
SETMBSUBTPOS | set subtitle position | string n (Up, Down) | #*The subtitle position is set to … (up, down) |
GETMBSUBTPOS | get subtitle position | no parameter | #*The subtitle position is … (up, down) |
SETMBSUBTFONTSIZE | set subtitle font size | integer n ( 62, 68, 75, 81, 89 ) | #*The media browser subtitle font size is set to … ( font size as in parameters section) |
GETMBSUBTFONTSIZE | get subtitle font size | no parameter | #*The media browser subtitle font size is … ( font size as in setter’s parameters section) |
Table 1: Media browser commands