oskvr37 / tiddl

Tidal Downloader - download tracks with single Python package ✨
Apache License 2.0
17 stars 0 forks source link

default output filename #6

Closed bachig26 closed 1 month ago

bachig26 commented 1 month ago

currently, the filename is just the song name. with -o argument, user can make change to it, but i want to ask if you could add options to have few presets like {artist} - {track}.flac.

oskvr37 commented 1 month ago

Hey, I added this feature, you can test if it's working properly.

Use -o with {id} {title} {number} {artist} {album} {artists} variables I'm planning to add presets to download path too, or just make {artist}/{album}/{title} argument create new directory.

bachig26 commented 1 month ago

Hey, I added this feature, you can test if it's working properly.

Use -o with {id} {title} {number} {artist} {album} {artists} variables

hi, i just tried and it works fine.