|
|
Save iTMS Music videos in iTunes 4.7.1
The below script doesn't work anymore after Tiger upgrade. Anyone knows how to fix the script?
Save iTMS Music videos in iTunes 4.7.1
This should fix it:
Save iTMS Music videos in iTunes 4.7.1
Here is the full script if you don't have it:
set originalFile to do shell script "lsof | grep -i qtch | head -1 | awk '{ print $9 }'"
if length of originalFile is greater than 0 then
set newFile to POSIX path of (choose file name with prompt "Save movie as:" default name "iTunes Video.mov")
if length of newFile is greater than 0 then
if newFile does not end with ".mov" then set newFile to newFile & ".mov"
do shell script "cp -v '" & originalFile & "' '" & newFile & "'"
do shell script "/Developer/Tools/SetFile -t 'MooV' -c 'TVOD' '" & newFile & "'"
end if
else
display dialog "No movie found." buttons {"OK"} default button "OK"
end if
---
Save iTMS Music videos in iTunes 4.7.1
In theory atleast
should be faster. :)
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|