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 / 11 Page
    [ 정보● kodi addon boritv mini 다수의 m3u 채널 merge 설정 작업 사용기 ]

    ●kodi addon boritv mini 다수의 m3u 채널 merge 설정작업 사용기애드온 업데이트 되어 채널 통합이 가능해졌습니다밤..님의…

    [ 설정값)tvheadend의 kodi 접속 하여 시청시 Continuity counter error 로 인한 … ]

    ◎ 아래의 iptv의 송신/수신에 대한 에러 발생시 사운드 끝김 발생 합니다시청화면 하단 사운드 아이콘을 클릭 진입하여 패스스루 허용을 on/o…

    [ 무료영화 보기)새로운 Kodi Exodus 최신 버전 (XvBMC 저장소) ] 댓글 10

    Kodi Bae는 현재 GitHub에서 사용할 수있는 새로운 저장소입니다.Kodi Bae 저장소 자체에는 몇 가지 문제가 있지만이 저장소에있는 …

    [ KODI 한글 스킨 폰트 설정하기 및 자막폰트 변경하기 /skin font subtitle font ch… ] 댓글 1

    KODI 한글 스킨 폰트 설정하기 및 자막폰트 변경하기 /skin font subtitle font change1.한글 설정하기(폴더, 파일명 …

    [ kodi_skin) Rapier skin을 설치 영화 라이브러리 스캔 설정 및 추가스킨설치 한글 설정 소개… ] 댓글 2

    kodi_skin) Rapier skin을 설치 영화 라이브러리 스캔 설정 및 한글 설정 소개 드립니다준비물다음영화 라이브러리 구글링 최신버전을…

    [ kodi skin)skin.destiny-4.0_11q.kr_4k_MyWeather2_setting_2020… ] 댓글 2

    skin.destiny-4.0_11q.kr_4k_MyWeather2_setting_20200518.zip영화 포스트 설정 보기모드 추가 및 소스…

    [ 완료)kodi skin titan 한글폰트업데이트 작업설치 ] 댓글 13

    완료)kodi skin titan 한글폰트업데이트 작업설치 저장 합니다.자료는https://11q.kr/g5s/bbs/board.php?bo_t…

    [ kodi skin) skin.destiny-4.0.1_ko_gothic_by_11q.kr_at_2020052… ]

    skin.destiny-4.0.1_ko_gothic_by_11q.kr_at_20200524.zip회원님 요청에 네이버 나눔고딕체 적용을 하여 설…

    [ Kodi Matrix 19.0 HDR Windows API ( Kodi 19 알파 마스터에 병합 됨 ) ]

    Kodi Matrix 19.0 HDR Windows API(Kodi 19 알파 마스터에병합 됨)@fandangos의작업에서 영감을 얻은이 포크는…

    [ Kodi (XBMC)에서 Confluence 하위 메뉴를 사용자 정의하는 방법 ]

    Kodi (XBMC)에서 Confluence 하위 메뉴를 사용자 정의하는 방법2015 년 4 월 4 일https://alk3my.com/how-…

    [ 스킨 메뉴 설정 값 백업분 복원하기 \Kodi\userdata\addon_data\script.skinsho… ]

    스킨 메뉴 설정 값 백업분 복원하기기본 스킨 구성종료백업하기는c:\Users\shimss\AppData\Roaming\Kodi\userdata\…

    [ ★★ skin helper service 설치 kodi19 matrix에서 설치 하는 install 방법 … ] 댓글 2

    ★★ skin helper service 설치 kodi19 matrix에서 설치 하는 install 방법 ★★유명한 leia kodi18버전에서…

    [ Kodi의 YouTube Quota Exceeded문제를 해결하는 방법 작업 구글 kodi api API k… ] 댓글 1

    Kodi의 YouTube Quota Exceeded문제를 해결하는 방법 작업은 할당량 오버로 발생 발생 합니다//유로 가입 필요하기내용을YouT…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


    • 현재 접속자♨ 637 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 5 명
    • 주간 가입자※ 17 명
    • 오늘 방문자 954 명
    • 어제 방문자 2,034 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,391,722 명
    • 전체 게시물※ 8,653 개
    • 전체 댓글수※ 24,765 개
    • 전체 회원수 11,067 명

    QR코드


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

    알림 0








    최신글↑