Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Name: tonysathre
I've been looking for a way to embed the iTunes downloaded album art into the actual MP3 files so when I'm streaming my music from home computer to my iPhone using Simplify Media, it shows the artwork. I have found a script that can automate this, but apparently it only works on iTunes 7. The COM interface, or ActiveX controls must be different. Does anyone have any experience scripting the latest version of iTunes using VBScript or Perl? Links to the scripts are below.
Thanks,
Tony

I don't have the time to learn the iTunes COM interface, but I suspect if you remove this from the VBScript:
Dim Reg1 Set Reg1 = new RegExp Reg1.Pattern = "^7" if Reg1.Test(vers) Then ' yay Else Wscript.Echo "This script requires iTunes 7" Wscript.Quit End If
The script might run w/o issue.EDIT: Obviously, make backups before trying it.

Here is the error I get when running it with, and without your suggested changes:
(67, 1) Microsoft VBScript runtime error: ActiveX component can't create object: 'iTunes.Application.1'

You could try it without the .1, but it kinda sounds like you don't have the COM iTunes objects required.

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |