Hello,
This is mostly a PC question but I believe it affects OSX as well.
I have an app that saves a jpg (ScaledCover.jpg) to a folder and then
asks iTunes to pick it up and add it to a music file. The problem is
that I have a small number of customers that this process does not
work for. They have the latest iTunes installed which installs
Quicktime so the process should work. Here is the code that I am
using to talk to iTunes
For TrackCounter = 1 to TotalTracks
If iTunes.LibraryPlaylist.Tracks(TrackCounter).Album =
AlbumSearchedFor Then
If iTunes.LibraryPlaylist.Tracks(TrackCounter).Artist =
ArtistSearchedFor Then
If iTunes.LibraryPlaylist.Tracks.Item
(TrackCounter).Artwork.Count = 0 Then
iTunes.LibraryPlaylist.Tracks.Item
(TrackCounter).AddArtworkFromFile(TempCoverFolder.AbsolutePath)
End If
End If
End If
Next
Is there a know issue with Quicktime or a certain way to install that
may fix the issue? A workaround in Realbasic? I have not been able
to reproduce the issue in the lab.
Thanks,
Richard Nicol
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>