kodi


skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip 까지 수정적용 osd 재조정



  • 첨부

  • 컨텐츠 정보


    본문

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip 까지 수정적용  osd 재조정 수정사용기 

    카페 회원의 도움정보에 감사 드립니다

    정보는 공게되어야 살아 있는 정보 입니다 

    이에  네이버 카페 cafe.naver.com 의 무와 딸기님,케이엠문님,카페 운영장님 ..등등 정보 제공자 모두 감사 드리며

    그동안 수정내용을  확인 하면서 적용해 보았는데 osd가 마음에 들지 않아  다듬어 보았습니다


    기본 골격 파일 : skin.destiny-4.0.1.ko.mod_songless.200418.zip ( video seek  동작 되는 버전)

    변경 저장 : skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip ( 변경 내용 참조)

    향후 skin.destiny에 스트림정보가 되지 않아 향후 고수님의 조언을 기달리겠습니다.

    3232235521_1587796617.6567.png

    3232235521_1587796633.6696.png

    3232235521_1587793755.7446.png

    3232235521_1587793881.6249.png

    이이콘 다운로드 icons8.com 에서 다운로드 하였습니다

    https://icons8.com/icons/set/korean

    3232235521_1587793978.0832.png

    업로드 폴더 설치 파일에는 skin.destiny\media 폴더에 저장 되었으며

    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\media\osd\icons8-south-korea-40.png

    에서 저장된것 불러 옵니다 

    3232235521_1587794049.0172.png

    수정 파일은 기본 골격 파일 : skin.destiny-4.0.1.ko.mod_songless.200418.zip에

    는 비디오 SEEK 기능이 되는 버전 입니다

    3232235521_1587794521.5803.png

    변경파일은

    3232235521_1587794348.3756.png

    비디오 배속 적용

    3232235521_1587794700.0446.png

     skinsettings.xml  수정 정보 화면

      autoclose osd

      skin reload 및 버전 정보 출저 표기

    3232235521_1587798659.9221.png

    <주요 변경 내용>

    자막 ON/OFF

    Debuginfor

    skinreload

    mouse 토클( ver 2.0 only)

    스트림 정보(tbd)

    일부 동작하지 않음으로 osd 삭제 및 기타 수정


    addon.xml 설치 파일 주요정보

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip
    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\addon.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <addon id="skin.destiny" name="Destiny" version="4.0.1" provider-name="Jugger">
        <requires>
    <import addon="xbmc.gui" version="5.14.0"/>
            <import addon="script.favourites" version="7.1.1"/>
            <import addon="script.skin.helper.service" version="1.0.0" />
    </requires>
    <extension point="xbmc.gui.skin" debugging="false">
    <res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
    </extension>
        <extension point="xbmc.addon.metadata">
        <summary lang="en">skin created and design by Jugger</summary> 
        <summary lang="de">Skin Destiny von Jugger</summary>
        <description lang="en">The skin is kept simple but Destiny Modern skin but has a lot to offer.</description>
        <description lang="de">Der Skin Destiny...[CR]Support gibt es unter http://www.kodinerds.net</description>
        <disclaimer lang="en">no official skin use at your own risk.</disclaimer>
        <platform>all</platform> 
    <license>Creative Commons Attribution-ShareAlike 3.0.</license>
    <forum>https://www.kodinerds.net/index.php/Board/129-Destiny/</forum>
    <source>https://github.com/kodinerds/repo/tree/master/skin.destiny</source>
        <assets>
    <icon>resources/icon.png</icon>
    <fanart>resources/fanart.jpg</fanart>
    <screenshot>resources/screenshot-01.jpg</screenshot>
    <screenshot>resources/screenshot-02.jpg</screenshot>
    <screenshot>resources/screenshot-03.jpg</screenshot>
    <screenshot>resources/screenshot-04.jpg</screenshot>
    </assets>
      </extension>
    </addon>


    VideoOSD.xml 파일 수정 주요정보

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip

    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\xml\VideoOSD.xml


    <!-- =================================== http://11g.kr ======= 11q.kr ======================-->
    <!--================= http://11g.kr =================================== ok ShowSubtitles -->
    <control type="togglebutton" id="3101" description="ShowSubtitles">
              <width>80</width>
              <height>80</height>
      <onclick>ShowSubtitles</onclick>
      <selected>VideoPlayer.SubtitlesEnabled</selected>
      <visible>VideoPlayer.HasSubtitles</visible>
              <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-subtitles-48.png</texturefocus>
              <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-subtitles-48.png</texturenofocus>
              <alttexturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-south-korea-40.png</alttexturefocus>
              <alttexturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-south-korea-40.png</alttexturenofocus>
              <pulseonselect>false</pulseonselect>
    </control>
    <!--================= http://11g.kr ================================================= ok Skin.ToggleDebug() -->
    <control type="togglebutton" id="3102" >
                <width>80</width>
    <height>80</height>
    <onclick>Skin.ToggleDebug()</onclick>
    <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-navigate-40.png</texturefocus>
        <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-navigate-40.png</texturenofocus>
    <alttexturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-navigate-48.png</alttexturefocus>
                <alttexturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-navigate-48.png</alttexturenofocus>
                <pulseonselect>false</pulseonselect>
                </control>
    <!--================= http://11g.kr ================================================= ok XBMC.ReloadSkin() -->
    <control type="button" id="3103" >
                <width>80</width>
    <height>80</height>
    <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-process-40.png</texturefocus>
        <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-process-40.png</texturenofocus>
                <selected>XBMC.ReloadSkin()</selected>
                <onclick>XBMC.ReloadSkin()</onclick>
                </control>
    <!--  ======================== http://11g.kr =================================== ok SkinHelper.AutoCloseVideoOSD-->
    <control type="button" id="3104">
      <width>80</width>
      <height>80</height>
    <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-remote-control-40.png</texturefocus>
    <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-remote-control-40.png</texturenofocus>
      <onclick condition="!String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.Reset(SkinHelper.AutoCloseVideoOSD)</onclick>
      <onclick condition="String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.SetNumeric(SkinHelper.AutoCloseVideoOSD)</onclick>
      <onclick>XBMC.ReloadSkin()</onclick>
      <pulseonselect>false</pulseonselect>
    </control>
    <!--================= http://11g.kr ========================= TBD ok v2.o only Skin.ToggleSetting(touchcontrol)-->
     <control type="togglebutton" id="3105" >
    <width>80</width>
    <height>80</height>
    <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-mouse-40.png</texturefocus>
            <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-mouse-40.png</texturenofocus>
            <alttexturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-left-click-40.png</alttexturefocus>
            <alttexturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-left-click-40.png</alttexturenofocus>
    <onclick>Skin.ToggleSetting(touchcontrol)</onclick>
        </control>
    <!--================= http://11g.kr ==================== TBD activatewindow(playerprocessinfo)-->
     <control type="togglebutton" id="3106" >
    <width>80</width>
    <height>80</height>
    <onclick>activatewindow(playerprocessinfo)</onclick>
    <texturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-sending-video-frames-40.png</texturefocus>
            <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-sending-video-frames-40.png</texturenofocus>
            <alttexturefocus colordiffuse="$VAR[BackColorButton]">osd/icons8-not-sending-video-frames-40.png</alttexturefocus>
            <alttexturenofocus colordiffuse="$VAR[ColorIcons]">osd/icons8-not-sending-video-frames-40.png</alttexturenofocus>
    </control>
    <!-- =================================== http://11g.kr =================================================-->
    <!-- =================================== http://11g.kr =================================================-->


    SkinSettings.xml 주요 수정파일 정보

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip

    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\xml\SkinSettings.xml


    <!-- =================================== http://11g.kr ======= 11q.kr ======================-->		
    <control type="button" id="3097" description="Auto Close OSD">
    <width>1337</width>
    <height>50</height>
    <font>primal_20</font>
    <textoffsetx>30</textoffsetx>
    <label>$LOCALIZE[50607]</label>
    <label2>$INFO[Skin.String(SkinHelper.AutoCloseVideoOSD)]</label2>
    <onclick condition="!String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.Reset(SkinHelper.AutoCloseVideoOSD)</onclick>
    <onclick condition="String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.SetNumeric(SkinHelper.AutoCloseVideoOSD)</onclick>
    </control>
    <!-- =================================== http://11g.kr ======= 11q.kr ======================-->
    <!-- 사용버전 ReloadSkin  11q.kr-->
    <control type="button" id="8888">
    <width>1337</width>
    <height>60</height>
    <font>primal_20</font>
    <label>ReloadSkin_Ver:skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip</label>
    <textoffsetx>30</textoffsetx>
    <textwidth>600</textwidth>
    <label>$LOCALIZE[31252]</label>
    <selected>XBMC.ReloadSkin()</selected>
    <onclick>XBMC.ReloadSkin()</onclick>
    </control>  

      </control>
    <!-- =================================== http://11g.kr ======= 11q.kr ======================-->   


    자료 저장 최종 자료는  drive.google.com  에 저장 합니다 

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200425.zip 까지 수정 파일 입니다,

    3232235521_1587798233.9626.png

    kodi) skin.destiny  비디오 화면 tv 시청 채널 변경시 방송정보 위치 변경 

    skin.destiny-4.0.1.ko.mod_songless(418)_11q.kr(osd)ver20200426.zip

    3232235521_1587823605.8373.png

    파일 수정 정보 : c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\xml\VideoFullScreen.xml

    3232235521_1587824006.0837.png

    3232235521_1587828529.3047.png

    최종 파일은  drive.google.com 에 저장 공유 합니다 

    3232235521_1587830158.8957.png

    ■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.

    ■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.

    [이 게시물은 11qkr님에 의해 2021-06-16 02:40:06 11.Nas_1에서 이동 됨]
    뷰PDF add1,add2



    관련자료

    댓글 7


    전체 487 / 2 페이지
    전체 487 / 2 페이지

    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-05-14 02:37:45

    오늘의 홈 현황


    • 현재 접속자♨ 103 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 11 명
    • 오늘 방문자 637 명
    • 어제 방문자 1,641 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,321,476 명
    • 전체 게시물※ 8,566 개
    • 전체 댓글수※ 24,605 개
    • 전체 회원수 10,963 명

    QR코드


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

    알림 0








    최신글↑