We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if there was a recursive option to download albums based on songs in a playlist.
This would assist in building entire media libraries based on a single playlist.
If a playlist x includes song y from album z, the entire album z should be downloaded, along with song y. Repeat for every song in playlist x.
x
y
z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requested Feature
It would be nice if there was a recursive option to download albums based on songs in a playlist.
This would assist in building entire media libraries based on a single playlist.
Possible implementation
If a playlist
x
includes songy
from albumz
, the entire albumz
should be downloaded, along with songy
. Repeat for every song in playlistx
.The text was updated successfully, but these errors were encountered: