El 20/11/11 01:17, Benoît Minisini escribió: > Le 19/11/2011 22:50, Boyd, Craig a écrit : >> Hello All, >> >> I am not new to programming, but I am VERY new to Gambas. I found the >> example sound project and was able to play an MP3 ~ very easy& cool! >> So my first question to you guys is: Is it possible to use Gambas to >> retrieve MP3 tags and if so, how? >> >> Thanks, >> >> Craig >> > > I'm sure there is some command-line tool that can do that for you and > you will just have to call it from Gambas and get the result. > > I just don't know its name! :-) > > Regards, >
Yes. This is the same advice I gave the other day to a guy. I have successfully tested "id3info" command from "libid3-tools" package. Now, it's a matter of calling it from gambas using shell or exec. Regards -- Jesus Guardon ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
