Man Page

Important

This page uses auto-generation of --help option for different commands and script itself.

Keep in mind that in commands usage there is no -f option of script itself. I call it “main option”.

For example, for ‘display’ command usage is:

playlist-along display [OPTIONS]

But in reality you must run as:

playlist-along -f "path_to_playlist.m3u8" display [OPTIONS]

In the future, there may be commands without the “main option”. Or I’ll try to correct --help output :)

playlist-along

Playlist Along - a CLI for playlist processing.

playlist-along [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

-f, --file <string>

Full path to playlist file.

convert

Converts playlist from one player to another.

playlist-along convert [OPTIONS]

Options

-d, --dest <string>

Directory or full path to playlist destination.

--copy

Copy files from playlist.

--dir

Tells script that destination is a dir, not a file (for directory name with ‘.’ dot).

create

Creates playlist from folder or from scratch.

playlist-along create [OPTIONS]

Options

-f, --from <string>

Folder with audio files.

--nat-sort

Use ‘natural sort order’ for list of audio files.

--rel, --abs

Paths in playlist are relative or absolute.

--ext-m3u

Generate extended M3U playlist.

--here

Save playlist in folder with audio files, taking only name from main ‘–file’ option.

--empty

Create an empty playlist file and exit.

-REV, --reverse

Reverse the order of playlist.

display

Displays tracks from playlist.

playlist-along display [OPTIONS]

Options

-F, --full

Display a full content of playlist (‘as-is’).

inject

Injects one playlist into another.

playlist-along inject [OPTIONS]

Options

-f, --file <string>

Full path to injected playlist file.

--top, --bottom

Insert a content of injected file at the begining OR at the end of the origin playlist.