[rygel] core: Add Mediabolic devices to V1 downgrade
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Add Mediabolic devices to V1 downgrade
- Date: Fri, 27 Apr 2012 18:13:19 +0000 (UTC)
commit 75b2b11c37087e602bab7a7f241ef73a640cf2ae
Author: Jens Georg <mail jensge org>
Date: Thu Apr 26 20:10:37 2012 +0200
core: Add Mediabolic devices to V1 downgrade
Includes the Onkyo TX-NRxxx
https://bugzilla.gnome.org/show_bug.cgi?id=674733
data/rygel.conf | 2 +-
src/rygel/rygel-v1-hacks.vala | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 0c8c63a..aaecf5a 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -75,7 +75,7 @@ allow-deletion=true
# working with Rygel, please file a bug at
# https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
# so we can include it in future releases.
-#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0
+#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0;Mediabolic-IMHTTP/1
# Plugin specific sections
#
diff --git a/src/rygel/rygel-v1-hacks.vala b/src/rygel/rygel-v1-hacks.vala
index 776ff10..139dbf2 100644
--- a/src/rygel/rygel-v1-hacks.vala
+++ b/src/rygel/rygel-v1-hacks.vala
@@ -30,7 +30,8 @@ using GUPnP;
*/
internal class Rygel.V1Hacks : ClientHacks {
private const string DEFAULT_AGENT = ".*Allegro-Software-WebClient.*|" +
- ".*SEC_HHP_Galaxy S/1\\.0.*";
+ ".*SEC_HHP_Galaxy S/1\\.0.*|" +
+ ".*Mediabolic-IMHTTP/1.*";
private const string DMS = "urn:schemas-upnp-org:device:MediaServer";
private const string DMS_V1 = DMS + ":1";
private const string MATCHING_PATTERN = ".*%s.*";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]