SetMP3albumArt
From UBot Studio
(Difference between revisions)
(Created page with "This command sets the album art for a selected .mp3 file. The command is an Audio command. '''MP3 File:''' The mp3 the album art is being added to '''Image File:''' The ...") |
|||
Line 15: | Line 15: | ||
Running the script will add the album are to the .mp3 audio file. To test that it worked, simply open the audio file in a media player such as Windows Media Player. | Running the script will add the album are to the .mp3 audio file. To test that it worked, simply open the audio file in a media player such as Windows Media Player. | ||
− | The album art should be displayed if | + | The album art should be displayed if the media player is set to display album art as visualizations. |
+ | |||
+ | [[File:albart.jpg]] |
Latest revision as of 21:18, 21 June 2017
This command sets the album art for a selected .mp3 file. The command is an Audio command.
MP3 File: The mp3 the album art is being added to
Image File: The .jpeg album art being added to the .mp3 file
[edit] Example
setMp3albumArt("C:\\Users\\Downloads\\opera.mp3","C:\\Users\\Downloads\\Capture.JPG")
Running the script will add the album are to the .mp3 audio file. To test that it worked, simply open the audio file in a media player such as Windows Media Player.
The album art should be displayed if the media player is set to display album art as visualizations.