Configuration

This extension provides a number of configuration values that can be tweaked. However, the default configuration should contain everything to get you up and running, and will usually require only a few modifications, if any, to match personal preferences.

Configuration Values

dleyna/enabled

Whether this extension should be enabled or not.

dleyna/upnp_browse_limit

The maximum number of objects to retrieve per UPnP Browse action, or 0 to retrieve all objects.

dleyna/upnp_lookup_limit

The maximum number of objects to retrieve by ID in a single UPnP Search action, or 0 for no limit. Note that for this setting to have any effect, the media server must advertise that it is capable of searching for object IDs.

This is an experimental setting and may be changed or removed in future versions.

dleyna/dleyna/upnp_search_limit

The maximum number of objects to retrieve per UPnP Search action, or 0 to retrieve all objects.

Default Configuration

For reference, this is the default configuration shipped with Mopidy-dLeyna release 1.1.0:

[dleyna]
enabled = true

# maximum number of objects to retrieve per UPnP Browse action, or 0
# to retrieve all objects
upnp_browse_limit = 1000

# maximum number of objects to retrieve by ID in a single UPnP Search
# action (if supported by device), or 0 for no limit
upnp_lookup_limit = 20

# maximum number of objects to retrieve per UPnP Search action, or 0
# to retrieve all objects
upnp_search_limit = 100