Play Next

Description

This plays the file from the given path. The rMP3 command interface will wait until the currently playing file has completed playback, then start the new file.

IMPORTANT: The file MUST be a valid CBR or VBR MP3, or RIFF formatted PCM/IMA ADPCM file.

You can escape from the command by sending ASCII ESC (decimal 27, hexidecimal 0x1B).

Format

PC N path

Parameters

  • path is the absolute path to a file/directory. A properly formatted path must begin with a “/” (forward slash) and begins at the root directory. Subdirectories are separated with “/” (forward slash).
    • e.g. /logs/january/jan3.log

Response Format

NULLSuccess
EnnAn error occurred

Example

PC N /MP3/OTHERMP3.MP3