kodi


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


추천 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


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


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


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

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

    [ ● destiny_by_11q update)20211104-0_kodi19_skin.destiny_by_1… ] 댓글 11

    최신업데이트 버전은https://11q.kr/www/bbs/board.php?bo_table=co2&wr_id=2468에서 확인 바랍니다…

    [ Install Kodi on Debian 8 ] 댓글 1

    Install Kodi on Debian 8First edit/etc/apt/sources.listfile to Enable Jessie bac…

    [ kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용… ] 댓글 1

    kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용버전 한글 폰트 코디 korea fon…

    [ kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 한글 Aeon-Nox-SiLVO… ] 댓글 20

    kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 과 kodi 2 개를 설치 사용 하세요그리고 제가 올린 함초롬 한글…

    [ Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법 ]

    Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법넷플릭스 자체 자막 입니다기본적인…

    [ kodi skin time bar label 수정정보 정보 화면 / OSD에 남은 시간 추가 ]

    kodi skin time bar label 수정정보kodi.wiki에서정보 확인합니다1정보 화면 / OSD에 남은 시간 추가A. VideoFu…

    [ titan bingie skin 다운로드 설치 Kodi를 Netflix처럼 보이게 만드는 방법 ] 댓글 4

    Kodi를 Netflix처럼 보이게 만드는 방법repository.bingietitan bingie skin 다운로드 설치BINGIE 리포지토리…

    [ iptv_ok) kodi Delayed audio problem / 코디 비디오 지연으로 오디오 싱크 버퍼… ] 댓글 13

    kodi 플레이로 동영상/iptv 시청중 에 몇 분후 ( 20~30분 ...1시간 후) 비디오 지연이 되어 음성 과 일치 하지 않습니다.사용조건…

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

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

    [ 펌)라이브러리 자동 업데이트 애드온을 통해 Kodi 라이브러리를 업데이트하는 방법 ]

    펌)라이브러리 자동 업데이트 애드온을 통해 Kodi 라이브러리를 업데이트하는 방법라이브러리가 특정 시간 간격으로 자동 업데이트되도록 Kodi 시…

    [ Kodi 19.0 "Matrix"- RC 1 출시 ] 댓글 2

    Kodi 19.0 "Matrix"- RC 1 출시그리고, 우리는 다시 간다.축제 시즌에 먼지가 쌓이기 때문에 또 다른 프리 릴리즈가 거리를 밟을…

    [ The MovieDB API 생성및 kodi addon Embuary Info api key 변경 설정 ] 댓글 1

    The MovieDB API 설정 - 영화사이트 만들기https://ji-gwang.tistory.com/54참조 작업 진행 합니다https:/…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑