DpgListPlaylistFileNamesCommand Object


Description:

Command to retrieve a list of playlist files in the installed directories.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

DpgListPlaylistFileNamesCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
Filter

An SQL WHERE specification for filtering the list of playlist files.

Type: string

Default: "" (empty string)

UpdateDatabase

Force the updating of the database with any new flows which may have been added manually.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Force the update.

FALSE

Only update when significant changes are detected.

DpgListPlaylistFileNamesCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status
PlaylistFileNameList

A returned list of the playlist file names.

Type: string

Default: "" (empty string)

PlaylistTypeList

A returned list of playlist file types, corresponding to the file names retrieved above.

Type: enum

Default: Stream

Possible Values:

Value Description
STREAM

A stream playlist.

ATTACK

An attack playlist.