kodi


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


kodi 스킨수정)skin.estuary.widget 스킨 수정 Play Processor Information 추가함

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    3232235521_1594658782.8943.png


                    <!-- Play Processor Information  -->
                    <!-- K:\program_run\Kodi\portable_data\addons\skin.estuary.widget\xml\Custom_1101_SettingsList.xml -->
                    <!-- 70 line add -->
                        <control type="radiobutton" id="111101">
                            <width>700</width>
                            <include>DefaultSettingButton</include>
                            <label>Play Processor Information </label>
                            <onclick>XBMC.ReloadSkin()</onclick>
                            <onclick>ActivateWindow(1110)</onclick>
                        </control>  
                        <!--  -->


    3232235521_1594658834.6884.png

    <?xml version="1.0" encoding="utf-8"?>
    <window type="dialog" id="1110">
        <defaultcontrol always="true">11000</defaultcontrol>
        <include>Animation_DialogPopupOpenClose</include>
        <controls>
            <control type="group">
                <centerleft>50%</centerleft>
                <height>1000</height>
                <centertop>50%</centertop>
                <width>1500</width>
                <visible>!Window.IsActive(DialogSettings.xml) + !Window.IsActive(DialogSlider.xml) + !Window.IsActive(GameVideoFilter) + !Window.IsActive(GameStretchMode) + !Window.IsActive(GameControllers) + !Window.IsActive(GameVideoRotation)</visible>
                <animation effect="fade" time="200">VisibleChange</animation>
                <include content="DialogBackgroundCommons">
                    <param name="width" value="1000" />
                    <param name="height" value="80" />
                    <param name="header_label" value="Play Processor Information" />
                    <param name="header_id" value="1" />
                </include>
                <control type="group" id="11000">
                    <left>0</left>
                    <top>80</top>
                    <control type="grouplist" id="11100">
                        <visible>String.IsEqual(window(home).Property(settingslist_content),osd)</visible>
                        <width>1500</width>
                        <height>1000</height>
                        <itemgap>0</itemgap>
                        <onup>11100</onup>
                        <ondown>11100</ondown>
                        <orientation>vertical</orientation>

                        <!-- 20200712 -->
                <control type="label" >
                    <height>40</height>
                    <label> ◀ 컨텐츠 항목  ▶ </label>
                    <font>primal_15</font>
                    <shadowcolor>black</shadowcolor>
                    <visible>Player.HasVideo</visible>
                </control>
        
                
                <control type="label" >
                    <height>40</height>
                    <label> .컨텐츠_타이틀 : $INFO[VideoPlayer.Title] </label>
                    <scroll>true</scroll>
                    <font>primal_15</font>
                    <shadowcolor>black</shadowcolor>
                    <visible>Player.HasVideo</visible>
                </control>
                <control type="label">
                    <height>80</height>
                    <label> .컨텐츠__경로 : $INFO[Player.Filenameandpath] </label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label> ◀ 비디오 정보 ▶</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.비디오 코덱 : $INFO[VideoPlayer.VideoCodec]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>
                <control type="label">
                    <height>40</height>
                    <label>.비디오 디코더 : $INFO[Player.Process(videodecoder)]$VAR[VideoHWDecoder, (,)]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.비디오 스트림 : $INFO[Player.Process(videowidth)] $INFO[Player.Process(videoheight),, Pixel]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>80</height>
                    <label>.디인터레이스방식 : $INFO[Player.Process(deintmethod)]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label> ◀ 오디오 정보  ▶</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.오디오 코덱 : $INFO[VideoPlayer.AudioCodec,]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.오디오 채널 : $INFO[VideoPlayer.AudioChannels,]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>
        
                <control type="label">
                    <height>80</height>
                    <label>.오디오 스트림 :  $INFO[Player.Process(audiochannels),,$COMMA ]$INFO[Player.Process(audiodecoder)]$INFO[Player.Process(audiobitspersample),$COMMA , bits]$INFO[Player.Process(audiosamplerate),$COMMA , Hz]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label> ◀ 시스탬 메모리  ▶</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.시스탬 메모리 사용량 : $INFO[System.Memory(used.percent),]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.시스탬 CPU 사용량 : $INFO[System.CpuUsage,]</label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>.IP 주소 : $INFO[Network.IPAddress] </label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>80</height>
                    <label>.스트림서버IP :  $INFO[PVR.ActStreamClient] </label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

                <control type="label">
                    <height>40</height>
                    <label>● file_infor > Custom_1110_PlayInformation.xml  </label>
                    <scroll>true</scroll>
                    <font>primal_15</font>              
                    <visible>Player.HasVideo</visible>
                </control>

            </control>
                    <!--  -->
                    <!--  -->
                    <!--  -->
                </control>
            </control>
        </controls>
    </window>

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

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



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

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


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


    Total 485 / 24 Page
    [ kodi skin addon) skin.destiny-2.2.0.ko_menu_11q.kr_autoclose… ] 댓글 16

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

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

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

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

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

    [ kodi 영화라이브러리 만들기및 영화 추가후 갱신 하기&오토 라이브러리 업데이트 ] 댓글 9

    kodi 영화라이브러리 포스터 형식으로 보기 만들기및 영화 추가후 갱신 하기> 영화 포스터 형식으로 보기는 라이브러리 애드온 설치후 영화…

    [ Kodi_Texture_Tool.exe msvcr100.dll error ]

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

    [ kodi screen shot / screen 화면 캡춰 설정 ]

    kodi screen shot / screen 화면 캡춰 설정기본적인 방법은 keymapedit를 사용하여 화면 캡춰 저장을 리모컨키를 정의 하…

    [ kodi skin.eminence.2 사용 팁)netflix video information 정보 코덱정보를… ]

    skin.eminence.2 사용 팁)netflix video information 정보코덱정보를 표시 및 비디오 버벅일때 해상도 변경 방법 사…

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

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

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

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

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

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

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

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

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

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

    [ skin 수정)skin.arctic.zephyr.mod v1.1.14 수정내용 1) 마우스 포인트 변경 ]

    skin 수정)skin.arctic.zephyr.mod v1.1.14 수정내용 1) 마우스 포인트 변경■ ▶ ☞ 정보찾아 공유 드리며 출처는 링…

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

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


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


    • 현재 접속자♨ 820 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 1,463 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,070 명
    • 전체 게시물※ 8,654 개
    • 전체 댓글수※ 24,772 개
    • 전체 회원수 11,068 명

    QR코드


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

    알림 0








    최신글↑