kodi




kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨 채널 업다운 가능하게

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨 채널 업다운 가능하게 

    TV시청시 채널업다운과  OSD 위치 정위치

    <!-- TV시청시 채널업다운과  OSD 위치 정위치 -->
    <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\VideoOSD.xml -->
    <!-- <defaultcontrol always="true">603</defaultcontrol> -->
    <!-- 79 line add -->
                        <control type="radiobutton" id="603">
                        <defaultcontrol always="true">603</defaultcontrol>
                            <onup>channelUp</onup>
                            <ondown>channelDown</ondown>
                            <include content="OSDButton">
                            <param name="texture" value="osd/fullscreen/buttons/stop.png"/>
                            </include>
                            <onclick>PlayerControl(Stop)</onclick>
                        </control>


    <!--  -->


    EPG방송시간 진행바 변경

                           <!-- EPG방송시간 진행바 변경 조금 문제 있으나 현상태로 -->
                <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\Includes_PVR.xml -->
                <!-- 143 LINE ADD -->
                <control type="group">
                    <visible>VideoPlayer.HasEPG</visible>
                    <!-- 좌측 진행 현재 -->
                    <control type="progress">
                        <left>0</left>
                        <top>$PARAM[epg_bar_top]</top>
                        <width>100%</width>
                        <height>$PARAM[epg_bar_height]</height>
                        <info2>PVR.TimeshiftProgressEpgStart</info2>
                        <info>PVR.TimeshiftProgressPlayPos</info>
                        <texturebg border="3" colordiffuse="0FFFFFF">colors/white50.png</texturebg>
                        <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
                        
                    </control>
                    <!-- 우측 전체 길이 ...변경함 20200714 11q.kr -->
                    <control type="progress">
                        <left>0</left>
                        <top>$PARAM[epg_bar_top]</top>
                        <width>100%</width>
                        <height>$PARAM[epg_bar_height]</height>
                        <info2>PVR.TimeshiftProgressPlayPos</info2>
                        <info>PVR.TimeshiftProgressEpgEnd</info>
                        <texturebg border="3" colordiffuse="00FFFFFF">lists/focus.png</texturebg>
                        <midtexture>colors/white50.png</midtexture>
                    </control>
                </control>
                <control type="progress">
                    <left>0</left>
                    <top>$PARAM[ts_bar_top]</top>
                    <width>100%</width>
                    <height>$PARAM[ts_bar_height]</height>
                    <info2>PVR.TimeshiftProgressBufferStart</info2>
                    <info>PVR.TimeshiftProgressBufferEnd</info>
                    <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
                    <midtexture>colors/white70.png</midtexture>
                    <visible>Player.SeekEnabled</visible>
                </control>
                <!--  -->


                    <!-- 11q.kr  하단 현재방송 정보 표시 -->
                    <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\Includes_PVR.xml -->
                    <!-- 234 LINE ADD -->
                    <control type="label">
                    <description>tv start Time Label</description>
                        <top>10</top>
                        <left>150</left>
                        <width>1920</width>
                        <height>70</height>
                        <font>primal_32</font>
                        <align>left</align>
                        <aligny>center</aligny>
                        <label> ▶ Ch($INFO[VideoPlayer.ChannelNumberLabel]) $INFO[VideoPlayer.ChannelName] ⊙ $INFO[VideoPlayer.Title] ☞ $INFO[VideoPlayer.VideoResolution,,] $INFO[VideoPlayer.VideoCodec,,] $INFO[VideoPlayer.AudioCodec,,]</label>
                        <visible>VideoPlayer.Content(LiveTV)</visible>
                    </control>
                    <!-- 11q.kr  하단 다음방송 정보표시-->
                    <control type="label"> 
                    <description>tv start Time Label</description>
                        <top>10</top>
                        <left>-150</left>
                        <width>1920</width>
                        <height>70</height>
                        <font>primal_32</font>
                        <align>right</align>
                        <aligny>center</aligny>
                        <label> ◑ $INFO[VideoPlayer.NextTitle] ▣ </label>
                        <visible>VideoPlayer.Content(LiveTV)</visible>
                    </control>


    일반 TV m3u 방송

    3232235521_1594721697.1292.png

    tvheadend TV방송

    3232235521_1594721757.2367.png


    영화 시청

    3232235521_1594721921.2383.png

    3232235521_1594721834.5853.png

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

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



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.




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


    Total 487 / 21 Page
    [ Kodi skin icon size 수정 하는 아이콘 제작 팁 기본아이콘 모음 SW ]

    Kodi skin icon size 수정 하는 아이콘 제작 팁 기본 정보 사이즈 문제가 있어 정의 합니다.아이콘 모음 만들기iconion-win…

    [ kodi 애드온 정보) Library Node Editor 영화 그룹 추가하여 최근 영화 시청목록 만들기 ]

    kodi 애드온 정보) Library Node Editor 영화 그룹 추가하여 최근 영화 시청목록 만들기아래와 같이 최근 영화 시청 목록을 만들…

    [ kodi kin 수정 ) 메인메뉴 타이틀 제목 한글폰트 깨짐 과 View_List_PVR 에서 타이틀 겹침… ]

    kodi kin 수정 ) 메인메뉴 타이틀 제목 한글폰트 깨짐 과 View_List_PVR 에서 타이틀 겹침, Next 글자 않보임 개선(Incl…

    [ kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨… ]

    kodi 스킨수정)skin.estuary.widget 스킨 수정 OSD SEEKBAR 수정및 방송정보 리모컨 채널 업다운 가능하게TV시청시 채널…

    [ ● kodi 영화업데이트 library auto update 설치로 영화 시청중 실행 진행 설정 ]

    ● kodi 영화업데이트library auto update 설치로 영화 시청 중 실행 진행 설정설치는동작은설정은일반 라이브러리 update진행 …

    [ kodi skin ) skin.auramod 수정 > 방송정보 겹침 수정 ]

    kodi skin ) skin.auramod 수정 > 방송정보 겹침 수정변경파일변경전변경후<!--MiddleInfo(Start\End…

    [ ● [kodi작업]KODI 기본설정 값의 환경변수 visible 조건 설정하기 ]

    ●KODI 기본설정 값의 환경변수visible 조건 설정하기예)설정>PVR과라이브TV>재생>채널 변경후 채널OSD닫기(Unche…

    [ kodi skin 수정정보) 스마트재생목록 활용 음악 재생목록 과 비디오 재생목록의 OSD Menu및 … ] 댓글 1

    kodi skin 수정정보) 스마트재생목록 활용 음악 재생목록 과 비디오 재생목록의 OSD Menu및 메뉴 조건http://11q.kr/g5s/…

    [ Kodi v18.6 Leia for Android x86 ]

    Kodi v18.1 Leia for Android x86이것은 내 컴퓨터 용으로 컴파일 한 Kodi의 사본입니다.libdvdcss 및 광학 지원…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-04-28 22:35:26

    오늘의 홈 현황


    • 현재 접속자♨ 156 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 3 명
    • 주간 가입자※ 18 명
    • 오늘 방문자 1,619 명
    • 어제 방문자 1,561 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,293,385 명
    • 전체 게시물※ 8,539 개
    • 전체 댓글수※ 24,526 개
    • 전체 회원수 10,935 명

    QR코드


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

    알림 0








    최신글↑