kodi 스킨수정)skin.estuary.widget/skin.auramod 스킨 수정 / 영화 시청시 play pause 아이콘에서 seek 앞/뒤 30초 이동
♨ 카랜더 일정 :
링크
첨부
본문
kodi 스킨수정)skin.estuary.widget 스킨 수정 / 영화 시청시 play pause 아이콘에서 seek 앞/뒤 30초 이동
<!-- 영화플레이 OSD -->
<control type="radiobutton" id="602">
<textureradioonfocus colordiffuse="white">osd/fullscreen/buttons/play.png</textureradioonfocus>
<textureradioonnofocus>osd/fullscreen/buttons/play.png</textureradioonnofocus>
<textureradioofffocus colordiffuse="white">osd/fullscreen/buttons/pause.png</textureradioofffocus>
<textureradiooffnofocus>osd/fullscreen/buttons/pause.png</textureradiooffnofocus>
<texturefocus colordiffuse="button_focus">osd/fullscreen/buttons/button-fo.png</texturefocus>
<width>76</width>
<animation center="38,38" effect="zoom" end="100" reversible="false" start="95" time="480" tween="back">Focus</animation>
<height>76</height>
<radiowidth>74</radiowidth>
<radioheight>74</radioheight>
<font></font>
<texturenofocus />
<radioposx>1</radioposx>
<radioposy>0</radioposy>
<selected>Player.Paused</selected>
<!-- 11q.kr 추가 영화 시청시 play pause 아이콘에서 seek 앞/뒤 30초 이동 -->
<!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\VideoOSD.xml -->
<!--<control type="radiobutton" id="602"> 에 추가함 -->
<onup>Seek(30)</onup>
<ondown>Seek(-30)</ondown>
<!-- -->
<onclick>PlayerControl(Play)</onclick>
<visible>Player.PauseEnabled</visible>
</control>
skin.auramod 스킨에 seek(30)초 이동
<control type="togglebutton" id="14">
<centertop>50%</centertop>
<description>Play/Pause</description>
<width>48</width>
<height>48</height>
<!-- 11q.kr 추가 영화 시청시 play pause 아이콘에서 seek 앞/뒤 30초 이동 -->
<!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\VideoOSD.xml -->
<!--<control type="radiobutton" id="602"> 에 추가함 -->
<!--
20200716
K:\program_run\Kodi\portable_data\addons\skin.auramod\1080i\Includes_OSD.xml
<control type="togglebutton" id="14"> 에 추가 함
-->
<!-- -->
<onup>Seek(30)</onup>
<ondown>Seek(-30)</ondown>
<!-- -->
<label/>
<altlabel></altlabel>
<font/>
<texturefocus colordiffuse="$VAR[ColorHighlight]">osd/pause.png</texturefocus>
<texturenofocus colordiffuse="main_fg_70">osd/pause.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus colordiffuse="$VAR[ColorHighlight]">osd/play.png</alttexturefocus>
<alttexturenofocus colordiffuse="main_fg_70">osd/play.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
<visible>Player.PauseEnabled</visible>
<animation effect="fade" start="100" end="33" time="100" condition="!Player.PauseEnabled">Conditional</animation>
<onfocus condition="!String.IsEmpty(Window(Home).Property(OSDExtendedInfo)) + Player.Paused">Play</onfocus>
<onfocus condition="!String.IsEmpty(Window(Home).Property(OSDExtendedInfo))">ClearProperty(OSDExtendedInfo,Home)</onfocus>
<onfocus>ClearProperty(OSD_Menu,Home)</onfocus>
</control>
■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.
[이 게시물은 11qkr님에 의해 2021-06-12 11:32:22 12.Nas_2에서 이동 됨]
뷰PDF 1,2
office view
관련자료
댓글목록
등록된 댓글이 없습니다.