새창 작성 수정 목록 링크 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 / 12 Page
    [ kodi addon) plugin.video.wavve.zip 사용기(초기버전 0.3.5) ] 댓글 13

    kodi addon) plugin.video.wavve.zip 사용기설치 > kodi 애드온 설치> 압축파일에서 설치KODI 보리 B…

    [ Netflix Kodi 18 Addon 설치 방법및 esn 입력 정보 ]

    Netflix Kodi 18 Addon 설치 방법kodi 란?놀라운 멀티 플랫폼 Kodi 온라인 스트리밍 및 미디어 사서 앱에 익숙하지 않은 사…

    [ ● kodi swan skin userwidget 을 메뉴설정 간단히 기본설정하기 ] 댓글 16

    ● kodi swan skinuserwidget 을 메뉴설정 한것 기본설정으로 변환기본적인 위젯을 구성을 skin/스킨설정/홈 메인 위젯 에서 …

    [ ● 넷프릭스가 시청중에 강제종료,및 로그인 NFAuthenticationKey 로 로그인 설정이 안정적입니다… ] 댓글 1

    ● 넷프릭스가 시청중에 강제종료, 미해결로 new 시스템으로 업데이트안정적인 kodi addon neflix 사용을 위한 지침1) 로그인 문제-…

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

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

    [ ● kodi m3u 제작 하여 strm 파일 저장 사용기 입니다 ] 댓글 30

    ●kodi m3u 제작 하여 strm 파일 저장 사용기 입니다kodi m3u 제작 하여 strm 파일 저장하는 것을파이션 초보자로 기초를 배워 …

    [ ● kodi 전체 설정 저장소 설치만 남기고 완전 초기화 하기 와 초기설정 ]

    ● kodi 전체 설정 저장소 설치만 남기고 완전 초기화 하기 주) 완전 초기화 되는것으로 kodi 초기 설치 조건으로 되고 애드온 모두 삭제 …

    [ 스킨 메뉴 아이콘 변경 하기 및 SKIN BACKUP 애드온 ADDON 사용방법 ]

    스킨 메뉴 아이콘 변경 하기변경전아이콘 저장 폴더에 저장 합니다 ( 만들기는 홈피내 게시물 참조)아이콘 선택저장폴더 선택을 위한 > 찾기 …

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

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

    [ uptodown kodi r4 new version 코디 다운로드 방법 ]

    안드로이드 폰 / u5pvr 미박스에서 직접 다운로드 간편 브라우즈 설치 링크 입니다후 PVR 클라이언트 를 재설치 해야 합니다iptv의 tvh…

    [ kodi firestick에서 버퍼링을 수정 / 중지하는 방법? [5 가지 방법] {해결}ADVANCEDSE… ] 댓글 7

    어느정도 안정된 저의 백업된 kodi를 공유 합니다kodi_18_17_525_alpha1_up_11q.kr.apk 에 시네마 한글 포함된 버전 …

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

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

    [ 기본kodi skin 설정)skin.eminence.2 홈메뉴 구성 방법및 안드로이드 부팅시 kodi 자동실… ] 댓글 1

    기본kodi skin 설정)skin.eminence.2 홈메뉴 구성 방법및 안드로이드 부팅시 kodi 자동실행홈 게시판에 검색skin.emine…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-03 05:21:59

    오늘의 홈 현황


    • 현재 접속자♨ 559 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 3 명
    • 주간 가입자※ 13 명
    • 오늘 방문자 979 명
    • 어제 방문자 2,223 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,410,331 명
    • 전체 게시물※ 8,673 개
    • 전체 댓글수※ 24,814 개
    • 전체 회원수 11,081 명

    QR코드


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

    알림 0








    최신글↑