Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Save iTMS Music videos in iTunes 4.7.1' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Save iTMS Music videos in iTunes 4.7.1
Authored by: Ganymede on Jul 08, '05 05:43:43AM

Hi, I'm hanging on by a thread!! :rolleyes:

I downloaded and installed tcpflow. I copied the textfile, made it executable per your instructions. I keep getting this error:

ganymede@GanyG4 /Users/ganymede/Applications % chmod u+x itmsvidext
ganymede@GanyG4 /Users/ganymede/Applications % ./itmsvidext
tcsh: ./itmsvidext: Exec format error. Binary file not executable.
Exit 1

I put the file in my local Applications directory, and I'm in that dir when I try to run it in the terminal. Does it have to be in one of the special "path" folders? (Also, how do I add directories to my pathlist??)

Why does the error come from tcsh, my interactive shell - the script specifies bash. What do I need to change?

My ethernet is en0. Do I need to change the occurrence of en1 in the script? I've already tried it both ways, the error remains the same.
I tried making the file using Word. BBEdit, and textEdit.

I'm running OSX 10.3.9, iTunes 4.8, & QuickTime 6.5.2 on a 733mHz G4 (Digital Audio) with a gig of memory. I am still able to capture the videos "the old way" from the /private/tmp/501/TemporaryItems directory - I just snagged ColdPlay's Speed Of Sound.

I greatly appreciate any advice on the Unix/Terminal/Command File topics - thanks for all your hard work, and for sharing your knowledge in these forums...;)

Ganymede



[ Reply to This | # ]
Save iTMS Music videos in iTunes 4.7.1
Authored by: fragmentoflight on Jul 10, '05 01:06:44AM

Just type sudo sh <filename>



[ Reply to This | # ]
Save iTMS Music videos in iTunes 4.7.1
Authored by: jedik on Jul 10, '05 01:03:32PM
I had to change the first line to:
#!/bin/bash
for the shell script to work. Worked like a charm, BTW. :)
Cheers

---
:: Jedi Knight ::
-- Mac Rules! --

[ Reply to This | # ]