justin025 / onthespot

qt based music downloader written in python
GNU General Public License v2.0
16 stars 2 forks source link

Not grabbing all artists, considering duplicate tracks when another artist is involved #5

Closed zerog13 closed 6 days ago

zerog13 commented 6 days ago

Downloaded Katy Perry - Teenage Dream: The complete confection - https://open.spotify.com/album/5BvgP623rtvlc0HDcpzquz

It considers Track 8- E.T. and Track 17- E.T. the same, but 17 has Kanye West

image

image

Same with Track 18 which has Missy Elliot, it just marks them as "already exists" and moves on.

This is how I save the files - {artist}{album} - {rel_year}{artist} - {album} - {name} - not sure if there is another variable I should put for multiple artists.

zerog13 commented 6 days ago

It removed the backslashes, here is track path variables.

image

zerog13 commented 6 days ago

I have a workaround by adding {track_number} to the filename, but i don't remember it like this before the fork, but i could be completely wrong.

justin025 commented 6 days ago

I have a workaround by adding {track_number} to the filename, but i don't remember it like this before the fork, but i could be completely wrong.

I was just about to write this, im glad you found a solution. I believe it was like this before the fork you possibly just changed your settings.

zerog13 commented 6 days ago

I thought so, but I found this from March where it showed both artists in the filename, which differentiates the files during download vs the track number.

image

justin025 commented 6 days ago

Ill set this to the default setting in future releases

zerog13 commented 6 days ago

your fork is still the best i've used, lots of functionality and super simple.