Hi everyone! Quick question. I can select multiple albums, songs, etc for download like so:
spotdl download [songQuery1] [albumUrl] [songQuery2] ... (order does not matter)
But can I put all these URLs into a file (one URL per line), and pass in the file path to achieve the same effect? Like this:
spotdl download /path/to/file.txt
/path/to/file.txt contains:
[songQuery1]
[albumUrl]
[songQuery2]
I couldn't find any reference to this in the docs.