ravenkls / code-jam-5

Python Discord's 5th code jam
MIT License
0 stars 1 forks source link

Retrieve song list from local Music folder #9

Closed zebralt closed 5 years ago

zebralt commented 5 years ago

Perhaps @TizzySaurus you could create a function which retrieves the Music folder independent of the operating system? -- ravenkls

In the following mockup: a

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.