westcoj / SKHub-1.0

Repo for CS Capstone Project
0 stars 0 forks source link

Batch Download #40

Open westcoj opened 5 years ago

westcoj commented 5 years ago

GUI should be able to batch download songs for later use. Possibly keep them in separate folders, with batch tables in database.

First thought is to have a batch download option in GUI media menu, and choose from playlist, artist, or albums you may want to download. Create a folder names whatever they choose and loop through download command until all files are downloaded.

westcoj commented 5 years ago

Batch file option in gui along with selection options exist now. Will download files and flush them. Need to make it so batch downloading isn't available till after library update, and add in a batch load function to load a folder and play only those files. Probably easier to read them in as skFiles with some sort of flag to read locally. Or a secondary load method. Something to make sure shuffle and sorting methods can still be used.