浏览代码

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

文件差异内容过多而无法显示
+ 0 - 0
Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml


部分文件因为文件数量过多而无法显示