Results 1 to 5 of 5

Thread: Airtune speaker with Apple Script

  1. #1
    Join Date
    Sep 2010
    Posts
    63

    Airtune speaker with Apple Script

    Recently bought a Apple iPhone music player with the iTune application for the file transfer between the music player and the computer. Along with that picked up the AirPort Express to stream the iTunes applications for the recently get the luxurious Apple Hi-Fi application. It giving me a problem with the loosing of the connectivity. I searched everywhere for the Apple script to play the music file in the AirTunes music player. But found nothing, what should I do? Is there any one with the Apple, script for the Apple Airtune music speaker to playback the audio file in the speaker? Or any other information will be appreciated…

  2. #2
    Join Date
    Aug 2008
    Posts
    721

    Re: Airtune speaker with Apple Script

    I got this Apple script which is used for the connectivity with the Apple device to play the audio file with the normal procedure and this one is works in my Apple computer. I recommend you to try with the Apple script this will definitely help you to play the file in your Airtune speaker.
    Code:
    tell application "iTunes"
      --activate
       set visible of window "remote speakers" to true
       set {X, y} to position of window "remote speakers"
       tell application "System Events"
           tell process "iTunes"
               -- do something here
           end tell
       end tell
    end tell
    Last edited by Broad-Man; 11-11-2010 at 01:10 AM.

  3. #3
    Join Date
    Dec 2007
    Posts
    765

    Re: Airtune speaker with Apple Script

    As per my knowledge just add the name of the speaker into the script for that, open the script window and where you just simply edit the name of the speaker. You can change it in the priority window of the script for the player. Also make sure that the UUID for the iTunes Remote script show sin the upside of the iTune application window. Any third party script for the speaker will might not be works in that sense. Tru with this this will help you to play the file with the Airtune speaker.
    No TechArena No Experts, Know TA know Experts!

  4. #4
    Join Date
    Sep 2005
    Posts
    1,370

    Re: Airtune speaker with Apple Script

    There is a script which I used for the configuration of the Airtune speaker; this script helps me to control the player activities with the script. One of my friends also gets help with the same script while he was also facing the similar problem. I suggest you to open the Apple remote windows and where you can apply the script for the configuration.
    Code:
    set check_these to {} --something like {"Name of Your Air-TunesDevice"}
    set uncheck_these to {} --something like {"Computer"}
    my check_gui_scripting_is_active()
    my check_if_iTunes_window_visible()
    my press_speaker_button_and_open_all_speakers()
    my check_boxes_and_close_window(check_these, uncheck_these)
    on press_speaker_button_and_open_all_speakers()
    tell application "iTunes"
    activate
    tell application "System Events"
    tell application process "iTunes"
    click button 8 of window "iTunes" --Press 
    key code 125 using {command down} --	delay 1
    keystroke return
    delay 1
    end tell
    end tell
    end tell
    DFI LANPARTY SLI-DR
    AMD 64 x2 4800+
    OCZ (2 x 512) DDR600

  5. #5
    Join Date
    Dec 2005
    Posts
    945

    Re: Airtune speaker with Apple Script

    I found a simple solution for the Airtune speaker to payback the file this will help you surely without applying any script for that. If you are using the Mac OSX then this will appears as the button in the window this will allow you to change the configuration of the Airtune speaker with the player and also with the iTune application which is installed in your computer. Check the text of the speaker button which is placed in the script window. Make sure it having the right script for the button of the speaker and this also used for the other speaker control.
    you know you've made it big on here when you have your own imposter

Similar Threads

  1. Apple ipod touch: disable itunes volume control in remote speaker
    By Higura Yamatki in forum Portable Devices
    Replies: 7
    Last Post: 25-02-2011, 10:22 AM
  2. Replies: 5
    Last Post: 03-01-2011, 06:07 PM
  3. Apple script to pause
    By iammacpro in forum Software Development
    Replies: 2
    Last Post: 03-09-2009, 08:16 AM
  4. Replies: 2
    Last Post: 14-01-2009, 01:25 PM
  5. Pea Speaker with seven Bluetooth-enabled speaker spheres
    By Andrew in forum Portable Devices
    Replies: 2
    Last Post: 08-09-2008, 07:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,693,965.58664 seconds with 17 queries