defvs / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
39 stars 6 forks source link

Subfolders not applying to downloaded releases #24

Closed Ampig closed 2 years ago

Ampig commented 2 years ago

The downloader is not sorting downloaded releases into the subfolders that are configured.

Capture image Capture

TobiasFaller commented 2 years ago

The field attribute specifies the corresponding response field with the name ArtistTitle. However, according to the documentation at https://github.com/defvs/connect-v2-docs/wiki/ this field is named ArtistsTitle. I assume this is the issue why the directories are not created. https://github.com/defvs/monsterutilities/blob/735211a4a6a48904f97c6e00090a29af4556d120/src/main/xerus/monstercat/api/response/Release.kt#L15

defvs commented 2 years ago

Will be released in the next update.