kodi


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


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

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

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

    변경파일 

    변경전

    3232235521_1595520982.5075.png

    변경후 

    3232235521_1595519042.8043.png

    3232235521_1595519134.9405.png

            <!-- Middle Info (Start\End times, Current\Next EPG, Progress-bar, Recording) -->
            <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.auramod\1080i\Includes_PVRInfoMods.xml -->
            <!-- 20200721 시간길이 WITH 200 조정 -->
            <control type="group" id="1">
                <visible>VideoPlayer.HasEpg</visible>
                <control type="label" id="1">
                    <left>380</left>
                    <top>895</top>
                    <width>200</width>
                    <height>38</height>
                    <font>font16</font>
                    <align>left</align>
                    <label>[B]$INFO[VideoPlayer.StartTime][/B]</label>
                    <visible>!String.IsEmpty(VideoPlayer.Title)</visible>
                </control>
                <!-- 채널업다운 정보 위치 변경 11q.kr 20200724 -->
                <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.auramod\1080i\Includes_PVRInfoMods.xml -->
                <!-- 현방송제목위치 조정및 크기조정 -->
                <control type="label" id="1">
                    <left>600</left>
                    <top>895</top>
                    <width>800</width>
                    <height>38</height>
                    <font>font16</font>
                    <align>left</align>
                    <scroll>true</scroll>
                    <label>[B]$INFO[VideoPlayer.Title][/B]</label>
                    <visible>!String.IsEmpty(VideoPlayer.Title)</visible>
                    <visible>![VideoPlayer.Content(LiveTV) + Player.Recording]</visible>
                </control>
                <control type="group"> <!-- Recording logo and labels -->
                    <visible>VideoPlayer.Content(LiveTV) + Player.Recording</visible>
                    <control type="image">
                        <left>499</left>
                        <top>896</top>
                        <width>40</width>
                        <height>40</height>
                        <texture>pvr/PVR-IsRecording.png</texture>
                        <animation effect="fade" start="100" end="40" time="960" pulse="true" condition="true">conditional</animation>
                    </control>
                    <control type="label" id="1">
                        <left>480</left>
                        <top>895</top>
                        <width>800</width>
                        <height>38</height>
                        <font>font16</font>
                        <align>left</align>
                        <scroll>true</scroll>
                        <label>[B]$INFO[VideoPlayer.Title][/B]</label>
                        <visible>!String.IsEmpty(VideoPlayer.Title)</visible>
                    </control>
                </control>
                <control type="label" id="1">
                    <left>1300</left>
                    <top>895</top>
                    <width>250</width>
                    <height>38</height>
                    <font>font16</font>
                    <align>right</align>
                    <label>$INFO[VideoPlayer.TimeRemaining]</label>
                    <visible>!String.IsEmpty(VideoPlayer.Title)</visible>
                </control>
            <!-- 20200721 시간길이 WITH 200 조정 -->
                <control type="label">
                    <left>380</left>
                    <top>965</top>
                    <width>200</width>
                    <height>38</height>
                    <font>font16</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>$INFO[VideoPlayer.NextStartTime]</label>
                    <visible>!String.IsEmpty(VideoPlayer.NextTitle)</visible>
                </control>
                <!-- 채널업다운 정보 위치 변경 11q.kr 20200724 -->
                <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.auramod\1080i\Includes_PVRInfoMods.xml -->
                <!-- 현방송제목위치 조정및 크기조정 -->
                <!-- 채널업다운 정보 위치 변경 11q.kr 20200724 -->
                <control type="label" id="1">
                    <left>600</left>
                    <top>965</top>
                    <width>800</width>
                    <height>38</height>
                    <font>font16</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <scroll>true</scroll>
                    <label>$INFO[VideoPlayer.NextTitle]</label>
                    <visible>!String.IsEmpty(VideoPlayer.NextTitle)</visible>
                </control>

    수정전)선택키 길게 누를시  epg정보 > 크기 키우고 위치 조정으로 화면 겹침 

    3232235521_1595519414.0922.png

    수정후)선택키 길게 누를시  epg정보 > 크기 키우고 위치 조정으로 화면 겹침 수정

    3232235521_1595519242.2137.png

    파일수정 정보 

                    <itemlayout height="120" width="667">
                        <control type="image">
                            <width>900</width>
                            <height>109</height>
                            <texture>common/selected.png</texture>
                            <aspectratio aligny="top">center</aspectratio>
                            <animation effect="fade" start="100" end="15" condition="true">Conditional</animation>
                            <visible>ListItem.IsPlaying</visible>
                            <colordiffuse>main_fg_100</colordiffuse>
                        </control>
                        <control type="image">
                            <left>22</left>
                            <top>12</top>
                            <width>85</width>
                            <height>85</height>
                            <texture>$INFO[ListItem.Thumb]</texture>
                            <aspectratio>keep</aspectratio>
                           </control>
    <!--채널번호 561-->
                        <control type="label">
                            <left>700</left>
                            <height>66</height>
                            <top>5</top>
                            <width>70</width>
                            <align>left</align>
                            <textcolor>main_fg_70</textcolor>
                            <font>font_small_bold</font>
                            <label>$INFO[ListItem.ChannelNumberLabel]</label>
                            <selectedcolor>main_fg_70</selectedcolor>
                        </control>
       <!-- 진행바 -->
                     <control type="progress">
                            <left>800</left>
                            <top>30</top>
                            <width>67</width>
                            <height>19</height>
                            <reveal>true</reveal>
                            <texturebg>pvr/progress-back.png</texturebg>
                            <lefttexture>pvr/progress-leftright.png</lefttexture>
                            <midtexture colordiffuse="$VAR[ColorHighlight2]">pvr/progress-mid.png</midtexture>
                            <righttexture colordiffuse="$VAR[ColorHighlight2]">pvr/progress-leftright.png</righttexture>
                            <info>ListItem.Progress</info>
                            <colordiffuse>main_fg_70</colordiffuse>
                        </control>
                        
    <!-- 좌측 채널 리스트 정보  방송이름 -->
                        <control type="label">
                            <left>130</left>
                            <top>5</top>
                            <width>550</width>
                            <height>66</height>
                            <align>left</align>
                            <textcolor>$VAR[ColorHighlight]</textcolor>
                            <font>font_small_bold</font>
                            <label>$INFO[ListItem.Title]</label>
                            <selectedcolor>main_fg_70</selectedcolor>
                        </control>
    <!-- 채널 이름 -->
                        <control type="label">
                            <left>130</left>
                            <top>40</top>
                            <height>66</height>
                            <width>400</width>
                            <align>left</align>
                            <font>font_tiny</font>
                            <textcolor>main_fg_70</textcolor>
                            <label>$INFO[ListItem.ChannelName]</label>
                            <selectedcolor>main_fg_70</selectedcolor>
                        </control>
                    </itemlayout>
    <!-- 선택된 이동/위치 변경  정보 -->
                    <focusedlayout height="120" width="667">
                        <control type="image">
                            <width>900</width>
                            <height>109</height>
                            <texture colordiffuse="$VAR[ColorHighlight]">common/white.png</texture>
                        </control>
                        <control type="image">
                            <width>900</width>
                            <height>109</height>
                            <texture>common/selected.png</texture>
                            <[이 게시물은 11qkr님에 의해 2021-06-12 11:29:34 12.Nas_2에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.


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


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


    Total 465 / 5 Page
    [ kodi 의 디랙토리 경로 Special protocol special://home 파일관리자로 소스추가 자… ]

    kodi 의 디랙토리 경로 Special protocol special://home 파일관리자로 소스추가 자막 폰트 추가 하기참조 드립니다파일관…

    [ kodi 기본 정보) 재생목록을 만들어 사용하기 (스마트 재생목록 ) skin.eminence.2.mod_b… ]

    kodi 기본 정보) 재생목록을 만들어 사용하기 (스마트 재생목록 ) skin.eminence.2.mod_by_11qkr 스킨에 메뉴구성 사용하…

    [ kodi skin addon) skin.destiny-2.2.0.ko_menu_11q.kr_autoclose… ] 댓글 16

    본문 자료 old자료이며 최신 버전은 링크 공개자료실에 참조 드립니다.=========================================…

    [ kodi 스킨수정)skin.estuary.widget 스킨 수정 / debug on으로 파일 찾아 "위젯 … ]

    kodi 스킨수정)skin.estuary.widget 스킨 수정 / debug on으로 파일 찾아 "위젯 선택" 메뉴이동 하기메뉴 이동 죄로 이…

    [ 추천) [kodi작업] WAVVE STRM 생성기로 영화 KODI의 라이브러리 생성 영화 시청 방법및 관련 … ] 댓글 13

    [Kodi] WAVVE STRM 생성기로 영화 KODI의 라이브러리 생성 영화 시청 방법및 관련 파일 다운로드 정보cafe.naver.com (…

    [ KODI에서 안드로이드 설정메뉴 불러오기 ]

    KODI에서 안드로이드 설정메뉴 불러오기https://developer.android.com/reference/android/provider/S…

    [ ● Shield Tv 외부저장소를 이용한 내부저장소를 다른 USB SSD 로 변경 ]

    ● Shield Tv 외부저장소를 이용한 내부저장소를 다른 USB SSD 로 변경본내용을 shield의 포럼에 있는 정보 입니다https://w…

    [ ●kodi 애드온 Ghost Movices 의 무료영화 연결/ 무 가입 영화 시청 입니다 ]

    ●kodi 애드온 Ghost Movices 의 무료영화 연결/ 무 가입 영화 시청 입니다kodi ghost 애드온 무료영화 링크 관람일부연결이 …

    [ ● KODI 보리 Bori addon wave tving ...애드온 설정하여 실시간 티비 설정 ] 댓글 1

    ●KODI 보리 Bori addon wave tving ...애드온 설정하여 실시간 티비 설정 1) 설치방법(1) 애드온 압축파일에서 설치 / …

    [ ● Kodi "매트릭스" 19.3 릴리스 ]

    ●Kodi "매트릭스" 19.3 릴리스https://kodi.tv/download/windows ▶ 내용Kodi "매트릭스" 19.3 릴리스풀어…

    [ bamboo님 넥슨 한글 폰트 테스트) FMAN65-skin.estuary.modv2-3.0.7+matri… ] 댓글 2

    bamboo님 넥슨 한글 폰트 테스트) FMAN65-skin.estuary.modv2-3.0.7+matrix.16.zip 한글/한자/일본어 특수…

    [ 오늘도 kodi -u5pvr에서 테스트 정상 버전 해보신 분(신버전 실패) ]

    오늘도 kodi -u5pvr에서 테스트 정상 버전 해보신 분저는 kodi16 정상17.6 실행되나 인터넷 버벅임 삭제kodi18beta-2017…

    [ 펌자료)[KODI/PLEX] KPodcast plugin ]

    소주잔님 블로그 참조 드립니다◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠ [이 게시물은 1…

    [ kodi skin )Aeon-Nox-SiLVO 다운로드 설치 사용 한글 폰트 변경 방법 ]

    kodi skin )Aeon-Nox-SiLVO 다운로드 설치 사용 한글 폰트 변경 방법작업 : 미박스3 ( pc및 안드로이드 kodi동일 사용가…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-11 21:09:43

    오늘의 홈 현황


    • 현재 접속자♨ 373(1) 명
    • 오늘 가입자※ 3 명
    • 어제 가입자※ 7 명
    • 주간 가입자※ 23 명
    • 오늘 방문자 2,006 명
    • 어제 방문자 2,134 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,372,401 명
    • 전체 게시물※ 8,635 개
    • 전체 댓글수※ 24,725 개
    • 전체 회원수 11,037 명

    QR코드


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

    알림 0








    최신글↑