jwallet / spy-spotify

🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
https://jwallet.github.io/spy-spotify/
MIT License
2.11k stars 139 forks source link

Parent / Child Folder hierarchy not created. when recording a artist with multiple albums #513

Open CodeMasterBlast opened 8 months ago

CodeMasterBlast commented 8 months ago

Add the steps to reproduce the behaviour or describe the expected behaviour below

When recording an artist with multiple albums, the recordings of each album isn't placed in their respective album titled folders. All songs of an artist are placed under artist name, then under this folder a untitled folder is created. This untitled folder then holds every single track. So for example if an artist has 50 albums with 10 tracks per album then the untitled folder will hold 500 tracks. This then becomes a labour intensive manual task to identify each track that belongs to an album. Create a new folder for album name, identified each tracks and deposit them in correct folder.

What is required-

<Artist Name folder (Parent folder)> under this folder <album 1 folder (child folder)>, <album 2 folder (child folder)>, <album 3 folder (child folder)> etc.

In this way all albums of that artists will be under <Artist Name folder (Parent folder)>

This will negates trying to find all tracks from this untitled folder and creating separate album folders manually for that artist. This will also mean duplicate tracks which are on different albums will still be recorded in their album folders.