$retrieveMP3info

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This function will output the mp3 info for the mp3 file. The info being retrieved depends on whether or not the details are available. It should return the title The function ...")
 
 
Line 1: Line 1:
 
This function will output the mp3 info for the mp3 file. The info being retrieved depends on whether or not the details are available.
 
This function will output the mp3 info for the mp3 file. The info being retrieved depends on whether or not the details are available.
It should return the title
+
It should return the file, title, metadata, artist, album,  track, year, genre and comment.
 
The function is an [[Audio]] function.
 
The function is an [[Audio]] function.
  
Line 8: Line 8:
 
<pre>
 
<pre>
  
alert($retrieveMp3info("C:\\Users\\Downloads\\opera.mp3"))
+
alert($retrieveMp3info("C:\\Users\\Music\\Active Child\\You Are All I See\\Hanging On.mp3"))
  
 
</pre>
 
</pre>
  
  
Running the script will output the file, title, metadata, artist, album,  track, year, genre and comment.
+
Running the script will return the data for the mp3 file in the alert op up.

Latest revision as of 20:22, 21 June 2017

This function will output the mp3 info for the mp3 file. The info being retrieved depends on whether or not the details are available. It should return the file, title, metadata, artist, album, track, year, genre and comment. The function is an Audio function.

Mp3 file: The mp3 file where the data will be retrieved from.

[edit] Example


alert($retrieveMp3info("C:\\Users\\Music\\Active Child\\You Are All I See\\Hanging On.mp3"))


Running the script will return the data for the mp3 file in the alert op up.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox