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 465 / 20 Page
    [ kodi skin 수정 4/26 ) skin.arctic.zephyr.2.pkscout.mod 심플한 가로… ] 댓글 1

    skin 수정작업2) skin.arctic.zephyr.2.pkscout.mod 비디오 모드 튜닝 및 해상도 보기 검색메뉴 추가 작업다음 수정…

    [ kodi skin 수정)ko_skin.titan.bingie-master.zip 한글화및 wavve addo… ] 댓글 1

    kodi skin 수정)ko_skin.titan.bingie-master.zip 한글화및 wavve addon 영화파일,비디오/폴더 포스터 아이…

    [ ● 스킨 끝판왕 추천) kodi swan skin 스킨 기능 추가 투닝 작업 공유 및 지속 업데이트 ] 댓글 99

    ● 스킨 끝판왕 추천)kodi swan skin 스킨 기능 추가 투닝 작업 공유 및 지속 업데이트지속업데이트 중인것은 아래링크이동확인 바랍니다★…

    [ ● destiny_by_11q update)20211104-0_kodi19_skin.destiny_by_1… ] 댓글 11

    최신업데이트 버전은https://11q.kr/www/bbs/board.php?bo_table=co2&wr_id=2468에서 확인 바랍니다…

    [ Install Kodi on Debian 8 ] 댓글 1

    Install Kodi on Debian 8First edit/etc/apt/sources.listfile to Enable Jessie bac…

    [ kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용… ] 댓글 1

    kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용버전 한글 폰트 코디 korea fon…

    [ kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 한글 Aeon-Nox-SiLVO… ] 댓글 20

    kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 과 kodi 2 개를 설치 사용 하세요그리고 제가 올린 함초롬 한글…

    [ Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법 ]

    Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법넷플릭스 자체 자막 입니다기본적인…

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

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


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-22 19:47:05

    오늘의 홈 현황


    • 현재 접속자♨ 677 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 5 명
    • 주간 가입자※ 17 명
    • 오늘 방문자 1,812 명
    • 어제 방문자 2,034 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,392,580 명
    • 전체 게시물※ 8,654 개
    • 전체 댓글수※ 24,768 개
    • 전체 회원수 11,067 명

    QR코드


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

    알림 0








    최신글↑