소스 검색

update now playing screen

Luke Pulverenti 8 년 전
부모
커밋
da5f64e424
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      Emby.Dlna/Profiles/SharpSmartTvProfile.cs
  2. 0 0
      Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml

+ 5 - 1
Emby.Dlna/Profiles/SharpSmartTvProfile.cs

@@ -10,6 +10,9 @@ namespace Emby.Dlna.Profiles
         {
             Name = "Sharp Smart TV";
 
+            RequiresPlainFolders = true;
+            RequiresPlainVideoItems = true;
+
             Identification = new DeviceIdentification
             {
                 Manufacturer = "Sharp",
@@ -39,7 +42,8 @@ namespace Emby.Dlna.Profiles
                     Container = "ts",
                     Type = DlnaProfileType.Video,
                     AudioCodec = "ac3,aac,mp3,dts,dca",
-                    VideoCodec = "h264"
+                    VideoCodec = "h264",
+                    EnableMpegtsM2TsMode = true
                 },
 
                 new TranscodingProfile

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.