Perhaps @TizzySaurus you could create a function which retrieves the Music folder independent of the operating system?
-- ravenkls
In the following mockup:
The Your Library widget must contain the list of songs stored in the user's computer's Music folder.
What you want to display is a scrollable list from which the user can select songs by clicking on their names.
Song A.mp3
Song B.mp3
Also, instead of the raw filepaths as shown above, it would be better to show the song file's metadata, which should contain the author's name, the release date and the title of the song among other things.
In the following mockup:
The
Your Library
widget must contain the list of songs stored in the user's computer's Music folder. What you want to display is a scrollable list from which the user can select songs by clicking on their names.Also, instead of the raw filepaths as shown above, it would be better to show the song file's metadata, which should contain the author's name, the release date and the title of the song among other things.