|
Just after I posted the above post I had to leave and about half way to where I was going....it dawned on my why your script didn't work...you can't move a file in use, thats why it didn't appear to work. You would need to first stop the music and then move the file, but then you won't be able to continue to play it as its no longer in the same loc as the path defined in the current playlist.
One way would be to first copy it to the new loc, then check like every min and see if the song changed(using trackpath), and if it did then go and delete the origanal file.
|