kodi


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


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 1,2



    office view

    관련자료

    댓글목록

    profile_image

    은원파님의 댓글

    no_profile 은원파 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (222.♡.153.199) 작성일

    감사합니다.

    profile_image

    코디나라님의 댓글

    no_profile 코디나라 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (118.♡.3.5) 작성일

    감사합니다

    profile_image

    써브산님의 댓글

    no_profile 써브산 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (221.♡.24.92) 작성일

    감사합니다

    profile_image

    무가당님의 댓글

    no_profile 무가당 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (223.♡.22.21) 작성일

    감사합니다

    profile_image

    오라클님의 댓글

    no_profile 오라클 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (218.♡.27.104) 작성일

    감사합니다.^^

    profile_image

    소지로님의 댓글

    no_profile 소지로 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (180.♡.153.242) 작성일

    ㄱㅅㄱㅅ

    profile_image

    형발이님의 댓글

    no_profile 형발이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (49.♡.90.179) 작성일

    감사합니다.


    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


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


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

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

    [ 강추)kodi_18_17_525_alpha1_up_11q.kr 과Aeon-Nox 의 skin 사용 u5pv… ] 댓글 27

    강추)kodi_18_17_525_alpha1_up_11q.kr 과Aeon-Nox 의 skin 사용 u5pvr 버벅임 없는 안정화 버전에 최적의 …

    [ 추천) 푹tv 유료가입 시청 pooq 방송 & kodi 의 plugin.video.pooq-0.3.1.zip ] 댓글 17

    방송 월정액 방송(LIVE+VOD)+VOD 10회 다운로드 (모바일 + PC + TV FHD 시청 1회선) 10,900원가입해야 u5pvr에서 …

    [ kodi에서 Chrome Launcher 으로 web site 접속 애드온 ] 댓글 7

    직접 다운로드 설치 kodi19.4에서 사용하지 못합니다https://livetvkodiserbia.com/kodi/zips/plugin.pro…

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

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

    [ 오늘도 kodi -u5pvr에서 테스트 정상 버전 해보신 분(신버전 실패) ]

    오늘도 kodi -u5pvr에서 테스트 정상 버전 해보신 분저는 kodi16 정상17.6 실행되나 인터넷 버벅임 삭제kodi18beta-2017…

    [ kodi add on tving 시청 /KODI / PLEX tving plugin ] 댓글 58

    -------------------------------------- ♠ 출처는 링크 참조 바랍니다. https://11q.kr ♠ [이 게시물…

    [ [kodi & plexBMC] 몇가지 설정 tip 및 plex 의 트랜스코딩 강제 봉쇄 ] 댓글 1

    u5pvr에서plex 의 트랜스코딩 강제 봉쇄 설정 작업 .......작업중=====plex 의 트랜스코딩 강제 봉쇄 ]트랜스코딩 때문에 버벅…

    [ KODI Chrome/ 크롬 실행기 애드온 가이드(krypton)(유용성 없음) ] 댓글 6

    http://srp.nu/사이트에서 접속 해당버전를 다운로드 합니다첨부superrepo.kodi.krypton.all-0.7.04.zip는 kr…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑