miraclx / freyr-js

A tool for downloading songs from music streaming services like Spotify and Apple Music.
https://git.io/freyr-js
Apache License 2.0
1.62k stars 103 forks source link

Customize file name pattern #724

Open igormartins4 opened 1 week ago

igormartins4 commented 1 week ago

Firstly, thank you very much for developing this application! It has been very useful and easy to use.

I would just like to ask a question, as I didn't find this information in --help or in the documentation. I want to download the tracks in the "Artist - Song" format, instead of the "Number - Song" format that Fryer does. This format works best for me when downloading using the --no-tree option, as I prefer an organization like this.

Is there any option or way to do this through Fryer? Otherwise, I would have to do it manually.

One note, I also had the problem that someone mentioned here, my playlist has 1982 songs and when downloading it I had the problem of virtual memory overflow.

Thanks!