Skip to content

Tags: WilliamSchack/Spotify-Downloader

Tags

v1.4.0

Toggle v1.4.0's commit message
Updated Readme, Small Changes

Updated the readme for v1.4.0

- Moved getting playlist data to SetupUI function
- Validating folder string before use now, fixed a few tracks not downloading
- Changing screen before cleaning temp files to remove delay when finishing download
- Fixed .vcproj file for new files

v1.3.0

Toggle v1.3.0's commit message
Updated Readme

Updated readme to account for new v1.3.0 features

v1.2.1

Toggle v1.2.1's commit message
Folder Permission Checking

Will now check for folder permissions and errors and if any errors arise, it will prompt to elevate the program which should fix some downloading issues.

v1.2.0

Toggle v1.2.0's commit message
Readme, Bugfixes

- Updated readme to account for new release features

- Fixed overwriting not working properly, didn't delete files from target folder
- Assigning metadata is now handled properly allowing for later use

v1.1.3

Toggle v1.1.3's commit message
Even Thread Redistribution, readme update,added license

Finally added a license to the project. Honestly should have been done earlier but I am no lawyer and it took me a good while to research it all. The project is now under the GPU General Public License v3.0 from this commit forwards

After a thread has finished downloading its allocated songs, it will evenly split the total remaining songs between all threads. Implemented to stop wasting that potential extra thread space.

Updated the readme:
- Fixed some stupid vocabulary
- Added a FAQ
- Added a License Section
- Acknowledged licenses of packages used

Bug fixes:
- Fixed episodes and other songs that returned null from crashing the program

v1.1.2

Toggle v1.1.2's commit message
Actually fixed downloading

- Now uses temp directory for downloading folder

v1.1.1

Toggle v1.1.1's commit message
Exit Bug fixed

- Fixed threads not exiting if not downloading anything

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.2

Toggle v1.0.2's commit message
Fixed timeouts

- Fixed QProcesses timing out, otherwise would freeze program for older devices
- Removed unessesary UI
- Started to implement multithreading

v1.0.1

Toggle v1.0.1's commit message
Bug Fixes

- Fixed files not being deleted correctly
- Fixed app running in the background after close
- Added proper cleanup on closing application
- Fixed notification popup incorrect text