From 958b32b7146c80143b536b11376a64f85e034102 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 11 Apr 2017 20:04:18 -0400 Subject: [PATCH] update dlna profiles --- Emby.Dlna/Profiles/DefaultProfile.cs | 4 ++-- Emby.Dlna/Profiles/Xml/BubbleUPnp.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Default.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Denon AVR.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml | 8 ++++---- Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Kodi.xml | 8 ++++---- Emby.Dlna/Profiles/Xml/LG Smart TV.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/MediaMonkey.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Panasonic Viera.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Popcorn Hour.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2014.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2015.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2016.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Blu-ray Player.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Vlc.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/WDTV Live.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Xbox 360.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/Xbox One.xml | 10 +++++----- Emby.Dlna/Profiles/Xml/foobar2000.xml | 10 +++++----- 31 files changed, 150 insertions(+), 150 deletions(-) diff --git a/Emby.Dlna/Profiles/DefaultProfile.cs b/Emby.Dlna/Profiles/DefaultProfile.cs index f05a4869a7..e99b22f2d0 100644 --- a/Emby.Dlna/Profiles/DefaultProfile.cs +++ b/Emby.Dlna/Profiles/DefaultProfile.cs @@ -30,8 +30,8 @@ namespace Emby.Dlna.Profiles MaxIconWidth = 48; MaxIconHeight = 48; - MaxStreamingBitrate = 24000000; - MaxStaticBitrate = 24000000; + MaxStreamingBitrate = 30000000; + MaxStaticBitrate = 30000000; MusicStreamingTranscodingBitrate = 192000; EnableAlbumArtInDidl = false; diff --git a/Emby.Dlna/Profiles/Xml/BubbleUPnp.xml b/Emby.Dlna/Profiles/Xml/BubbleUPnp.xml index 754be1af80..84bfa336a0 100644 --- a/Emby.Dlna/Profiles/Xml/BubbleUPnp.xml +++ b/Emby.Dlna/Profiles/Xml/BubbleUPnp.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -40,9 +40,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Default.xml b/Emby.Dlna/Profiles/Xml/Default.xml index b0b0d7ac11..6d39ac1da1 100644 --- a/Emby.Dlna/Profiles/Xml/Default.xml +++ b/Emby.Dlna/Profiles/Xml/Default.xml @@ -16,8 +16,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -33,9 +33,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Denon AVR.xml b/Emby.Dlna/Profiles/Xml/Denon AVR.xml index 00b56c03d5..9c6af71ed9 100644 --- a/Emby.Dlna/Profiles/Xml/Denon AVR.xml +++ b/Emby.Dlna/Profiles/Xml/Denon AVR.xml @@ -21,8 +21,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -37,9 +37,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml b/Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml index 2021dae922..bb0fd0bb23 100644 --- a/Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml +++ b/Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -39,8 +39,8 @@ - - + + diff --git a/Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml b/Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml index 556a3d673d..fc84965105 100644 --- a/Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml +++ b/Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -41,9 +41,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Kodi.xml b/Emby.Dlna/Profiles/Xml/Kodi.xml index a78984b097..286417d968 100644 --- a/Emby.Dlna/Profiles/Xml/Kodi.xml +++ b/Emby.Dlna/Profiles/Xml/Kodi.xml @@ -23,7 +23,7 @@ 48 48 100000000 - 24000000 + 30000000 1280000 DMS-1.50 @@ -40,9 +40,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/LG Smart TV.xml b/Emby.Dlna/Profiles/Xml/LG Smart TV.xml index 2963e5f383..e48af3842c 100644 --- a/Emby.Dlna/Profiles/Xml/LG Smart TV.xml +++ b/Emby.Dlna/Profiles/Xml/LG Smart TV.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -42,9 +42,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml b/Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml index c9ea6daff3..7f15181544 100644 --- a/Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml +++ b/Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml @@ -20,8 +20,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -37,9 +37,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/MediaMonkey.xml b/Emby.Dlna/Profiles/Xml/MediaMonkey.xml index 9b726ad4cf..3d5b398969 100644 --- a/Emby.Dlna/Profiles/Xml/MediaMonkey.xml +++ b/Emby.Dlna/Profiles/Xml/MediaMonkey.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -43,9 +43,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Panasonic Viera.xml b/Emby.Dlna/Profiles/Xml/Panasonic Viera.xml index b520b2b53a..689f2813c9 100644 --- a/Emby.Dlna/Profiles/Xml/Panasonic Viera.xml +++ b/Emby.Dlna/Profiles/Xml/Panasonic Viera.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -50,9 +50,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Popcorn Hour.xml b/Emby.Dlna/Profiles/Xml/Popcorn Hour.xml index 9fa49e94a5..4da6fa3fa5 100644 --- a/Emby.Dlna/Profiles/Xml/Popcorn Hour.xml +++ b/Emby.Dlna/Profiles/Xml/Popcorn Hour.xml @@ -16,8 +16,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -38,9 +38,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml b/Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml index a3acea8296..fbdc7bc4fc 100644 --- a/Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml +++ b/Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -50,9 +50,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml b/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml index e367a8c153..2ca6ff605a 100644 --- a/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml +++ b/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -42,9 +42,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml index 19a8ed5f9f..d3735a9ed4 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml +++ b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml @@ -26,8 +26,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -52,9 +52,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2014.xml b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2014.xml index 2fb9cf5838..c5c62cb737 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2014.xml +++ b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2014.xml @@ -26,8 +26,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -52,9 +52,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2015.xml b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2015.xml index 956977643a..fd0ff91a02 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2015.xml +++ b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2015.xml @@ -24,8 +24,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -50,9 +50,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2016.xml b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2016.xml index ddb8f21008..66c942bfe3 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2016.xml +++ b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player 2016.xml @@ -24,8 +24,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -50,9 +50,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player.xml b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player.xml index ee113ef630..7113a45830 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player.xml +++ b/Emby.Dlna/Profiles/Xml/Sony Blu-ray Player.xml @@ -24,8 +24,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -47,9 +47,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml b/Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml index 4b7feded91..e5fe83f0f3 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml +++ b/Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -45,9 +45,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml b/Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml index 3b234ac36e..8bbaefed9a 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml +++ b/Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -48,9 +48,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml b/Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml index 4748b8d2ad..4e51116a02 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml +++ b/Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -50,9 +50,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml b/Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml index d0ec30a26f..002b31a27e 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml +++ b/Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -55,9 +55,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml b/Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml index ba83490b4b..2067a1d45b 100644 --- a/Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml +++ b/Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -55,9 +55,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml b/Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml index ff2e282f8a..bea72c4104 100644 --- a/Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml +++ b/Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -45,9 +45,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml b/Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml index 22131a502c..128e0cf1fc 100644 --- a/Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml +++ b/Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -45,9 +45,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Vlc.xml b/Emby.Dlna/Profiles/Xml/Vlc.xml index f1d9c1f2d1..cd35f3f91a 100644 --- a/Emby.Dlna/Profiles/Xml/Vlc.xml +++ b/Emby.Dlna/Profiles/Xml/Vlc.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -40,9 +40,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/WDTV Live.xml b/Emby.Dlna/Profiles/Xml/WDTV Live.xml index 605a17df40..acb9727034 100644 --- a/Emby.Dlna/Profiles/Xml/WDTV Live.xml +++ b/Emby.Dlna/Profiles/Xml/WDTV Live.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -51,9 +51,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Xbox 360.xml b/Emby.Dlna/Profiles/Xml/Xbox 360.xml index a470fa4cbc..e46c52f4c8 100644 --- a/Emby.Dlna/Profiles/Xml/Xbox 360.xml +++ b/Emby.Dlna/Profiles/Xml/Xbox 360.xml @@ -24,8 +24,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -46,9 +46,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/Xbox One.xml b/Emby.Dlna/Profiles/Xml/Xbox One.xml index 6289847ca4..cffc386b1c 100644 --- a/Emby.Dlna/Profiles/Xml/Xbox One.xml +++ b/Emby.Dlna/Profiles/Xml/Xbox One.xml @@ -23,8 +23,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -46,9 +46,9 @@ - - - + + + diff --git a/Emby.Dlna/Profiles/Xml/foobar2000.xml b/Emby.Dlna/Profiles/Xml/foobar2000.xml index 779e59310e..192ba5a300 100644 --- a/Emby.Dlna/Profiles/Xml/foobar2000.xml +++ b/Emby.Dlna/Profiles/Xml/foobar2000.xml @@ -22,8 +22,8 @@ 480 48 48 - 24000000 - 24000000 + 30000000 + 30000000 192000 DMS-1.50 @@ -43,9 +43,9 @@ - - - + + +