-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Usage
Salehin Ashfi edited this page Jul 14, 2025
·
2 revisions
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.
dotify "https://open.spotify.com/track/18gqCQzqYb0zvurQPlRkpo"
This will download all tracks from the specified album.
dotify "https://open.spotify.com/album/0r8D5N674HbTXlR3zNxeU1"
This will download all tracks from the specified playlist.
dotify "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M"
dotify "https://open.spotify.com/episode/3kwxWnzGH8T6UY2Nq582zx"
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.