fiso64 / slsk-batchdl

A batch downloader for Soulseek
GNU General Public License v3.0
216 stars 16 forks source link

[Request] Adding a --track-version parameter #45

Closed djcerbero closed 3 months ago

djcerbero commented 3 months ago

Hey, thanks for your batch dl, very cool!

Would be fantastic to have an option to add a specific version for every research on a track or playlist such as --track-version <extended/radio/mashup/etc>

For example, I'm interested in adding the word "extended" to every track on Spotify playlist (often those versions are not included in Spotify), but also would be interesting for "Radio" or "Mashup" etc for variations.

Thanks!

fiso64 commented 3 months ago

I have updated the latest release https://github.com/fiso64/slsk-batchdl/releases/tag/v2.2.7

you can now apply the regex pattern to a specific field (title/artist/album). For instance --regex "T:$; Extended" will append 'Extended' to all track titles.

djcerbero commented 3 months ago

Cheers!