yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.42k stars 475 forks source link

Is there a way to download more than one album at once? also any way to sort albomu by year? thank you #434

Open 0becny opened 4 years ago

0becny commented 4 years ago

Is there a way to download more than one album at once? also any way to sort albomu by year? thank you

muttymeme commented 4 years ago

you can download an artist list of albums, that may help

appel commented 4 years ago

It would be nice to be able to input more than one ID at once, separated by a comma or semicolon, for example.

BlindTango commented 4 years ago

You can already do that by using a text file with one entry on a line.

From: appel notifications@github.com Sent: Tuesday, 29 September 2020 18:39 To: yaronzz/Tidal-Media-Downloader Tidal-Media-Downloader@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [yaronzz/Tidal-Media-Downloader] Is there a way to download more than one album at once? also any way to sort albomu by year? thank you (#434)

It would be nice to be able to input more than one ID at once, separated by a comma or semicolon, for example.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yaronzz/Tidal-Media-Downloader/issues/434#issuecomment-700835595 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AQW62OSS6EAZ7VI7F4YQW6TSIIESJANCNFSM4QIJNMOQ .

appel commented 4 years ago

@BlindTango How would you be able to do that? I checked the docs again, but can't find that described anywhere.

BlindTango commented 4 years ago

Hi,

Create a text file with one entry on a line such as:

https://tidal.com/browse/album/678

https://tidal.com/browse/album/10432

https://tidal.com/browse/album/12091

Name the text file such as “albums.txt”

Then at the command prompt type:

Tidal-dl -l albums.txt -o ./

The slashes just refers to the current directory in Linux.

Also this assumes that the “albums.txt” is in the same directory as your tidal-dl.

If you are doing it from within tidal-dl (CLI)

When you get the prompt to enter url or id then simply type:

Albums.txt

And press enter and it will start downloading your list.

The above three albums does not exist.

Thanks.

From: appel notifications@github.com Sent: Wednesday, 30 September 2020 02:51 To: yaronzz/Tidal-Media-Downloader Tidal-Media-Downloader@noreply.github.com Cc: BlindTango blindtango@gmail.com; Mention mention@noreply.github.com Subject: Re: [yaronzz/Tidal-Media-Downloader] Is there a way to download more than one album at once? also any way to sort albomu by year? thank you (#434)

@BlindTango https://github.com/BlindTango How would you be able to do that? I checked the docs again, but can't find that described anywhere.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yaronzz/Tidal-Media-Downloader/issues/434#issuecomment-701095459 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AQW62OQJZPPKIUQY7PO65TTSIJ6FXANCNFSM4QIJNMOQ .

appel commented 4 years ago

That worked! Thanks so much!

steffen-klein commented 3 years ago

Thanks a lot! This info should be added to the readme file. Also, it it possible to start tidal-dl and the paste the path to the text file. For me, this way the downloads are more stable.