update now playing screen

This commit is contained in:
Luke Pulverenti 2017-01-18 08:33:18 -05:00
parent c1c4726fbd
commit da5f64e424
2 changed files with 8 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long