Skip to content

spotify-cli


spotify-cli / commands/albums

commands/albums

CLI command handlers for album operations.

Variables

albumCommand

const albumCommand: CommandHandler

Defined in: src/commands/albums.ts:15

Handles spotify album <id>. Outputs album details.


albumTracksCommand

const albumTracksCommand: CommandHandler

Defined in: src/commands/albums.ts:27

Handles spotify album tracks <id> [--limit N] [--offset N].

Lists tracks in an album with optional pagination.


removeAlbumsCommand

const removeAlbumsCommand: CommandHandler

Defined in: src/commands/albums.ts:66

Handles spotify album remove <id...>.

Removes one or more albums from the current user's library.


saveAlbumsCommand

const saveAlbumsCommand: CommandHandler

Defined in: src/commands/albums.ts:53

Handles spotify album save <id...>.

Saves one or more albums to the current user's library.


savedAlbumsCommand

const savedAlbumsCommand: CommandHandler

Defined in: src/commands/albums.ts:41

Handles spotify album saved [--limit N] [--offset N].

Lists the current user's saved albums.

MIT Licensed. Not affiliated with or endorsed by Spotify AB.