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 465 / 5 Page
    [ kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정… ] 댓글 1

    kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정하기문제 발생시라이브러리 추가하여 재설정하니…

    [ kodi 스킨 수정)skin.estuary.widget 스킨 수정 20210106-kodi19_skin.es… ] 댓글 21

    kodi 스킨수정)skin.estuary.widget 스킨 수정 내용 종합 정리 내용입니다네이버 카페 https://cafe.naver.com/…

    [ kodi 2가지 버전 설치 윈도우용 휴대용 모드 최신 버전 다운로드 설치로 kodi 테스트 버전 설치 ]

    kodi 2가지 버전 설치 윈도우용 휴대용 모드 최신 버전 다운로드 설치로 kodi 테스트 버전 설치진행 ) 최신 버전 ver18.7 설치 ( …

    [ sj**2 kli**의 m3u 파일 만들기 작업으로 kodi pvr iptv client로 시청하기 ] 댓글 1

    SJ**2 kl**의 m3u 파일 만들기 작업으로 kodi pvr iptv client로 시청하기쉬운방법이 있내요(실시간 영상 시청 사용기) Ⅰ…

    [ kodi 유튜브 애드온 실행가능하게 api_key.jons 파일 생성 추가 하는 방법 및 유튜브 음악 최적… ] 댓글 9

    kodi 유튜브 애드온 실행가능하게api_key.jons 파일 생성 추가하는 방법 및 유튜브 음악 최적의 방법저의 스킨 skin.eminence…

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

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

    [ ●버퍼링에서 Kodi를 중지하는 방법: 안정적인 스트림을 위한 최고의 advancedsettings 수정 … ] 댓글 4

    ●버퍼링에서 Kodi를 중지하는 방법: 안정적인 스트림을 위한 최고의 수정 사항https://geekgeeky.com/ko/%EB%B2%84%E…

    [ ● 스킨 새로운버전 작업완료)skin.eminence.2_v4_ko_by_11qkr_up2021????.zi… ] 댓글 20

    ● 스킨 새로운버전 작업 완료)skin.eminence.2_v4_ko_by_11qkr_up20211207_02.zip스킨은 강력 추천 애용하는 …

    [ ● kodi 네이버 나눔 글꼴 폰트 다운로드 하여 적용 스킨 사용기 입니다 ]

    ● kodi 네이버 나눔 글꼴 폰트 다운로드 하여 적용 스킨 사용기 입니다 다음과 같이 폰트 변경적용 입니다적용한 스킨은2021-1102_0_k…

    [ ● 쿠팡 멤버십 2900원 가입자용 쿠팡 플레이어 영화 시청 방법 ]

    ●쿠팡 멤버십 2900원 가입자용 쿠팡 플레이어 영화 시청 방법쿠팡, 온라인 동영상 스트리밍 시장 진출... 아마존·넷플릭스에 도전장쿠팡이 온라…

    [ kodi 가 버벅임이 문제 발생시 CPU 버퍼링 줄이는 방법 ]

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

    [ THE BEST KODI ADDONS FOR XBOX ONE - MOVIES, TV, SPORT & PPV!… ] 댓글 1

    동영상 참조 다운로드 후 압축 파일에서 애드온 설치 하세요■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.…

    [ 실패)kodi 사운드 off 문제점 / 시놀로지 / xpenology 에 서버의 dsm접속 클릭 하여 cpu… ]

    pc에서 kodi 사용중이며 tvheadend와 연결 시청시 시놀로지 / xpenology 에 서버의 dsm접속 클릭 하여 cpu/ 저장소 가동…

    [ kodi v16 자체 플레이어로 3d영화를 2d로 보기 설정/ V18 버전도 가능 ] 댓글 1

    kodi v16 자체 플레이어로 3d영화를 2d로 보기 설정/ V18 버전도 가능https://11q.kr/g5s//bbs/board.php?b…

    [ u5pvr 구입 사용기) U5PVR 디럭스 tvheadend접속 내부EPG 그래버설정 및 나스서버에서 응용… ] 댓글 17

    u5pvr 구입 사용기) U5PVR 디럭스 tvheadend접속 설정 을 나스서버에서 응용 및 epg 설정 KODI 방송 녹화하기U5PVR 디럭…

    [ 코디 폰트 변경 분석)kodi basic font Arial.ttf 폰트 변경및 skin font 변경하기 ] 댓글 2

    코디 폰트 변경 분석)kodi basic font Arial.ttf 폰트 변경및 skin font 변경하기1) 모든 스킨Arial.ttf 폰트 …


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


    • 현재 접속자♨ 653(1) 명
    • 오늘 가입자※ 3 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 7 명
    • 오늘 방문자 2,175 명
    • 어제 방문자 2,099 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,355,420 명
    • 전체 게시물※ 8,614 개
    • 전체 댓글수※ 24,678 개
    • 전체 회원수 11,007 명

    QR코드


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

    알림 0








    최신글↑