PDA

View Full Version : iPod, iTunes, iSync !!




MacBoy88
May 9, 2003, 10:55 PM
is there any applescript or program that will close iTunes & iSync after my iPod auto unmounts after i take it off the dock?

Can someone make me one?:confused:



rainman::|:|
May 9, 2003, 11:13 PM
not that i know of, not a bad idea tho, isync should really quit when done.

it's best not to post a thread twice. people don't like that...

edit: three times... really bad idea.

pnw

Freg3000
May 9, 2003, 11:17 PM
I've always wanted to learn Applescript, but I have never had time. Maybe this summer. Supposedly it is rather easy; maybe someone can show you.

P.S. paulwhannel is right, double posting is a big no-no. :)

MrMacMan
May 9, 2003, 11:22 PM
Spamming = Bad


Um... 2 threads really needed? (http://forums.macrumors.com/showthread.php?threadid=26615)

MacBoy88
May 9, 2003, 11:23 PM
Originally posted by paulwhannel
not that i know of, not a bad idea tho, isync should really quit when done.

it's best not to post a thread twice. people don't like that...

edit: three times... really bad idea.

pnw

How do i delete my other threads?

edesignuk
May 10, 2003, 09:21 AM
Originally posted by MacBoy88
How do i delete my other threads?
You can't, but I have just reported them to the Mods, so they should get deleted soon.

MacBoy88
May 10, 2003, 09:36 AM
Originally posted by edesignuk
You can't, but I have just reported them to the Mods, so they should get deleted soon.

N-E-Ways dose anyone even know if you can do this? :confused:

Billicus
May 10, 2003, 01:22 PM
Originally posted by MacBoy88
is there any applescript or program that will close iTunes & iSync after my iPod auto unmounts after i take it off the dock?

Can someone make me one?:confused:

I threw this together. You'll have to put it in your dock and open it when ever you want to quit the two applications.

Billicus
May 10, 2003, 01:23 PM
Sorry. I pushed 'Submit Reply' too fast. Here it is:

Snowy_River
May 10, 2003, 04:09 PM
Originally posted by paulwhannel
not that i know of, not a bad idea tho, isync should really quit when done.


This is one of the biggest complaints I've had about iSync since I started using it with my iPod. What is the use of having it stay open, anyway? I can understand leaving iTunes open, but not iSync.

Well, hopefully it will change with the next version...

MacBoy88
May 10, 2003, 09:49 PM
Originally posted by Billicus
Sorry. I pushed 'Submit Reply' too fast. Here it is:

When I click the program it ask me what program do i wanna use? I cant get it to work.

Billicus
May 11, 2003, 07:17 AM
Originally posted by MacBoy88
When I click the program it ask me what program do i wanna use? I cant get it to work.

It worked for me when I had both open and I ran the program. Here: I made it again, but I included the Script Editor compiled script for you.
This is what I typed in Script Editor if you can't get it to work:
tell application "iSync"
quit
end tell
tell application "iTunes"
quit
end tell