Search found 5 matches

by codyklaiss
Tue Aug 16, 2016 6:06 am
Forum: Support and Development
Topic: Reading properties of sound files?
Replies: 3
Views: 2453

Re: Reading properties of sound files?

So I used

Code: Select all

data = love.filesystem.read(file)
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?
by codyklaiss
Tue Aug 16, 2016 12:34 am
Forum: Support and Development
Topic: Reading properties of sound files?
Replies: 3
Views: 2453

Reading properties of sound files?

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! :megagrin:
by codyklaiss
Fri Feb 07, 2014 6:13 pm
Forum: Support and Development
Topic: Creating Objects(chairs, tables, fridge, etc.)
Replies: 2
Views: 1572

Re: Creating Objects(chairs, tables, fridge, etc.)

Alright, thank you for the reply. I do have a few ideas in mind on how to do it. I'll mess around a bit and see if I can get anything to work.
by codyklaiss
Fri Feb 07, 2014 4:59 pm
Forum: Support and Development
Topic: Creating Objects(chairs, tables, fridge, etc.)
Replies: 2
Views: 1572

Creating Objects(chairs, tables, fridge, etc.)

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 ...
by codyklaiss
Tue Jan 14, 2014 2:32 am
Forum: Libraries and Tools
Topic: [example] Clock
Replies: 1
Views: 2016

Re: [example] Clock

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 :death: Thank you so much for this! :awesome: Awesome job.