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 / 9 Page
    [ 작업_성공)하이언스 제품 TV006 안드로이드 TV 박스(Android TV Box)에 LibreElec /… ] 댓글 20

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

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

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

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

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

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

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

    [ 카카오톡/스토리 게시판 추가 Patch_LimsMobileSkin_v214-UFT8에서 기본 수정내용 ] 댓글 1

    .카카오톡/스토리 게시판 추가 Patch_LimsMobileSkin_v214-UFT8에서 기본 수정내용 \r\n\r\n.<!-- SS 아미…

    [ ● kodi addon )WatchedList시청 화의 시청 상태 업데이트 mysql만들기 ]

    ● kodi addon )WatchedList시청 화의 시청 상태 업데이트mysql만들기 설치 : 저장소 설치 > 전부 > 프로그램 …

    [ ▶ iptime 공유기 네트워크 smb 연결 하여 kodi 콘텐츠 연결 영화라이브러리 생성 하기 ]

    ● iptime USB 공유 SMB 로 kodi 공유폴더 연결--> (주) 영화 라이브러리 구성된 하단 경로는 iptime 경로 확인 가능…

    [ ● 스킨 리뷰) 오리지널 kodi swan skin 사용방법 소개 ] 댓글 23

    ● 스킨 리뷰) 오리지널 kodi swan skin 사용방법 소개★★★ kodi 스완스킨 끝판왕 3탄 ) skin_swan_alpha2_mod_…

    [ ● kodi20용 스킨)skin.swan-alpha버전 오리지널 버전 정보및 한글폰트 fonts.xml 적용… ] 댓글 12

    ● kodi20용 스킨)skin.swan-alpha버전 오리지널 버전 정보및 한글폰트 fonts.xml 적용하기★★★ kodi 스완스킨 끝판왕 …

    [ kodi 이전버전 포터블 윈도우설치 2개 이상 설치 사용하기 portable install 업데이트 하기 ]

    kodi 이전버전 포터블 윈도우설치 2개 이상 설치 사용하기 portable install 업데이트 하기이전버전 설치가 필요하신분은 참조 설치 …

    [ kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨… ]

    kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨 채널 업다운 가능하게TV시청시 채널…

    [ kodi skin) font size 변경 조정 방법 어디서 폰트사이즈를 확인 변경 하기 ]

    kodi skin) font size 변경 조정 방법 어디서 폰트사이즈를 확인 변경 하기상단 타이틀 제목이 커무 커서 조금 줄이는 작업을 합니다…

    [ kodi music 음악 뮤직 시각화 애드온 설치 사용기 및 애드온 설치 설정방법 ]

    kodi music 음악 뮤직 시각화 애드온 설치 사용기 및 애드온 설치 설정방법사용스킨 사용 화면 : 애미넌스22021-0530-1_kodi1…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑