Comments
-
Greg Hurrell
Interesting. I don't yet have an iPhone so I can't test this one myself. Can anyone confirm the behaviour?
You could do an experiment by firing up the Script Editor (at
/Applications/AppleScript/Script Editor
) and using that to control iTunes instead to see if the behaviour is the same when you do:tell application "iTunes.app" to play
Or:
tell application "iTunes.app" to playpause
-
anonymous
Ok, the behaviour is the same when I use the Script Editor.
-
Greg Hurrell
Ok, so I think there are two avenues here.
One is to submit a bug report or feature request to Apple to get them to change the behaviour of iTunes. The other is for me to implement an explicit workaround; something like:
- Check if iTunes is running
- If it is running, just do the "play" or "playpause" as normal
-
On the other hand, if it is not running:
- Launch iTunes
- Wait for it to launch
- Select the "Library"
- Only then issue the "play" command
So not sure if the workaround is worth the effort. What do other people think?
-
BBT
Probably you misunderstood me, the problem occurs even if iTunes is running, but not playing a song.
When you plug the iPhone, a new category appears on the itunes left bar, like for an iPod, and the iPhone appears and become highlighted. So I guess problem should be the same with an iPod.
Here is a screenshot when you can see the highlight on the iPhone, the same highlight is normaly present on "Librairie" when you are listing your library files. http://img374.imageshack.us/my.php?image=image1rc6.jpg
-
Greg Hurrell
Right, ok. Can you explain what you want the desired behaviour to be then? I'm really asking about two things here:
- What do you think the behaviour of iTunes itself should be when you plug in the iPhone (ie. do you think it should not select the iPhone as it currently does?); is you don't like the existing behaviour it's something you'll need to take up with Apple
- What do you think the behaviour of Synergy should be? ie. Do you expect that it should do something special and override iTunes' behaviour when an iPhone is inserted?
Add a comment
Comments are now closed for this issue.