$retrieveMP3info
From UBot Studio
(Difference between revisions)
(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\\ | + | alert($retrieveMp3info("C:\\Users\\Music\\Active Child\\You Are All I See\\Hanging On.mp3")) |
</pre> | </pre> | ||
− | Running the script will | + | 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.