on an MP3 file and when I print it it's coming out as ID3[]. I'm assuming I must now find a way to decode the ID3 tags. Is there any documentation on how I would go about doing this?
Is there a way in lua/love to get the properties of a sound file? (Artist, Length, Album, Artwork). The goal is to create a music player that would be able to display such information from a local file. Thanks in advance!
My brother and I are working on an isometric life simulation game, kinda a Sims/Harvest Moon/Animal Crossing. So far I have created two tile maps, one for the flooring and another for the walls of the buildings. Next we would like to start adding objects (chairs, tables, fridge, etc.). How would be ...
I know this is an old post, but it helped me a lot. Couldn't find any other post that explained how to get the date and time Thank you so much for this! Awesome job.