How can we incorporate Mp3-id tags in a mp3 player?
Announcement
Collapse
No announcement yet.
MP3-ID tags.
Collapse
X
-
Re: MP3-ID tags.
Experiment with the MP3 > GET PROPERTY action.
Corey Milner
Creative Director, Indigo Rose Software
-
Re: MP3-ID tags.
can someone who has done this maybe email me a small project file that has a sample. Id really appreciate it. I will read the posts here, if you prefer to email it..
send it to
[email protected]
Any help would be appreciated. Im writing an interface for a car PC.
Comment
-
Re: MP3-ID tags.
If there's anything I can do or offer in assisting you to learn this action better let me know. In general we do not build projects for people unless there is a mitigating factor. This action is very easy to understand and use. You should be able to figure it out in just a couple minutes. [img]/ubbthreads/images/icons/smile.gif[/img] Using this action you have access to all the aspects of the ID-3 info.
Corey Milner
Creative Director, Indigo Rose Software
Comment
-
Re: MP3-ID tags.
There's way more than just that you can do, check out this link:
http://www.autoplaystudio.com/webhel...etProperty.htm
Try creating a text object and then using a TEXT OBJECT > SET TEXT action to insert those values into your text object, then start tweaking the colors and the "look"... Feel free to ask any follow up questions once you have your text object (not a text box) displaying your info...
Corey Milner
Creative Director, Indigo Rose Software
Comment
-
Re: MP3-ID tags.
When setting the TEXT OBJECT - SET TEXT, I dont get an option to show the (MP3 property) on play, just on mouse click, on mouse over/off. HOw would I overcome this?
Also, what object should be using the MP3.GetProperty attribute? Meaning, on the Text object, Image used to Press play, or the Page Properties?
Comment
-
Re: MP3-ID tags.
You need to use the MP3 Property action to set a variable to the value your looking for. Like this:
%Property% = MP3.GetProperty ("Album")
Then set your text obects text to the variable %Property%:
TextObject[Text1].SetText ("%Property%")
As for what to you to get the property, it's going to depend on when you want to display it. I would do in either the Play or Load, but thats me. The best thing about AMS as there are sooo many ways to do things.
Comment
Comment