EVP380 Subtitle Control: Selection by Language Code, Track Index, or Auto

Modified on Mon, 27 Jul at 4:13 PM

The EVP380 allows dynamic management of subtitle display, whether through manual navigation, ISO-639 language code, or track index. Below are the available commands to enable, disable, or list subtitles.


TABLE DES MATIÈRES


Generic Subtitle Selection Command


ByteRoleValueDescription
0Sync0x80 | idSynchronization byte and player identifier
1Command0x0DSubtitle selection command
2Parameters0x00Disable subtitles
0x01Enable automatic subtitle selection based on system settings
0x02Select previous subtitles (no looping)
0x03Select next subtitles (no looping)
0x04Select previous subtitles (with looping)
0x05Select next subtitles (with looping)


Select Subtitle Track by Language Code


ByteRoleValueDescription
0Sync0x80 | idSynchronization byte and player identifier
1Command0x1DManual subtitle selection using ISO-639 language code
2Language Code[0x61-0x7A]1st byte corresponding to the ASCII value of the ISO-639 language code string (between "a" and "z")
3Language Code[0x61-0x7A]2nd byte corresponding to the ASCII value of the ISO-639 language code string (between "a" and "z")
4Language Code[0x61-0x7A]3rd byte corresponding to the ASCII value of the ISO-639 language code string (between "a" and "z")


Select Subtitle Track by Track Index


ByteRoleValueDescription
0Sync0x80 | idSynchronization byte and player identifier
1Command0x2DManual subtitle selection by index
2Index[0x00-0x7F]Track index (0-127)


List Subtitle Tracks

ByteRoleValueDescription
0Sync0x80 | idSynchronization byte and player identifier
1Command0x04Information request
2Sub-command0x41List subtitle tracks


Return Value: List of ISO-639 codes separated by semicolons and terminated by CRLF.


Example
eng;ara;nld


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article