1 Basic Usage
Salehin Ashfi edited this page 2025-07-15 04:48:56 +06:00

Basic Usage

Once you have completed the Installation steps, you can start downloading content.

The basic command structure for Dotify is:

dotify [OPTIONS] <URL>

You can provide one or more URLs in a single command.

Downloading a Song

dotify "https://open.spotify.com/track/18gqCQzqYb0zvurQPlRkpo"

Downloading an Album

This will download all tracks from the specified album.

dotify "https://open.spotify.com/album/0r8D5N674HbTXlR3zNxeU1"

Downloading a Playlist

This will download all tracks from the specified playlist.

dotify "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M"

Downloading a Podcast Episode

dotify "https://open.spotify.com/episode/3kwxWnzGH8T6UY2Nq582zx"

Downloading an Entire Artist's Discography

When you provide an artist URL, Dotify will present an interactive prompt allowing you to select which albums, singles, or compilations you wish to download.

dotify "https://open.spotify.com/artist/0gxyHStUsqpMadRV0Di1Qt"

Use the arrow keys to navigate, the spacebar to select/deselect, and Enter to confirm.

Ready for more? Check out the Advanced Usage guide to customize your downloads.