WorldObservationLog / AppleMusicDecrypt

Apple Music decryption tool, based on zhaarey/apple-music-alac-atmos-downloader
GNU Affero General Public License v3.0
114 stars 30 forks source link

File download or dlf doesn't work #16

Closed Gamer4Life2020 closed 5 months ago

Gamer4Life2020 commented 5 months ago

dlf

Also, no big deal but is there a way to add the rating metadata like itunes advisory 0/1 or exp/non-exp, if not the data maybe the folder? I don't need the folder though would be nice, but I use Picard and can pull from the metadata.

zhordon commented 5 months ago

dlf command doesn't seem to work, but download-from-file urls.txt seems to work.

Gamer4Life2020 commented 5 months ago

dlf command doesn't seem to work, but download-from-file urls.txt seems to work.

Well I guess I'm not typing something right as dl urls.txt or dl full path\urls.txt all fail. No big deal but would be convenient for bulk artist/albums.

zhordon commented 5 months ago

dlf command doesn't seem to work, but download-from-file urls.txt seems to work.

Well I guess I'm not typing something right as dl urls.txt or dl full path\urls.txt all fail. No big deal but would be convenient for bulk artist/albums.

Bulk downloading works just fine. I actually did it last night. Here is the example that worked:

"download-from-file C:\Users\Name\MusicDL\AMD\downloads\urls.txt"

Replace the C:\ with your own file.

"dlf urls.txt" doesn't work for me.

If you do " --help" you will see download options available.

Gamer4Life2020 commented 5 months ago

Strange, still doesn't work. I'll see if there is a newer release and try again.

Capture
zhordon commented 5 months ago

Use the latest pre-compiled version from Actions.On Jun 11, 2024, at 5:52 PM, Gamer4Life2020 @.***> wrote: Strange, still doesn't work. I'll see if there is a newer release and try again. Capture.PNG (view on web)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

Gamer4Life2020 commented 5 months ago

Nice that works now. Thanks.