--- embedaddon/mpd/doc/mpd18.html 2016/11/01 09:56:12 1.1.1.3 +++ embedaddon/mpd/doc/mpd18.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd
@@ -16,22 +16,22 @@

4.1. General mpd commands

-

This chapter describes general mpd commands that don't +

This chapter describes general mpd commands that do not apply to a specific layer.

create bundle [ template | static ] name [ template ]

Create new bundle with specified name, optionally based on specified template. -If 'template' option is specified bundle will not operate itself, +If 'template' option is specified, bundle will not operate itself, but will be used to create new bundles on demand. If 'static' option is specified, it will be a permanent bundle which will not -disapear after operation complete. +disappear after operation completes. Maximum name length is 10 characters for templates and 15 characters for the rest of bundles.

create link [ template | static ] name ( type | template )

Create new link with specified name and type, optionally based on specified template. -If 'template' option is specified link will not operate itself, +If 'template' option is specified, link will not operate itself, but will be used to create new links on demand. If 'static' option is specified, it will be a permanent link which will not disapear after operation complete. @@ -40,10 +40,10 @@ for the rest of links.


destroy bundle [ name ]
destroy link [ name ]

Destroy existing link/bundle. -Note, that if link is in use it may not disapear after command return, +Note that if link is in use, it may not disapear after command returns, it may take some time to properly close it.

-
bundle [ name ]

This command changes the currenly active bundle to the bundle named +

bundle [ name ]

This command changes the currently active bundle to the bundle named name. The currently active link is also changed, to the first link of the bundle. If no name is given, this command lists all @@ -162,7 +162,7 @@ template, that could exist at the same time.

set global filter num add fltnum flt
set global filter num clear

These commands define or clear traffic filters to be used by rules submitted by -radius during authentication.

+AAA during authentication.

set global enable option ...
set global disable option ...

These commands configure various global options.

@@ -306,7 +306,7 @@ This command is useful for disconnecting a telnet conn


-Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd