I am trying to write an iTunes script that takes the selected tracks, moves the files to another folder on my hard drive, and then updates their location in iTunes.
The overall flow will be something like this:
- Get a Choice
- Determine the path to the choice
- Move items to destination
- Update Link Path in iTunes
I used the sentence of this question to get the path to the selection in iTunes, and I can figure out how to move the files to where I want them, however, now I want to tell iTunes that the path to the file is actually in a different place.
Does anyone know how to do this?
source share