The iTunes SDK says:
and it later says:
I've tried various forms of
objTrack.Location=strLocation
objTrack.Location="C:\Users\deleyd\Music\test.mp3"
I've had success using the AutoHotkey scripting language with the line:
iTunesApp.LibraryPlaylist.Tracks.Item(1).Location :=...
I'm trying to write a test script that sets the file location of a music file in iTunes. It doesn't generate any errors, but when I check it in iTunes the file location hasn't been changed. How do I make this work?
Set iTunesApp = CreateObject("iTunes.Application")
Set objPlaylist =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.