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 / 4 Page
    [ 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 폰트 …

    [ kodi설정) kodi TV시청 채널번호 iptv 채널번호 같은 번호로 나오게하기 ] 댓글 2

    kodi설정) kodi TV시청 채널번호 iptv 채널번호 같은 번호로 나오게하기iptv의 채널번호가 아래와같이 나옵니다tvheadend >…

    [ kodi skin 변경 간단히 윈도우폰트 한글 폰트 추가 경로 변경하기 ] 댓글 3

    kodi skin 설치 디랙토리에 아래와 같이 한글폰트를 준비후 폰트를 덮어쓰기 합니다사례) kodi skin.aeon.nox.5 설치후 한글이…

    [ KODI 정보) 초기 설정법 블로그 참조 다운로드 사이트 정보 공식/비공식 개발 최적 버전 받기 버벅임 해결 ] 댓글 1

    KODI 정보) 초기 설정법 블로그 참조 다운로드 사이트 정보 공식/비공식 개발 최적 버전 받기 버벅임 해결 tv006 하이언스 mbox 최적 …

    [ 정보업)kodi 다른 버전 WBMC 18.0 - Wonderbox.tv Media Centre 의 또다른 … ] 댓글 2

    WBMC 18.0 - Wonderbox.tv Media Centre 의 또다른 kodi 설치첨부는 저의 백업 파일 입니다.번역Wonderbox.…

    [ ● kodi 한글 특수기호 한자 일본어 유니코드 지원 제일 안적인 폰트 NanumBarunGothicLigh… ] 댓글 5

    ● kodi 한글 특수기호 한자 일본어 유니코드 지원 제일 안적인 폰트NanumBarunGothicLight.ttf입니다kodi 영화제목에 한글…

    [ ● kodi addon netflix MSL Error ..pc/휴대폰 재생오류 해결 방법 및 Widevin… ] 댓글 14

    ●kodi addon netflix MSL Error 로 재생 실패 발생 대응..pc/휴대폰 재생오류 해결 방법 및Widevine CDM 재설치…

    [ ● 넷프릭스가 시청중에 강제종료,및 로그인 NFAuthenticationKey 로 로그인 설정이 안정적입니다… ] 댓글 1

    ● 넷프릭스가 시청중에 강제종료, 미해결로 new 시스템으로 업데이트안정적인 kodi addon neflix 사용을 위한 지침1) 로그인 문제-…

    [ ● kodi swan skin userwidget 을 메뉴설정 간단히 기본설정하기 ] 댓글 16

    ● kodi swan skinuserwidget 을 메뉴설정 한것 기본설정으로 변환기본적인 위젯을 구성을 skin/스킨설정/홈 메인 위젯 에서 …

    [ Kodi skin icon size 수정 하는 아이콘 제작 팁 기본아이콘 모음 SW ]

    Kodi skin icon size 수정 하는 아이콘 제작 팁 기본 정보 사이즈 문제가 있어 정의 합니다.아이콘 모음 만들기iconion-win…

    [ kodi skin 설정 메뉴 문구 찾기하여 동작 명령 찾기 ]

    kodi skin 설정 메뉴 문구 찾기하여 동작 명령 찾기kodi의 아래와 같은 메뉴가 있습니다동작에 대한 명령을 찾아 보겠습니다RSS 뉴스 피…

    [ Kodi Playlist Files / Kodi 재생 목록 파일 ]

    Kodi Playlist Files / Kodi 재생 목록 파일티멀티미디어 프로그램Kodi에는 기본, 스마트 및 파티 모드의 세 가지 재생 목록…


    ♥간단_메모글♥


    최근글


    새댓글



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

    오늘의 홈 현황


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

    QR코드


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

    알림 0








    최신글↑