kodi


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


kodi skin 데스티니 수정) 우측 큰 그림 fanart 및 유튜브 예고편, 비디오 전체경로

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    3232235521_1590743418.6266.png

    3232235521_1590743460.1252.png

    # 2020-05-29 
    ##  우측 큰 그림 fanart 및 유튜브 예고편, 비디오 전체경로 
    ``` html
                <!-- 우측 큰 그림 fanart -->
                <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\xml\ViewsViewTypeList.xml -->
                <!-- 20200528 11q.kr 
                    fanart그림이 없으면   poster 표시로 동시 나타나게함
                    $INFO[ListItem.Art(poster)] 기존 크기조정
                 -->
            <control type="image">
                  <left>860</left>
                  <top>125</top>
                  <width>1000</width>
                  <height>480</height>
                  <texture background="true">$INFO[ListItem.Art(poster)]</texture>
                  <bordertexture border="10">ThumbShadow.png</bordertexture>
                  <bordersize>6</bordersize>
                  <aspectratio align="center" aligny="top">keep</aspectratio>
                  <visible>Container.Content(movies)</visible>
                  <visible>Control.IsVisible(601)</visible>
            </control>
                <!-- 우측 큰 그림 fanart -->
            <control type="image">
                  <left>860</left>
                  <top>125</top>
                  <width>1000</width>
                  <height>520</height>
                  <texture background="true">$INFO[ListItem.Art(fanart)]</texture>
                  <bordertexture border="10">ThumbShadow.png</bordertexture>
                  <bordersize>6</bordersize>
                  <aspectratio align="center" aligny="top">keep</aspectratio>
                  <visible>Container.Content(movies)</visible>
                  <visible>Control.IsVisible(601)</visible>
            </control>

     <!-- 20200527 11q.kr add line ...start -->
                <!-- KM 20200526 유튜브 예고편 보기 적용 20200527 11q.kr -->
                <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.destiny\xml\ViewsViewTypeList.xml -->
                <!--  <include>SlideInAndOutAnimationRNL</include> -->
                <control type="button" id="11">
                    <description>Trailer Playback</description>
                    <label>♣ 유튜브 예고편 ♣</label>
                    <font>primal_20_Bold</font>
                    <left>350</left>
                    <top>80</top>
                    <align>center</align>
                    <aligny>center</aligny>
                    <width>300</width>
                    <height>80</height>
                    <onright>3102</onright>
                    <onleft>3103</onleft>
                    <onup>601</onup>
                    <ondown>601</ondown>
                     <!-- id="601"에서 id="11"로 업다운 id를 로 전환 -->
                    <texturefocus colordiffuse="$VAR[BackColorButton]">flagging/video/flag.png</texturefocus>
                    <texturenofocus colordiffuse="ff404040">flagging/video/flag.png</texturenofocus>
                    <onclick>PlayMedia($INFO[ListItem.Trailer],noresume)</onclick>
                    <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
                    <visible>Container.Content(movies)</visible>
                    <visible>!ListItem.IsParentFolder</visible>
                    <visible>Control.IsVisible(601)</visible>
                </control>
          <!-- Skin.ToggleDebug() -->
            <control type="button" id="3102" >
                <left>1700</left>
                <top>80</top>
                <width>80</width>
                <height>80</height>
                <align>center</align>
                <aligny>center</aligny>
                <onright>3103</onright>
                <onleft>11</onleft>
                <onup>601</onup>
                <ondown>601</ondown>
                <onclick>Skin.ToggleDebug()</onclick>
                <texturefocus colordiffuse="$VAR[BackColorButton]">osd/3102.png</texturefocus>
                <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/3102.png</texturenofocus>
                <pulseonselect>false</pulseonselect>
            </control>

    <!-- XBMC.ReloadSkin() -->
            <control type="button" id="3103" >
                <left>1770</left>
                <top>80</top>
                <width>80</width>
                <height>80</height>
                <align>center</align>
                <aligny>center</aligny>
                <onright>11</onright>
                <onleft>3102</onleft>
                <onup>601</onup>
                <ondown>601</ondown>
                <texturefocus colordiffuse="$VAR[BackColorButton]">osd/3103.png</texturefocus>
                <texturenofocus colordiffuse="$VAR[ColorIcons]">osd/3103.png</texturenofocus>
                <selected>XBMC.ReloadSkin()</selected>
                <onclick>XBMC.ReloadSkin()</onclick>
                <onclick>Skin.ToggleDebug()</onclick>
            </control>
            <!-- ☞ file infor > ViewsViewTypeList.xml id="601"  -->
                <control type="label" >
                    <left>1200</left>
                    <top>1000</top>
                    <width>800</width>
                    <height>80</height>
                    <align>center</align>
                    <aligny>center</aligny>
                    <font>primal_14</font>
                    <label> ☞ file infor > ViewsViewTypeList.xml / id="601"</label>
                    <texturefocus colordiffuse="$VAR[BackColorButton]">flagging/video/flag.png</texturefocus>
                    <texturenofocus colordiffuse="ff404040">flagging/video/flag.png</texturenofocus>
                    <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
                    <visible>Container.Content(movies)</visible>
                    <visible>!ListItem.IsParentFolder</visible>
                    <visible>Control.IsVisible(601)</visible>
                </control>
           <!-- 20200527 11q.kr add line ...end -->
                    <!-- 11qkr 20200529
                    수정정보 : 비디오 전체경로 
                    $INFO[Player.Filenameandpath]
                    <label fallback=".NA.">$INFO[ListItem.Label]</label>
                    <label fallback=".NA.">$INFO[ListItem.Filenameandpath]</label>
                    -->
                    <control type="label">
                    <left>150</left>
                    <top>800</top>
                    <width>1600</width>
                    <height>400</height>
                    <textoffsetx>10</textoffsetx>
                    <textwidth>1600</textwidth>
                    <label fallback=".NA.">$INFO[ListItem.Filenameandpath]</label>
                    <scroll>true</scroll>
                    <align>center</align>
                    <aligny>center</aligny>
                    <font>primal_20_Bold</font> 
                    <textcolor>$VAR[ColorFontSelected]</textcolor>
                    <shadowcolor>$VAR[ColorFontShadow]</shadowcolor>
                    <visible>Container.Content(movies)</visible>
                    <visible>Control.IsVisible(601)</visible>
                </control>



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

    [이 게시물은 11qkr님에 의해 2021-06-16 02:31:10 11.Nas_1에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.


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


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


    Total 485 / 6 Page
    [ 코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법 ]

    코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법멈추는 문제나 버퍼링 문제가 생기는 가장 일반적인 원인은 애드온 간의 충돌…

    [ kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip … ]

    kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip 한글화 방송진행정보,RSS 추가화려한…

    [ kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 ko… ]

    kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 kodi로 보고듣기http://11q.kr…

    [ kodi 내장 함수 목록 ]

    kodi 내장 함수 목록1.1 부가기능 내장함수기술버전Addon.Default.OpenSettings(extensionpoint)주어진 유형 (…

    [ kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to… ] 댓글 23

    kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to arial.ttf1.윈도우 버전 변경…

    [ kodi iptv channel 방송 안나오거나 보지 않은 채널 tvheadend에서 지우고 kodi 채… ]

    상기방송 114번을 지우고자 합니다>>> 첫열 켜짐 check 헤제 하세요 >> 코디의 방송 채널에서 나오지 않습니다…

    [ skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교 ]

    skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교폰트을 준비하여 skin.eminenc…

    [ kodi19 버벅임 메모리 캐시 Open Wizard Kodi Addon로 advancedsettings.… ] 댓글 3

    kodi19 버벅임 메모리 캐시 수정 ares wizard Matrix용 대용 Open Wizard Kodi Addon (유지 관리) 로 adv…

    [ 성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정 ]

    ●1단계:성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정출처:https://maciphone.tistory.com/227…

    [ ● kodi plex addon 설치로 pc의 영화정보 시청 설정 ]

    ●kodi plex addon 설치로 pc의 영화정보 시청 설정 저의 해놀로지 서버 ds3615에 redpill boot loader + 트랜스…

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

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

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

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

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

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


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-02 11:24:07

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑