kodi




kodi 스킨수정)skin.estuary.widget 스킨에 팝업 메뉴 추가하기 및 Skin.ToggleDebug() XBMC.ReloadSkin() 메뉴추가

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    kodi 스킨수정) 팝업 메뉴 추가하기 및 Skin.ToggleDebug() XBMC.ReloadSkin() 메뉴추가

    메뉴의 위치를 찾기위해 처음에 스킨설정에 추가 .....파일 찾으면서 최적 사용위치 에 적용 사용 많은 부분에 추가 내용입니다....

    ...최종 보기옵션이  사용편리함.

    스킨 파일 : skin.estuary.widget

    3232235521_1594484376.6027.png

    3232235521_1594484359.66.png

    Home.xml 파일에 추가 내용

                        <!-- popup memu add -->
                        <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\Home.xml -->
                        <control type="button" id="801">
                            <top>8</top>
                            <left>219</left>
                            <width>300</width>
                            <height>74</height>
                            <label>$LOCALIZE[137]</label>
                            <font>font25</font>
                            <textcolor>FFB3B3B3</textcolor>
                            <focusedcolor>FF000000</focusedcolor>
                            <onclick>ActivateWindow(1107)</onclick>
                            <onup>805</onup>
                            <ondown>SetFocus(9000,0,absolute)</ondown>
                            <onright>22000</onright>
                            <animation effect="fade" start="100" end="0" time="0" condition="[!Control.HasFocus(9000) + !ControlGroup(700).HasFocus] | System.HasActiveModalDialog">Conditional</animation>
                            <texturefocus></texturefocus>
                            <texturenofocus></texturenofocus>
                        </control>


    메뉴 파일 생성  하나 생성 및 Skin.ToggleDebug() XBMC.ReloadSkin() 메뉴추가

     C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\Custom_1107_SearchDialog.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\Custom_1107_SearchDialog.xml -->
    <window type="dialog" id="1107">
        <defaultcontrol always="true">9000</defaultcontrol>
        <include>Animation_DialogPopupOpenClose</include>
        <controls>
            <control type="group">
                <centerleft>50%</centerleft>
                <width>600</width>
                <centertop>60%</centertop>
                <height>700</height>
                <include content="DialogBackgroundCommons">
                    <param name="width" value="600" />
                    <param name="height" value="80" />
                    <param name="header_label" value="$LOCALIZE[137]" />
                    <param name="header_id" value="" />
                </include>
                <control type="panel" id="9000">
                    <include>ButtonMenuList</include>
                    <content>
                        <item>
                            <label>$LOCALIZE[31113]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick condition="System.hasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>
                            <onclick condition="!System.hasAddon(script.globalsearch)">InstallAddon(script.globalsearch)</onclick>
                        </item>
                        <item>
                            <label>$LOCALIZE[31145]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick>ActivateWindow(addonbrowser,addons://search/,return)</onclick>
                        </item>
                        <item>
                            <label>$LOCALIZE[31114]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick condition="System.hasAddon(plugin.video.youtube)">ActivateWindow(videos,"plugin://plugin.video.youtube/kodion/search/list/",return)</onclick>
                            <onclick condition="!System.hasAddon(plugin.video.youtube)">InstallAddon(plugin.video.youtube)</onclick>
                        </item>
                        <item>
                            <label>$LOCALIZE[31115]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick condition="System.hasAddon(script.extendedinfo)">RunScript(script.extendedinfo,info=moviedbbrowser,search=True)</onclick>
                            <onclick condition="!System.hasAddon(script.extendedinfo)">InstallAddon(script.extendedinfo)</onclick>
                        </item>
                        <!-- 
                        <item>
                            <label>$LOCALIZE[90801]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick>ActivateWindow(Videos,"plugin://plugin.video.tvingM/?mode=SEARCH&amp;stype=vod&amp;page=1",return)</onclick>
                        </item>
                        <item>
                            <label>$LOCALIZE[90802]</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick>ActivateWindow(Videos,"plugin://plugin.video.tvingM/?mode=SEARCH&amp;stype=movie&amp;page=1",return)</onclick>
                        </item>
                        -->
                        <item>
                            <label>WAVVE.VOD.Search</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick>ActivateWindow(10025,"plugin://plugin.video.wavvem/?genre=vod&amp;mode=SEARCH_LIST&amp;page=1",return)</onclick>
                        </item>
                        <item>
                            <label>WAVVE.Movice.Search</label>
                            <onclick>Dialog.Close(all)</onclick>
                            <onclick>ActivateWindow(10025,"plugin://plugin.video.wavvem/?genre=movie&amp;mode=SEARCH_LIST&amp;page=1",return)</onclick>
                        </item>
                        <item>
                            <label>Skin.ToggleDebug()</label>
                            <onclick>Skin.ToggleDebug()</onclick>
                        </item>
                        <item>
                            <label>XBMC.ReloadSkin()</label>
                            <onclick>XBMC.ReloadSkin()</onclick>
                        </item>

                    </content>
                </control>
            </control>
        </controls>
    </window>

    스킨설정메뉴에  Skin.ToggleDebug() XBMC.ReloadSkin() 메뉴추가

    3232235521_1594485581.2713.png

    C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\SkinSettings.xml

                    <!-- 20200712  -->
                    <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.estuary.widget\xml\SkinSettings.xml -->
                    <!-- Skin.ToggleDebug() 11q.kr 20200709 -->
                    <control type="radiobutton" id="3041">
                     <label>Skin.ToggleDebug()</label>
                        <textureradioonfocus colordiffuse="ffffffff">buttons/status-on.png</textureradioonfocus>
                        <textureradioonnofocus colordiffuse="ffffffff">buttons/status-on.png</textureradioonnofocus>
                        <textureradioofffocus colordiffuse="fff02222">buttons/status-off.png</textureradioofffocus>
                        <textureradiooffnofocus colordiffuse="fff02222">buttons/status-off.png</textureradiooffnofocus>
                     <onclick>Skin.ToggleDebug()</onclick>
                        <include>DefaultSettingButton</include>
                    </control>

                    <!-- XBMC.ReloadSkin() 11q.kr 20200709 -->
                    <control type="radiobutton" id="3042">
                     <label>XBMC.ReloadSkin()</label>
                        <textureradioonfocus colordiffuse="ffffffff">buttons/status-on.png</textureradioonfocus>
                        <textureradioonnofocus colordiffuse="ffffffff">buttons/status-on.png</textureradioonnofocus>
                        <textureradioofffocus colordiffuse="fff02222">buttons/status-off.png</textureradioofffocus>
                        <textureradiooffnofocus colordiffuse="fff02222">buttons/status-off.png</textureradiooffnofocus>
                     <onclick>XBMC.ReloadSkin()</onclick>
                        <include>DefaultSettingButton</include>
                    </control>
                    <!-- 20200712 -->

     

    3232235521_1594559839.0888.png

    <!-- 20200712 11.kr 보기옵션에 추가합니다 -->
    <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\MyVideoNav.xml -->
                        <control type="togglebutton" id="6191">
                            <description>Skin.ToggleDebug()</description>
                            <include>MediaMenuItemsCommon</include>
                            <label>Skin.ToggleDebug()</label>
                            <onclick>Skin.ToggleDebug()</onclick>
                        </control>
                        <control type="togglebutton" id="6192">
                            <description>XBMC.ReloadSkin()</description>
                            <include>MediaMenuItemsCommon</include>
                            <label>XBMC.ReloadSkin()</label>
                             <onclick>XBMC.ReloadSkin()</onclick>
                        </control>
    <!-- 20200712 11.kr 보기옵션에 추가합니다 -->


    channel update iptv merge

    3232235521_1594561749.5213.png

                    <!-- 11q.kr 20200710 ch update -->
                    <!-- K:\program_run\Kodi\portable_data\addons\skin.destiny\xml\IncludesPVR.xml -->
                    <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\Includes_MediaMenu.xml -->
                    <!-- 140 line add -->
                    <control type="button" id="60541">
                        <include>MediaMenuItemsCommon</include>
                        <description>channel update iptv merge</description>
                        <left>0</left>
                        <top>0</top>
                        <height>50</height>
                        <textwidth>235</textwidth>
                        <label>CH Update</label>
                        <label2>IPTV Merge Has Addon</label2>
                        <onclick>ActivateWindow(10001,"plugin://plugin.program.iptv.merge/?_=merge",return)</onclick>
                        <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVChannels)</onclick>
                    </control>
                    <!--  -->


    다음은 RSS FEED 와 SEEKBAR 추가

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



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (223.♡.204.170) 작성일

    작업  work  order
    rss news feed
    epg  seekbar
    다음  시작정보
    메뉴키 즐겨찾기  팝업머뉴

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (210.♡.41.89) 작성일

    작업  오더
    seek  배속
    비디오조건
    리모컨조건




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


    Total 487 / 10 Page
    [ kodi 최적의 한글 폰트 와 아이콘 깨짐 대응 폰트 DejaVu.ttf ] 댓글 3

    kodi 최적의 한글 폰트 와 아이콘 깨짐 대응 폰트일부 kodi skin에 한글 을 적용 할시 한글 외 아이콘 부분이 깨집니다이상과 같이 아이…

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

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

    [ 성공)kodi coreelec docker 설치후 배우면서 tvheadend 설치 작업 과 klive 연동 ] 댓글 14

    성공)kodi coreelec docker 설치후 tvheadend 설치 작업CoreELEC 9.2.0을 사용할 수 있습니다.우리는 7 개월 전…

    [ ● 스킨작업중) kodi swan skin 스킨 기능 추가 투닝 작업 ]

    ● 스킨작업중)kodi swan skin 스킨 기능 추가 투닝 작업 ● 스킨 리뷰) 오리지널 kodi swan skin 사용방법 소개 ...ht…

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

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

    [ 펌자료)[KODI/PLEX] KPodcast plugin ]

    소주잔님 블로그 참조 드립니다◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠ [이 게시물은 1…

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

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

    [ kodi 설정) advancedsettings xml 자동 설정 애드온 plugin.program.edenw… ] 댓글 7

    kodi 설정) advancedsettings xml 설정 애드온 설치 HOW-TO : 비디오 캐시 수정 기애드온 파일 :plugin.progr…

    [ ● kodi20 의 netflix 자막한글 설정 기억하기 및 kodi 자막설정의 모든것 ] 댓글 2

    ● kodi 의 netflix 자막한글 설정 기억하기 및 kodi 자막설정의 모든것바로보던 vod를 한글자막설정 보다가 / 중지후 다시볼시 한글…

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

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

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

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

    [ ★ Kodi v18 Leia - Beta 4 설치 PVR IPTV Simple Client 와 Tvheade… ] 댓글 9

    kodi-18.0-Leia_beta4의 새로운 버전 설치 하니https://kodi.tv/downloadu5pvr에서 안정적인 딜레이 없이 동작…

    [ kodi v16 자체 플레이어로 3d영화를 2d로 보기 설정/ V18 버전도 가능 ] 댓글 1

    kodi v16 자체 플레이어로 3d영화를 2d로 보기 설정/ V18 버전도 가능https://11q.kr/g5s//bbs/board.php?b…

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

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

    [ kodi skin 변경 간단히 윈도우폰트 한글 폰트 추가 경로 변경하기 ] 댓글 3

    kodi skin 설치 디랙토리에 아래와 같이 한글폰트를 준비후 폰트를 덮어쓰기 합니다사례) kodi skin.aeon.nox.5 설치후 한글이…

    [ ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료) ]

    ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료)코디(Kodi)를 통해 영화와 TV 프로그램을 시청하는 …

    [ up_추천_kodi skin) skin.destiny-2.2.0.zip 의 Webos 3 의 스킨 정보 한글… ] 댓글 55

    kodi 기본 설정 모든것 ) 화면밀러링으로 skin.destiny-2.2.0.zip 의 스킨 초기 설치 방법및 메뉴한글화 하여 기본기능구현 g…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-05-18 08:15:02

    오늘의 홈 현황


    • 현재 접속자♨ 209 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 6 명
    • 주간 가입자※ 13 명
    • 오늘 방문자 1,256 명
    • 어제 방문자 1,667 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,329,268 명
    • 전체 게시물※ 8,574 개
    • 전체 댓글수※ 24,621 개
    • 전체 회원수 10,973 명

    QR코드


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

    알림 0








    최신글↑