glomatico / gamdl

A Python CLI app for downloading Apple Music songs/music videos/posts.
MIT License
755 stars 85 forks source link

Kindly Make This Enhancement #115

Closed Rajeshsahoo12 closed 4 months ago

Rajeshsahoo12 commented 4 months ago

Hi Dev,

I am using gamdl 2.2.2 to get my favorite albums from favorite artists. I use this cmd to get it done.

gamdl https://music.apple.com/in/artist/yuvanshankar-raja/117755361 --codec-song aac-legacy

image

After selecting albums to download. It lists all albums available. Now it is asking for which album to download.

image

But if user wants all albums to download. Not one by one.

Right after we select albums it sud start downloading all albums. Not asking user input which album to download.

May add this enhancement by using some custom flag in cli.

Default behaviour sud be kept as current. But if used with flag then it will start downloading all albums after we select what to download.

Thanks

glomatico commented 4 months ago

Hit Ctrl+A to select all albums.

Rajeshsahoo12 commented 4 months ago

Ohhhh didn't knew that. Thanks dev.