Re: Extract iTunes Art in VB

2016-12-14 Thread zryip theSlug
Dan, I never tried to get an album cover from iTunes in VB. All I know is how to have the VB script returning a value in LiveCode, by using the variable "result". Try: Function getAlbumArt() Dim tAlbumArt tAlbumArt = "" result = cStr(iTunesApp.CurrentTrack.Artwork) End Function Best

Extract iTunes Art in VB

2016-12-13 Thread Dan Friedman
Using the “Controlling iTunes” lesson (http://lessons.livecode.com/m/2592/l/126614-controlling-itunes ), I am able to query iTunes and do everything I want. On the Mac side, I was able to modify the appleScript to extract the