sferaggio / deezer-flac-download

A program to freely download Deezer FLAC files.
Do What The F*ck You Want To Public License
28 stars 8 forks source link

Single Albums, with multiple of the same track, should include their title versions in their filename #5

Open dnk8n opened 2 months ago

dnk8n commented 2 months ago

For example, here https://www.deezer.com/en/album/7233734, The album contains multiple of the same track, with title versions as '( x remix)'.

A screenshot from the API image shows that maybe we are using title_short instead of title

dnk8n commented 2 months ago

I made a hacky fix, not used to Go so might need further review - https://github.com/sferaggio/deezer-flac-download/pull/6