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 485 / 19 Page
    [ ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료) ]

    ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료)코디(Kodi)를 통해 영화와 TV 프로그램을 시청하는 …

    [ ● 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에서 확인 바랍니다…

    [ ● 수정팁)kodi 뷰모드 목록 view list all 조건 수정 방법 ]

    ● kodi 뷰모드 목록 view list all 조건 수정 방법동작하는 곳(영화)에서 마음에 드는 뷰 목록을 확인 합니다skin.toggled…

    [ ● kodi-20.0-Nexus에서는 넷플릭스 애드온에서 동영상 시청 사용을 할수 없습니다 ] 댓글 1

    ●kodi-20.0-Nexus에서는 넷플릭스 애드온에서 동영상 시청 사용을 할수 없습니다MSLError:죄송합니다. 이동영상은 바로 시청하실 수…

    [ kodi skin 수정)ko_skin.titan.bingie-master.zip 한글화및 wavve addo… ] 댓글 1

    kodi skin 수정)ko_skin.titan.bingie-master.zip 한글화및 wavve addon 영화파일,비디오/폴더 포스터 아이…

    [ kodi skin 수정 4/26 ) skin.arctic.zephyr.2.pkscout.mod 심플한 가로… ] 댓글 1

    skin 수정작업2) skin.arctic.zephyr.2.pkscout.mod 비디오 모드 튜닝 및 해상도 보기 검색메뉴 추가 작업다음 수정…

    [ kodi skin select 첫글자 첫머리 글자로 찾기 정보 ]

    아침,피부로 가는 길에서 내 최근 운동은 처음부터 새로운 관점이며 도움이 필요한 문제가 있습니다.보기에 대한 아이디어는 디렉토리처럼 throug…

    [ kodi정보) 영화 스크랩퍼 설정시 TMDb는 IMDB와 어떻게 다릅니 까? ]

    영화 라이브러리 영화등록 을 위한 정보제공자>영화정보 에서 설정시 TMDB 와 IMDM 차이가 무엇인지 확인 합니다.TMDb는 IMDB와 …

    [ kodi skin up) 2020-0815_skin.destiny-4.0.1_ko_11q.kr_for_kod… ] 댓글 2

    최종버전은 링크 확인 바랍니다kodi skin up) 2020-0815_skin.destiny-4.0.1_ko_11q.kr_for_kodi19…

    [ kodi intro 시작시 영상/사운드 플레이 삽입하기 ] 댓글 2

    첨부 제가 사용하는 intro 입니다kodi_intro_dolby_57.zip저장 보관 합니다.더많은 intro는유튜브에서 찾아 봅니다 ( 짧은…

    [ kodi 수정) 4k 영화, korean 영화 검색 조건으로 위젯표시 의 내용 분석 ] 댓글 6

    kodi 수정) 4k 영화, korean 영화 검색 조건으로 위젯표시 의 내용 분석적용을 위한 한글화 분석과 4k메뉴 구성 연관 정보<4k…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑