새창 작성 수정 목록 링크 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 485 / 9 Page
    [ kodi skin 수정) skin.destiny 연합뉴스 RSS 서비스 적용 하기 ]

    kodi skin 수정) skin.destiny 연합뉴스RSS 서비스적용 하기yonhapnewstv.co.krRSS 서비스 주소최신http://…

    [ KODI 설정 >영화 라이브러리 자동 업데이트 켜기 ]

    KODI 설정 >영화 라이브러리 자동 업데이트 켜기KODI는 NAS나 SMB에 무언가 파일을 올려도 Kodi를 재부팅하면 알아서 업데이트 …

    [ kodi 의 netflix 실행 addon 으로 실행시 에러 발생 및 kodi log파일 및 최근 접속 기… ] 댓글 1

    kodi netflix addon 접속 재로그인요구및 접속 에러는 vpn gate 변경시 문제의 원인을 찾았습니다비슷한 사례 해결Netflix …

    [ kodi 설정) advancedsettings xml 자동 설정 애드온 plugin.program.edenw… ] 댓글 7

    kodi 설정) advancedsettings xml 설정 애드온 설치 HOW-TO : 비디오 캐시 수정 기애드온 파일 :plugin.progr…

    [ kodi 비디오 영화 시청 한글 자막 불러오기는 smb 설정 하기 입니다. ]

    kodi는 비디오 영화 보기에서 내부 인터넷 upnp 가 자막을 불러 올수 없습니다자막을 불러 오는 방법은 smb 설정 입니다==========…

    [ OTT live_전체채널 iptv_m3u파일 플레이 리스트 skin.eminence.2_by_11q.kr 에… ] 댓글 7

    OTT live_전체채널 iptv_m3u파일 플레이 리스트 skin.eminence.2_by_11q.kr 에서 간단히 만들기O T T 업체 A…

    [ 코디에 대 한 넷 플 릭 스 플러그인 (plugin.video.netflix) ]

    코디에 대 한 넷 플 릭 스 플러그인 (plugin.video.netflix)이 플러그인은 공식적으로 의뢰 / 넷플릭스에 의해 지원되지 않습니다…

    [ ● Netflix video addon kodi 설치 파일 경로 넷플릭스 설치 입니다 ] 댓글 10

    ● Netflix video addon kodi 설치 파일 경로 넷플릭스 설치 입니다 https://github.com/CastagnaIT/pl…

    [ ● [kodi작업]스킨 수정 최적화 작업).._skin.destiny_11q.kr-v6.zip ] 댓글 64

    ●스킨 수정 추가튜닝 작업)20221116_0349_34_skin.destiny_11q.kr-v6.zip 스킨의 수정 작업 +기존 수정내용을 최…

    [ ● 비디오 재생에서 Kodi 충돌을 디버깅하는 방법 ]

    ●비디오 재생에서 Kodi 충돌을 디버깅하는 방법작성자:ABIR· 퍼블리싱2020년 7월 17일· 업데이트됨2021년 11월 21일Kodi가 비…

    [ ●KODI작업) kodi 20의 IPTV Simple Client 실시간채널 및 방송정보 설정 ]

    ●KODI작업) kodi 20의 IPTV Simple Client 실시간채널 및 방송정보 설정이름을 주어 채널추가 m3u및 xml 파일 위치를 …

    [ Kodi 용 Netflix 플러그인 (plugin.video.netflix) ]

    Kodi 용 Netflix 플러그인 (plugin.video.netflix)기권이 플러그인은 Netflix에서 공식적으로 시운전 / 지원하지 않…

    [ kodi 스킨수정)skin.estuary.widget 스킨 수정 / 검색메뉴 추가하기 ]

    kodi 스킨수정)skin.estuary.widget 스킨 수정 / 검색메뉴 추가하기<!--검색메뉴추가하기2020071411q.kr--&g…

    [ kodi addon wave-mini/ 코디 애드온 웨이브 pooq 애드온 ] 댓글 8

    첨부 설치 후 저장소 설치 하세요==================wavveM-v18** Kodi18 용 애드온(2019.12.19) 버전 1.0…

    [ Kodi : 재생 중 어두운 화면에 대한 시청 조건/pc시청중 ]

    Kodi : 비디오 재생 중 어두운 화면에 대한 설정 변경Bubbah2017 년 5 월 2 일 오후 4시 5 분안드로이드,가이드,Kodi,TV …


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑