2023-01-27 02:36:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-10-12 21:00:07 +00:00
|
|
|
<component name="JFVideo" extends="Video">
|
|
|
|
<interface>
|
|
|
|
<field id="backPressed" type="boolean" alwaysNotify="true" />
|
2020-03-30 15:15:57 +00:00
|
|
|
<field id="selectSubtitlePressed" type="boolean" alwaysNotify="true" />
|
2022-09-06 04:38:37 +00:00
|
|
|
<field id="selectPlaybackInfoPressed" type="boolean" alwaysNotify="true" />
|
2020-02-17 19:30:04 +00:00
|
|
|
<field id="PlaySessionId" type="string" />
|
2020-02-29 03:13:12 +00:00
|
|
|
<field id="Subtitles" type="array" />
|
2020-03-11 03:50:47 +00:00
|
|
|
<field id="SelectedSubtitle" type="integer" />
|
|
|
|
<field id="container" type="string" />
|
|
|
|
<field id="directPlaySupported" type="boolean" />
|
|
|
|
<field id="systemOverlay" type="boolean" value="false" />
|
2020-11-30 07:46:20 +00:00
|
|
|
<field id="showID" type="string" />
|
2021-06-12 15:03:47 +00:00
|
|
|
|
|
|
|
<field id="transcodeParams" type="assocarray" />
|
2022-07-04 09:31:28 +00:00
|
|
|
<field id="transcodeAvailable" type="boolean" value="false" />
|
2022-07-04 09:09:16 +00:00
|
|
|
<field id="retryWithTranscoding" type="boolean" value="false" />
|
2021-06-12 15:03:47 +00:00
|
|
|
<field id="isTranscoded" type="boolean" />
|
2023-03-26 01:52:12 +00:00
|
|
|
<field id="allowCaptions" type="boolean" value="false" />
|
2021-06-12 15:03:47 +00:00
|
|
|
<field id="transcodeReasons" type="array" />
|
2022-09-14 23:34:29 +00:00
|
|
|
|
2021-06-12 15:03:47 +00:00
|
|
|
<field id="videoId" type="string" />
|
|
|
|
<field id="mediaSourceId" type="string" />
|
|
|
|
<field id="audioIndex" type="integer" />
|
2019-10-12 21:00:07 +00:00
|
|
|
</interface>
|
2020-02-17 19:30:04 +00:00
|
|
|
<children>
|
2023-01-31 23:26:20 +00:00
|
|
|
<Group id="captionGroup" translation="[960,1020]"></Group>
|
2023-01-27 00:03:09 +00:00
|
|
|
|
2020-02-17 19:30:04 +00:00
|
|
|
<timer id="playbackTimer" repeat="true" duration="30" />
|
2022-05-11 15:56:33 +00:00
|
|
|
<timer id="bufferCheckTimer" repeat="true" />
|
2023-01-27 02:36:11 +00:00
|
|
|
<JFButton id="nextEpisode"
|
2023-03-19 14:05:44 +00:00
|
|
|
opacity="0"
|
|
|
|
textColor="#f0f0f0"
|
|
|
|
focusedTextColor="#202020"
|
|
|
|
focusFootprintBitmapUri="pkg:/images/option-menu-bg.9.png"
|
|
|
|
focusBitmapUri="pkg:/images/white.9.png"
|
|
|
|
translation="[1500, 900]" />
|
2022-11-07 04:35:02 +00:00
|
|
|
|
|
|
|
<!--animation for the play next episode button-->
|
2022-11-21 01:18:23 +00:00
|
|
|
<Animation id="showNextEpisodeButton" duration="1.0" repeat="false" easeFunction="inQuad">
|
2022-11-07 04:35:02 +00:00
|
|
|
<FloatFieldInterpolator key="[0.0, 1.0]" keyValue="[0.0, .9]" fieldToInterp="nextEpisode.opacity" />
|
|
|
|
</Animation>
|
2022-11-21 01:18:23 +00:00
|
|
|
<Animation id="hideNextEpisodeButton" duration=".2" repeat="false" easeFunction="inQuad">
|
2022-11-07 04:35:02 +00:00
|
|
|
<FloatFieldInterpolator key="[0.0, 1.0]" keyValue="[.9, 0]" fieldToInterp="nextEpisode.opacity" />
|
|
|
|
</Animation>
|
2020-02-17 19:30:04 +00:00
|
|
|
</children>
|
2022-11-03 01:18:16 +00:00
|
|
|
</component>
|