Hey everyone!
I’m working on a rhythm game which parses the songs at runtime. the main purpose of this is for the user to import their own songs as they want. everything works with the gameplay aspects, however I do not know where to start with importing external .mp3 files. Currently I load all songs from resources, however this is not ideal as (as far as i know) there is no way for the user to insert custom files into the resources to update their song list.
What would be the best solution to get a list of all songs (.mps files) in a folder on the desktop named “GameSongs”?