새창 작성 수정 목록 링크 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 485 / 9 Page
    [ kodi firestick에서 버퍼링을 수정 / 중지하는 방법? [5 가지 방법] {해결}ADVANCEDSE… ] 댓글 7

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

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

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

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

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

    [ // 코멘트를 남겨야 다운로드 가능 w:\g5s\bbs\download.php 의 파일 에서 @include… ] 댓글 1

    아래 위치를 참조 선 댓글후 다운로드 가능하게 만드는 소스 입니다.=======================// 사용자 코드 실행$is_apms…

    [ 정보● kodi addon boritv mini 다수의 m3u 채널 merge 설정 작업 사용기 ]

    ●kodi addon boritv mini 다수의 m3u 채널 merge 설정작업 사용기애드온 업데이트 되어 채널 통합이 가능해졌습니다밤..님의…

    [ ●안드로이드 에물 NOX 에서 리모콘 빽키 / back key 설정으로 키정의 하기 및 kodi 애드온복사 … ]

    ●안드로이드 에물 NOX 에서 리모콘 빽키 / back key 설정으로 키정의 하기 및 kodi 애드온복사 와 pc에서 실시간tv 보기 - 안드…

    [ ● kodi 및 PC의 cpu 100% 부하 문제는 network 구성에 연결시도 입니다 ]

    ● kodi 및 PC의 cpu 100% 부하 문제는network 구성에 연결시도 입니다주) 본문제는 windows11베타버전 사용시 발생으로 확…

    [ ● 스킨작업중) kodi swan skin 스킨 기능 추가 투닝 작업 ]

    ● 스킨작업중)kodi swan skin 스킨 기능 추가 투닝 작업 ● 스킨 리뷰) 오리지널 kodi swan skin 사용방법 소개 ...ht…

    [ ★★★[kodi작업] 스완스킨 수정 끝판왕 강력추천 ) skin_swan_alpha2_mod_by_11qk… ] 댓글 197

    ★★[kodi작업] 스완스킨 수정 끝판왕 강력추천 ) skin_swan_alpha2_mod_by_11qkr.V21스킨(수정/사용중) 관련정보 출…

    [ ● [kodi작업]kodi skin CarPc-Carbon-K19-kr 한글 폰트 추가 및 리모컨 이동동작 … ] 댓글 5

    ● kodi skinCarPc-Carbon-K19-kr한글 폰트 추가 및리모컨 이동동작 추가 튜닝자동차 안드로이드오트에서 car skin을 사용…

    [ Kodi의 YouTube Quota Exceeded문제를 해결하는 방법 작업 구글 kodi api API k… ] 댓글 1

    Kodi의 YouTube Quota Exceeded문제를 해결하는 방법 작업은 할당량 오버로 발생 발생 합니다//유로 가입 필요하기내용을YouT…

    [ ★★ skin helper service 설치 kodi19 matrix에서 설치 하는 install 방법 … ] 댓글 2

    ★★ skin helper service 설치 kodi19 matrix에서 설치 하는 install 방법 ★★유명한 leia kodi18버전에서…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-28 18:37:28

    오늘의 홈 현황


    • 현재 접속자♨ 550 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 7 명
    • 오늘 방문자 1,775 명
    • 어제 방문자 2,126 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,400,930 명
    • 전체 게시물※ 8,661 개
    • 전체 댓글수※ 24,782 개
    • 전체 회원수 11,074 명

    QR코드


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

    알림 0








    최신글↑