I'm planning to make an app that amongst other things, plays music in a shuffled order. It needs to be pretty adaptable to adding new songs (it would be awesome if the app could get the files from an external folder) and sorting them into new playlists but ultimately my concern is getting them to be played in a random order. I imagine I could create a 'list' of the songs and have it sort into a random order.
Thing is I'm not very familiar with using lists. So to someone more experienced, does what i plan to do sound feasible? Can you recommend a better way? Do you have any idea how i can use this function to achieve this purpose?
Thanks.

