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 / 11 Page
    [ ● kodi-20.0-Nexus에서는 넷플릭스 애드온에서 동영상 시청 사용을 할수 없습니다 ] 댓글 1

    ●kodi-20.0-Nexus에서는 넷플릭스 애드온에서 동영상 시청 사용을 할수 없습니다MSLError:죄송합니다. 이동영상은 바로 시청하실 수…

    [ kodi addon 정보 ) 뮤직가사 font 크기 변경 하기 /가사 폰트 키움 변경 작업 적용버전 ] 댓글 1

    kodi addon 정보 ) 뮤직가사 font 크기 변경 하기 /가사 폰트 키움 변경 작업 적용버전i:\data_2t_i_drive\1_____…

    [ kodi skin select 첫글자 첫머리 글자로 찾기 정보 ]

    아침,피부로 가는 길에서 내 최근 운동은 처음부터 새로운 관점이며 도움이 필요한 문제가 있습니다.보기에 대한 아이디어는 디렉토리처럼 throug…

    [ kodi정보) 영화 스크랩퍼 설정시 TMDb는 IMDB와 어떻게 다릅니 까? ]

    영화 라이브러리 영화등록 을 위한 정보제공자>영화정보 에서 설정시 TMDB 와 IMDM 차이가 무엇인지 확인 합니다.TMDb는 IMDB와 …

    [ kodi skin up) 2020-0815_skin.destiny-4.0.1_ko_11q.kr_for_kod… ] 댓글 2

    최종버전은 링크 확인 바랍니다kodi skin up) 2020-0815_skin.destiny-4.0.1_ko_11q.kr_for_kodi19…

    [ kodi intro 시작시 영상/사운드 플레이 삽입하기 ] 댓글 2

    첨부 제가 사용하는 intro 입니다kodi_intro_dolby_57.zip저장 보관 합니다.더많은 intro는유튜브에서 찾아 봅니다 ( 짧은…

    [ kodi 수정) 4k 영화, korean 영화 검색 조건으로 위젯표시 의 내용 분석 ] 댓글 6

    kodi 수정) 4k 영화, korean 영화 검색 조건으로 위젯표시 의 내용 분석적용을 위한 한글화 분석과 4k메뉴 구성 연관 정보<4k…

    [ CoreELEC nightly builds/ kodi 개발자빌드 업데이트 방법 (안정버전 v18.5버전에… ]

    CoreELEC nightly builds야간 빌드여기에서 새로운 코드 변경 및 기능을 테스트하기위한 최신 CoreELEC 야간 빌드를 찾을 수…

    [ 작업_성공)하이언스 제품 TV006 안드로이드 TV 박스(Android TV Box)에 LibreElec /… ] 댓글 20

    미박스의 빠른속도와 안정적인LibreElec /CoreELEC의 kodi플레이를 하기 위하여 중요한 sdcard의 선택에 있습니다최신형에 용량큰…

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

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


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 23:22:21

    오늘의 홈 현황


    • 현재 접속자♨ 729 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,390 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,997 명
    • 전체 게시물※ 8,658 개
    • 전체 댓글수※ 24,773 개
    • 전체 회원수 11,070 명

    QR코드


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

    알림 0








    최신글↑