Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.44 KB

config-clients.rst

File metadata and controls

74 lines (43 loc) · 1.44 KB

Client Configuration

Configure Client Quirks

These settings define the additions to the automatic client type detection.

clients ~~~~~~~~~~

<clients> ... </clients>
  • Optional

This section defines the client behaviour additions.

Attributes:

enabled=...
  • Optional
  • Default: no

This attribute defines if client overriding is enabled as a whole, possible values are ”yes” or ”no”.

Child tags:

client

<client> ... </client>
  • Optional

This section defines the client behaviour for one client.

Attributes:

ip=...
  • Optional
  • Default: empty

This allows to select clients by IP address.

userAgent=...
  • Optional
  • Default: empty

This allows to filter clients by userAgent signature. It contains a part of the UserAgent http-signature of your client. Run a network sniffer like wireshark or some UPnP utility to discover the signature. If ip is set userAgentis ignored.

flags=...
  • Optional
  • Default: 0

Containing the flags you want to set. Must be given in the following format SAMSUNG|0x100, where the text either contains one of the known flags or an integer number if the flags has no name. For valid flags see Supported Devices </supported-devices>.