|
|
Display currently playing iTunes song as iChat AV status
i like this script a lot, especially because i don't have to deal with installing the pref pane of ichatstatus
Display currently playing iTunes song as iChat AV status
Well, I changed the script a little bit so it'd only update iChat if your set to available in it. on idle tell application "iChat" if status is available then tell application "iTunes" if player state is playing then set a to artist of current track if a is "" then set a to "unknown artist" end if tell application "iChat" set status message to "NP: " & a end tell end if end tell end if end tell end idle if you want to set the status back to available when iTunes isn't playing, you can make it look like this: on idle tell application "iChat" if status is available then tell application "iTunes" if player state is playing then set a to artist of current track if a is "" then set a to "unknown artist" end if set a to "NP: & a else set a to "Available" end if tell application "iChat" set status message to a end tell end tell end if end tell end idle |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks 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.11 seconds |
|