aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author7illusions <z@7illusions.com>2014-03-15 19:47:50 +0100
committer7illusions <z@7illusions.com>2014-03-15 19:47:50 +0100
commite4a84aac974414eb517e17782caf709b369588d2 (patch)
tree90350e2b29866d6b5ca7dceb552314f66d7281b6
parentdb3b106fe09e8e28a99fc817937113896d5f5169 (diff)
Improved PlayTo profile Samsung F series
-rw-r--r--MediaBrowser.Dlna/DlnaManager.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/MediaBrowser.Dlna/DlnaManager.cs b/MediaBrowser.Dlna/DlnaManager.cs
index b1e6dc5e5..6766400d9 100644
--- a/MediaBrowser.Dlna/DlnaManager.cs
+++ b/MediaBrowser.Dlna/DlnaManager.cs
@@ -40,7 +40,7 @@ namespace MediaBrowser.Dlna
new TranscodingProfile
{
Container = "mp3",
- Type = DlnaProfileType.Audio
+ Type = DlnaProfileType.Audio,
},
new TranscodingProfile
{
@@ -54,7 +54,7 @@ namespace MediaBrowser.Dlna
new DirectPlayProfile
{
Containers = new[]{"mp3"},
- Type = DlnaProfileType.Audio
+ Type = DlnaProfileType.Audio,
},
new DirectPlayProfile
{
@@ -74,13 +74,15 @@ namespace MediaBrowser.Dlna
Type = DlnaProfileType.Video
}
}
+
+
});
list.Add(new DeviceProfile
{
Name = "Samsung TV (E/F-series)",
ClientType = "DLNA",
- FriendlyName = @"(^\[TV\][A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)|^\[TV\] Samsung",
+ FriendlyName = @"(^\[TV\][A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)|^\[TV\] Samsung|(^\[TV\]Samsung [A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)",
ModelNumber = @"(1\.0)|(AllShare1\.0)",
TranscodingProfiles = new[]