kodi


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


kodi skin 수정) skin.aeonmq7.leia.mod-1.0.2.5 playpause item id="20" 위치로 iptv/video osd position 불러오기

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    kodi skin 수정) skin.aeonmq7.leia.mod-1.0.2.5  playpause item id="20" 위치로  iptv/video osd position 불러오기

    3232235521_1596717484.6517.png

        <include name="VideoOSD_Content">
            <viewtype>list</viewtype>
            <left>225</left>
            <top>172</top>
            <height>300</height>
            <width>1470</width>
            <onleft>100</onleft>
            <onright>100</onright>
            <onup>888</onup>
            <ondown>Close</ondown>
            <orientation>horizontal</orientation>
            <scrolltime>300</scrolltime>
            <preloaditems>2</preloaditems>
            <focusposition>6</focusposition>
            <!--  -->
            <!-- 20200806 iptv/video osd position  playpause item id="20" 위치로 불러오기-->
            <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.aeonmq7.leia.mod\1080i\includes.xml -->
            <defaultcontrol always="true">20</defaultcontrol>
            <!--  -->
            <itemlayout width="112" height="120">
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>30FFFFFF</colordiffuse>
                </control>
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>80FF0000</colordiffuse>
                    <visible>Skin.HasSetting(customosd) + !String.IsEmpty(ListItem.Property(condition))</visible>
                </control>
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>8000BFFF</colordiffuse>
                    <visible>Skin.HasSetting(customosd) + String.IsEmpty(ListItem.Property(condition))</visible>
                </control>
            
            </itemlayout>

            <focusedlayout width="112" height="120">
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>$INFO[Skin.String(colorheader)]</colordiffuse>
                    <animation effect="zoom" center="38,57" start="100" end="120" time="400" easing="out" tween="cubic" reversible="false">Focus</animation>
                    <visible>!Skin.HasSetting(customosd)</visible>
                </control>
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>FFFF0000</colordiffuse>
                    <animation effect="zoom" center="38,57" start="100" end="120" time="400" easing="out" tween="cubic" reversible="false">Focus</animation>
                    <visible>Skin.HasSetting(customosd) + !String.IsEmpty(ListItem.Property(condition))</visible>
                </control>
                <control type="image">
                    <left>20</left>
                    <width>75</width>
                    <height>75</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <texture>$INFO[ListItem.Icon]</texture>
                    <colordiffuse>FF00BFFF</colordiffuse>
                    <animation effect="zoom" center="38,57" start="100" end="120" time="400" easing="out" tween="cubic" reversible="false">Focus</animation>
                    <visible>Skin.HasSetting(customosd) + String.IsEmpty(ListItem.Property(condition))</visible>
                </control>
            </focusedlayout>
            <content>
                <!-- skipbwd -->
                <item id="23">  
                    <label></label>
                    <property name="condition">$INFO[skin.string(osd_video_skipbwd),disable)]</property>
                    <icon>osd_menu_skipbwd.png</icon>
                    <onclick condition="!Skin.HasSetting(customosd)">PlayerControl(Previous)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + !String.Contains(skin.string(osd_video_skipbwd),disable)">Skin.SetString(osd_video_skipbwd,disable)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + String.Contains(skin.string(osd_video_skipbwd),disable)">Skin.Reset(osd_video_skipbwd,disable)</onclick>
                    <visible>[!String.Contains(skin.string(osd_video_skipbwd),disable) | Skin.HasSetting(customosd)] + !VideoPlayer.Content(LiveTV)</visible>
                </item>
                <!-- rew -->
                <item id="19">  
                    <label></label>
                    <property name="condition">$INFO[skin.string(osd_video_rew),disable)]</property>
                    <icon>osd_menu_rew.png</icon>
                    <onclick condition="!Skin.HasSetting(customosd)">PlayerControl(Rewind)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + !String.Contains(skin.string(osd_video_rew),disable)">Skin.SetString(osd_video_rew,disable)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + String.Contains(skin.string(osd_video_rew),disable)">Skin.Reset(osd_video_rew,disable)</onclick>
                    <visible>[!String.Contains(skin.string(osd_video_rew),disable) | Skin.HasSetting(customosd)]</visible>
                </item>
                <!-- playpause -->
                <item id="20">  
                    <label></label>
                    <property name="condition">$INFO[skin.string(osd_video_playpause),disable)]</property>
                    <icon>$VAR[value_button_playpause]</icon>
                    <onclick condition="!Skin.HasSetting(customosd)">PlayerControl(Play)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + !String.Contains(skin.string(osd_video_playpause),disable)">Skin.SetString(osd_video_playpause,disable)</onclick>
                    <onclick condition="Skin.HasSetting(customosd) + String.Contains(skin.string(osd_video_playpause),disable)">Skin.Reset(osd_video_playpause,disable)</onclick>
                    <visible>[!String.Contains(skin.string(osd_video_playpause),disable) | Skin.HasSetting(customosd)]</visible>
                </item>
                <!-- stop -->

    ■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.

    [이 게시물은 11qkr님에 의해 2021-06-12 11:29:34 12.Nas_2에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.


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


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


    Total 485 / 7 Page
    [ sj**2 kli**의 m3u 파일 만들기 작업으로 kodi pvr iptv client로 시청하기 ] 댓글 1

    SJ**2 kl**의 m3u 파일 만들기 작업으로 kodi pvr iptv client로 시청하기쉬운방법이 있내요(실시간 영상 시청 사용기) Ⅰ…

    [ kodi 2가지 버전 설치 윈도우용 휴대용 모드 최신 버전 다운로드 설치로 kodi 테스트 버전 설치 ]

    kodi 2가지 버전 설치 윈도우용 휴대용 모드 최신 버전 다운로드 설치로 kodi 테스트 버전 설치진행 ) 최신 버전 ver18.7 설치 ( …

    [ kodi 스킨 수정)skin.estuary.widget 스킨 수정 20210106-kodi19_skin.es… ] 댓글 21

    kodi 스킨수정)skin.estuary.widget 스킨 수정 내용 종합 정리 내용입니다네이버 카페 https://cafe.naver.com/…

    [ kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정… ] 댓글 1

    kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정하기문제 발생시라이브러리 추가하여 재설정하니…

    [ kodi skin 한글폰트 적용방법) 초기 kodi 스킨을 설치후 한글 설정 방법 및 애용 한글폰트 여러개… ]

    kodi skin 한글폰트 적용방법) 초기 kodi 스킨을 설치후 한글 설정 방법 및 애용 한글폰트 여러개 추가 등 디폴트로 만들기일반적으로 k…

    [ 코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법 ]

    코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법멈추는 문제나 버퍼링 문제가 생기는 가장 일반적인 원인은 애드온 간의 충돌…

    [ kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip … ]

    kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip 한글화 방송진행정보,RSS 추가화려한…

    [ kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 ko… ]

    kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 kodi로 보고듣기http://11q.kr…

    [ kodi 내장 함수 목록 ]

    kodi 내장 함수 목록1.1 부가기능 내장함수기술버전Addon.Default.OpenSettings(extensionpoint)주어진 유형 (…

    [ kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to… ] 댓글 23

    kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to arial.ttf1.윈도우 버전 변경…

    [ kodi iptv channel 방송 안나오거나 보지 않은 채널 tvheadend에서 지우고 kodi 채… ]

    상기방송 114번을 지우고자 합니다>>> 첫열 켜짐 check 헤제 하세요 >> 코디의 방송 채널에서 나오지 않습니다…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 17:00:53

    오늘의 홈 현황


    • 현재 접속자♨ 823 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,009 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,616 명
    • 전체 게시물※ 8,655 개
    • 전체 댓글수※ 24,772 개
    • 전체 회원수 11,068 명

    QR코드


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

    알림 0








    최신글↑