kodi


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


kodi 스킨수정)skin.estuary.widget/skin.auramod 스킨 수정 / 영화 시청시 play pause 아이콘에서 seek 앞/뒤 30초 이동

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    kodi 스킨수정)skin.estuary.widget 스킨 수정 / 영화 시청시  play pause 아이콘에서 seek 앞/뒤 30초 이동

    3232235521_1594723218.0752.png


                          <!-- 영화플레이 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)초 이동 

    3232235521_1594894744.9746.png

            <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

    관련자료

    댓글목록

    등록된 댓글이 없습니다.


    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 485 / 3 Page
    [ Kodi 19.0 "Matrix"- RC 1 출시 ] 댓글 2

    Kodi 19.0 "Matrix"- RC 1 출시그리고, 우리는 다시 간다.축제 시즌에 먼지가 쌓이기 때문에 또 다른 프리 릴리즈가 거리를 밟을…

    [ 펌)라이브러리 자동 업데이트 애드온을 통해 Kodi 라이브러리를 업데이트하는 방법 ]

    펌)라이브러리 자동 업데이트 애드온을 통해 Kodi 라이브러리를 업데이트하는 방법라이브러리가 특정 시간 간격으로 자동 업데이트되도록 Kodi 시…

    [ kodi 최적의 한글 폰트 와 아이콘 깨짐 대응 폰트 DejaVu.ttf ] 댓글 3

    kodi 최적의 한글 폰트 와 아이콘 깨짐 대응 폰트일부 kodi skin에 한글 을 적용 할시 한글 외 아이콘 부분이 깨집니다이상과 같이 아이…

    [ iptv_ok) kodi Delayed audio problem / 코디 비디오 지연으로 오디오 싱크 버퍼… ] 댓글 13

    kodi 플레이로 동영상/iptv 시청중 에 몇 분후 ( 20~30분 ...1시간 후) 비디오 지연이 되어 음성 과 일치 하지 않습니다.사용조건…

    [ titan bingie skin 다운로드 설치 Kodi를 Netflix처럼 보이게 만드는 방법 ] 댓글 4

    Kodi를 Netflix처럼 보이게 만드는 방법repository.bingietitan bingie skin 다운로드 설치BINGIE 리포지토리…

    [ kodi skin time bar label 수정정보 정보 화면 / OSD에 남은 시간 추가 ]

    kodi skin time bar label 수정정보kodi.wiki에서정보 확인합니다1정보 화면 / OSD에 남은 시간 추가A. VideoFu…

    [ NETFLIX unter KODI 18 (Libre-/CoreELEC/Windows) installieren… ]

    netflix 모든조건 1080p로 설정하여 1080p로 볼수 있는 조건 입니다모바일에서는 540p로 저화질로 보기가 어려운 분은 kodi ad…

    [ 추천) 푹tv 유료가입 시청 pooq 방송 & kodi 의 plugin.video.pooq-0.3.1.zip ] 댓글 17

    방송 월정액 방송(LIVE+VOD)+VOD 10회 다운로드 (모바일 + PC + TV FHD 시청 1회선) 10,900원가입해야 u5pvr에서 …

    [ 데비안 9 에 tvheadend와 kodi의 안정적인 iptv 시청 사진 입니다.... ]

    ◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠ [이 게시물은 11qkr님에 의해 2021-0…

    [ skin.carpc-xtouch_le-4.0.2_11qkr.zip 한글화 진행 ]

    skin.carpc-xtouch_le-4.0.2_11qkr.zip 한글화 진행한글화만 진행 초기설치시 한글 이상 없습니다.자료는 공개 자료실에 …

    [ ● 삼성TV 플러스 KODI 애드온 파일 TV채널리스트 만들기 ]

    ● 삼성TV 플러스 KODI애드온 파일 TV채널리스트 만들기 ● kodi 애드온 저장소 설치samsung TV plus로 채널을 시청 방법htt…

    [ ● kodi19 matrix에서 addon strm playlist maker 영화 저장 경로 저장 STRM… ] 댓글 2

    ● kodi19 matrix에서 addon strm playlist maker 영화 저장 경로 저장STRM Generator 설치 구동하기- 비…

    [ ● 스킨, X초 후 일시 중지 OSD(On-Screen-Display) 숨기기 ]

    ●스킨, X초 후 일시 중지 OSD(On-Screen-Display) 숨기기어떤 사람들은Pause OSD(일시 중지 기호, 탐색 표시줄, 비디오…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-02 10:22:20

    오늘의 홈 현황


    • 현재 접속자♨ 620 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 7 명
    • 오늘 방문자 1,556 명
    • 어제 방문자 2,099 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,354,801 명
    • 전체 게시물※ 8,612 개
    • 전체 댓글수※ 24,675 개
    • 전체 회원수 11,004 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑