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 / 1 Page
    [ kodi skin 수정정보) 스마트재생목록 활용 음악 재생목록 과 비디오 재생목록의 OSD Menu및 … ] 댓글 1

    kodi skin 수정정보) 스마트재생목록 활용 음악 재생목록 과 비디오 재생목록의 OSD Menu및 메뉴 조건http://11q.kr/g5s/…

    [ kodi skin up)skin.destiny_11q.kr-v5.2.3_for_kodi18_2020-0929… ] 댓글 16

    kodi skin up)skin.destiny_11q.kr-v5.2.3_for_kodi18_2020-0929.zip및음악재생 메뉴 재설정 ,유튜…

    [ skin up수정)v0414_kodi19_skin.arctic.zephyr.mod-master (1132)_… ] 댓글 2

    최신버전 업데이트 참조 바랍니다kodi skin 업데이트 공유) 0426-6_skin.arctic.zephyr.mod_v1136_by_11qkr…

    [ kodi skin 활용)위젯 구성 [tv채널 추가 가능] 메뉴 추가 및 홈화면 비디오모드 활용 ]

    kodi skin 활용)위젯 구성 [tv채널 추가 가능] 메뉴 추가 및 홈화면 비디오모드 활용적용버전 : 2021-0224_1_kodi19_sk…

    [ kodi skin) skin.destiny-4.0.1_by_11q.kr_at_20200524.zip 업데이트… ] 댓글 2

    kodi skin) skin.destiny-4.0.1_by_11q.kr_at_20200524.zip.zip 업데이트이전버전 보관으로 홈피내 최신…

    [ android-x86 pc vmware 사용조건 kodi 안정화 버전은 SPMC-16.7.4-spmc-94d… ] 댓글 1

    pc에 android-x86 를 vmware workstation에서 설치kodi를 설치 하여 사용시 버벅임 발생 합니다kodi 사용버전 추천은…

    [ kodi 스킨) skin.destiny-4.0.1_11q.kr_OSD_FF_2020423.zip 까지 적용 ]

    kodi 스킨) skin.destiny-4.0.1_11q.kr_OSD_FF_2020423.zip 까지 적용정보를 제공하신 카페 회원 여러분에게 …

    [ Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법 ]

    Kodi 넷플릭스 netflix 한글자막 &lrm; 에러 미드 드라마 한글자막 편하게 다운로드 받는 방법넷플릭스 자체 자막 입니다기본적인…

    [ kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 한글 Aeon-Nox-SiLVO… ] 댓글 20

    kodi) FTMC 버전 FTMC-16.2.31-armeabi-v7a.apk 과 kodi 2 개를 설치 사용 하세요그리고 제가 올린 함초롬 한글…

    [ kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용… ] 댓글 1

    kodi skin Aeon-Nox-master_hamchorom는 Noto 폰트 설정을 함초롬 바탕체 적용버전 한글 폰트 코디 korea fon…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑