kodi




추천 skin.eminence.2 업데이트) skin.eminence.2_11q.kr_ff_ch_V-Time_20200430.zip까지 liveTV 채널이름/번호 진행 시간 과 총시간 표시 추가 적용

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    skin.eminence.2_11q.kr_ff_ch_V-Time_20200430.zip

     진행 시간 과 총시간 표시 추가

    3232235521_1588178891.9589.png

    3232235521_1588178951.91.png

    skin.eminence.2 업데이트) skin.eminence.2_11q.kr_ff_channel_20200426.zip 까지와 liveTV 채널이름/번호 추가 적용

    cafe.naver.com 카페의 무와 딸기님의 적용 정보 내용을 적용하고

    주요 변경 내용은 liveTV에서 방송정보 채널이름,채널정보 추가 해 보았습니다 

    정보를 제공해주신 것에 감사 드립니다.

    3232235521_1587888129.7209.png

     시작시간 (현재시간) 종료시간 추가

    skin.eminence.2_11q.kr_ff_channel_20200426-2.zip

    3232235521_1587882300.8551.png


    수정 : c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml



    skin.eminence.2 스킨의 장점은

    종속 관리 에드온 설치 가능하며 막강합니다.

    3232235521_1587880334.76.png

    홈화면 날씨 위젯 지원 ( 종속 관리 날씨 위젯 에드온 설치후 적용 )

    3232235521_1587879537.9124.png


    3232235521_1587880436.0241.png

    3232235521_1587880491.7897.png

    비디오 화면

    비디오 일시중지 / play

    3232235521_1587878859.813.png]

     비디오 배속 지원

     3232235521_1587879768.7547.png

     리모컨 seek 지원

     3232235521_1587879818.9133.png

      마우스 seek 지원

    3232235521_1587880117.7297.png

    livetv시청 화면

    3232235521_1587879411.7845.png

     

    채널 업/다운 채널 변경시

      우측 채널번호 / 좌측 채널이름 표시

    3232235521_1587879429.9306.png

    다음에  업 키 누눌시 방송정보

    3232235521_1587880649.3225.png

    keymaps 지원으로  > 우측 키 정의시 epg 정보 표시

    3232235521_1587879654.4811.png

    스트림 정보 keymap으로 보기 가능- TV

    activatewindow(playerprocessinfo)은  keymap 정의 가능

     3232235521_1587881107.3788.png

    스트림 정보 keymap으로 보기 가능- video

    3232235521_1587881589.4142.png

    ctrl + shift + o  debuginfo

    3232235521_1587881178.5498.png

    ctrl + shift + d

    3232235521_1587881208.5836.png

    <!-- Autoclose Video OSD -->

    3232235521_1587881822.34.png

    <!-- playerprocessinfo OSD -->

    3232235521_1587881789.8866.png

    변경 파일 

    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml

    변경내용


     <!-- Something Playing -->
    <!-- 11q.kr  Player.Title 채널이름 추가 폰트 변경
    수정 파일 : Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml
    수정위치 : Insert after 933 lines 
    -->
            <control type="group">
                <visible>[VideoPlayer.IsFullscreen | Window.IsVisible(visualisation)]</visible>
                <control type="label">
                    <posx>245</posx>
                    <posy>25</posy>
                    <width>1500</width>
                    <height>100</height>
                    <!--
    <font>Font-Header</font> 
    <font>Font-ListInfo-Big</font>
    -->
    <font>Font-WidgetInfoTitle</font>
                    <label>$INFO[Player.Title]</label>
                    <aligny>top</aligny>
                    <textcolor>$VAR[Furniture_TopBar_MainLabel_Color]</textcolor>
                </control>
    <!-- 11q.kr  VideoPlayer.ChannelName 채널이름 추가
    수정 파일 :Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml
    수정위치 : Insert after 953 lines
    -->
    <control type="label">
                    <posx>50</posx>
                    <posy>220</posy>
                    <width>1000</width>
                    <height>100</height>
                    <aligny>top</aligny>
                    <font>Font-Header</font> 
    <!--  <font>Font-Sublabel</font> -->
                    <textcolor>$VAR[Furniture_TopBar_SubLabel_Color]</textcolor>
                    <align>left</align>
                    <label>$INFO[VideoPlayer.ChannelName]</label>
    <visible>VideoPlayer.Content(LiveTV)</visible>
                </control>
    <!-- ....중략 .......-->
    <!-- 11q.kr  VideoPlayer.ChannelNumberLabel 채널번호 추가
    수정 파일 : Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml
    수정위치 : Insert after 1096 lines 
    -->
    <control type="label">
                    <posx>270</posx>
                    <posy>160</posy>
                    <width>500</width>
                    <height>100</height>
                    <aligny>top</aligny>
                    <font>Font-Header</font>
                    <textcolor>$VAR[Furniture_TopBar_SubLabel_Color]</textcolor>
                    <align>right</align>
    <visible>VideoPlayer.Content(LiveTV)</visible>
                    <label> Ch:$INFO[VideoPlayer.ChannelNumberLabel]</label>
                </control>



    c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2\16x9\SkinSettings.xml

    <!-- 11q.kr ---------------------------------------------------------->
    <!-- Autoclose Video OSD -->
    <control type="button" id="421">
    <visible>ControlGroup(8000).HasFocus(8003)</visible>
    <width>100%</width>
    <height>72</height>
    <include>Defs_OptionButton</include>
    <label>$LOCALIZE[31252]</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>
    <!-- 11q.kr ---------------------------------------------------------->
    <!-- playerprocessinfo OSD -->
    <control type="radiobutton" id="450" >
    <visible>ControlGroup(8000).HasFocus(8003)</visible>
    <width>100%</width>
    <height>72</height>
    <include>Defs_OptionButton</include>
    <label>playerprocessinfo OSD는 keymaps에 정의 사용 하세요...메뉴</label>
    <onclick>activatewindow(playerprocessinfo)</onclick>
    </control>

    <!-- 11q.kr ---------------------------------------------------------->
    <!-- update information -->
    <control type="radiobutton"id="451" >
    <visible>ControlGroup(8000).HasFocus(8003)</visible>
    <width>100%</width>
    <height>72</height>
    <include>Defs_OptionButton</include>
    <label>ReloadSkin & skin.eminence.2_11q.kr_ff_channel_20200426.zip </label>
    <onclick>XBMC.ReloadSkin()</onclick>
    </control>

    <!-- 11q.kr ---------------------------------------------------------->


    <!-- 11q.kr  $INFO[VideoPlayer.StartTime,,(]$INFO[System.Time(hh:mm),,)] $INFO[VideoPlayer.EndTime] 추가
    수정 파일 : c:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2\16x9\Includes_Furniture.xml
    수정위치 : Insert after 955 lines 
    -->
    <control type="label">
                    <posx>250</posx>
                    <posy>100</posy>
                    <width>1500</width>
                    <height>100</height>
                    <font>Font-Sublabel</font>
    <label> 시작 $INFO[VideoPlayer.StartTime,, ( ]$INFO[System.Time(hh:mm),, ) ]$INFO[VideoPlayer.EndTime] 종료</label>
    <aligny>top</aligny>
    <textcolor>$VAR[Furniture_TopBar_SubLabel_Color]</textcolor>
                    <visible>VideoPlayer.Content(LiveTV)</visible>
                    </control>


    관련 파일을  첨부 공유 합니다


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

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



    office view

    관련자료

    댓글목록

    profile_image

    hansangdo님의 댓글

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

    감사합니다

    profile_image

    세월님의 댓글

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

    감사합니다..

    profile_image

    sdkajf3141님의 댓글

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

    감사합니다

    profile_image

    11qkr님의 댓글

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

    추천 skin.eminence.2 업데이트) skin.eminence.2_11q.kr_ff_ch_V-Time_20200430.zip까지 liveTV 채널이름/번호 진행 시간 과 총시간 표시 추가 적용

    profile_image

    수민아빠님의 댓글

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

    감사합니다.^^

    profile_image

    가입완료님의 댓글

    no_profile 가입완료 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (122.♡.125.107) 작성일

    감사합니다.

    profile_image

    11qkr님의 댓글

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

    계시판 공지 최신글로 받으세요
    https://11q.kr/www/bbs/board.php?bo_table=co2&wr_id=233




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


    Total 487 / 5 Page
    [ Coreelec 925에서 .kodi 폴더에 winscp로 자막파일 추가하기 및 unicode truety… ]

    Coreelec 925에서 .kodi 폴더에 winscp로 자막파일 추가하기설정) 에서 변경 숨김파일 표시 check 후 복사주) Fonts 디…

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

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

    [ ● kodi addon netflix MSL Error ..pc/휴대폰 재생오류 해결 방법 및 Widevin… ] 댓글 14

    ●kodi addon netflix MSL Error 로 재생 실패 발생 대응..pc/휴대폰 재생오류 해결 방법 및Widevine CDM 재설치…

    [ ● Kodi의 YouTube“Quota Exceeded”문제 해결 방법 ]

    ●Kodi의 YouTube“Quota Exceeded”문제 해결 방법 ▶ 해결방법https://console.cloud.google.com/ho…

    [ ● plex 비디오 연동 kodi에서 내장자막 보기설정 ]

    ● plex 비디오 연동 kodi에서 내장자막 보기설정계정 > 오디오/자막 언어 설정자막 설정kodi 에서 내장 자막 보기 ☞https:/…

    [ kodi skin up)skin.destiny_11q.kr-v5.1.5_for_kodi18_2020-0922… ] 댓글 18

    최신버전은 공지 상단 참조 드립니다================kodi skin up)skin.destiny_11q.kr-v5.1.5_for_k…

    [ ●kodi 애드온 Ghost Movices 의 무료영화 연결/ 무 가입 영화 시청 입니다 ]

    ●kodi 애드온 Ghost Movices 의 무료영화 연결/ 무 가입 영화 시청 입니다kodi ghost 애드온 무료영화 링크 관람일부연결이 …

    [ ● 비디오 버퍼링 정보 보기 Ctrl+⇧ Shift+O ]

    ● 비디오 버퍼링 정보 보기Ctrl+⇧ Shift+O연결 속도, 버퍼 상태 등에 대한 정보를 제공 키보드 컨트롤 (wiki) Ctrl+⇧ Shi…

    [ kodi skin ) 2021-0530_1_skin.titan.bingie.mod-matrix_v2.0.zi… ] 댓글 10

    kodi skin ) skin.titan.bingie.mod-matrix_v2.0_20210514.zip 를 github에서 다운로드 한글화 …

    [ skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교 ]

    skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교폰트을 준비하여 skin.eminenc…

    [ skin 영화 포스터 수정위치) Destiny 스킨 영화 포스터 관련 정보 수정 작업 ]

    Kodi Destiny 스킨 영화 포스터 관련 정보ViewsViewTypeList.xml에서 보기모드가 설정이 됩니다.id 601이 현재 보이는…

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

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


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑