brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Download song from yt and store on harddrive #3

Closed brokenprogrammer closed 7 years ago

brokenprogrammer commented 7 years ago

For this task a song using its yt url has to be downloaded and stored in an appropriate folder on the computer. The song will later be split into video / sound and the video will be deleted and the sound saved as a temp resource on the computer.

For this task the song just has to be downloaded and stored on the harddrive.

brokenprogrammer commented 7 years ago

This might not be required since JavaFX allows for yt vids to be played embedded in a media player.

brokenprogrammer commented 7 years ago

Closed since another solution was found and this is no longer relevant.