From 69a1c97630276ee4b6dd28bb75f06c3a725ed7b9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Mar 2014 14:17:18 -0400 Subject: [PATCH] add more content to dlna profile editing page --- dashboard-ui/dlnaprofile.html | 108 ++++++++- dashboard-ui/scripts/dlnaprofile.js | 355 +++++++++++++++++++++++++++- 2 files changed, 449 insertions(+), 14 deletions(-) diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index 6d25b5dc2f..36c8877700 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -14,24 +14,35 @@ Profiles -
- - + +

Profile Information

+ + + + + + + + + +

+
    +
  • + + +
  • +
+
Supported Media Types: @@ -43,10 +54,91 @@
+ +
+
    +
  • + + +
    Some devices prefer this method for obtaining album art. Other devices may fail to play with this option enabled.
    +
  • +
+
+ +

Devices have two forms of identification, device properties and HTTP request headers. At least one form should be supplied.

+
+
    +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
  • + + +
    A case-insensitive substring or regex expression.
    +
  • +
+
+
+

Add direct play profiles to indicate what formats the device can handle natively.

+
+
+
+

Add transcoding profiles to indicate what formats should be used when transcoding is required.

+
+
+
+

Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the device supports the container natively.

+
+
+
+

Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the device supports the codec natively.

+
+
+
+

Response profiles provide a way to customize responses sent to the device when playing certain kinds of media.

+
+