Skip to content

Commit

Permalink
Fixed support for Sony Home Theatre Systems and documented User-Agent…
Browse files Browse the repository at this point in the history
… strings (from skeptical)
  • Loading branch information
SubJunk committed Sep 29, 2014
1 parent 5013559 commit 51c0ed3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/main/external-resources/renderers/SonyHomeTheatreSystem.conf
Expand Up @@ -9,10 +9,22 @@
RendererName = Sony Home Theatre System
RendererIcon = sonybluray.png

# ============================================================================
# This renderer has sent the following string/s:
#
# Renderer: String:
# -------------------
# BDV-E2100 User-Agent: UPnP/1.0, X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BLU-RAY HOME THEATRE SYSTEM"; mv="2.0";, X-AV-Physical-Unit-Info: pa="BLU-RAY HOME THEATRE SYSTEM";
# BDV-E2100 User-Agent: UPnP/1.0 DLNADOC/1.50, X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BLU-RAY HOME THEATRE SYSTEM"; mv="2.0";, X-AV-Physical-Unit-Info: pa="BLU-RAY HOME THEATRE SYSTEM";
# ============================================================================
#

#-----------------------------------------------------------------------------
# RENDERER RECOGNITION
#
UserAgentSearch = BD/DVD HOME THEATRE SYSTEM
UserAgentSearch=
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(cn="Sony Corporation"; mn="BLU-RAY HOME THEATRE SYSTEM")

#-----------------------------------------------------------------------------
# BASIC CAPABILITIES
Expand Down

5 comments on commit 51c0ed3

@SubJunk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed #384

@skeptical
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SubJunk This wasn't intended as a final fix since it breaks the old UAsearch, I'm guessing maybe headers have been changed in the latest firmware.

@SubJunk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ok, should we make it like this?

UserAgentSearch=BD/DVD HOME THEATRE SYSTEM
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(cn="Sony Corporation"; mn="BLU-RAY HOME THEATRE SYSTEM")

@skeptical
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already fixed e8c2a4c :)

@SubJunk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

Please sign in to comment.