Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
AppleScript Help Please
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="giulio" data-source="post: 366678" data-attributes="member: 28677"><p>This was fun!!</p><p></p><p>[code]tell application "iTunes"</p><p> set myinfo to ""</p><p> if kind of the current track does not contain "file" then set myinfo to "Now streaming: " & current stream title & " - " & name of current track & " (" & current stream URL & ")"</p><p> if kind of the current track contains "file" then set myinfo to "Now playing: " & artist of current track & " - " & name of current track</p><p> myinfo</p><p>end tell[/code]</p></blockquote><p></p>
[QUOTE="giulio, post: 366678, member: 28677"] This was fun!! [code]tell application "iTunes" set myinfo to "" if kind of the current track does not contain "file" then set myinfo to "Now streaming: " & current stream title & " - " & name of current track & " (" & current stream URL & ")" if kind of the current track contains "file" then set myinfo to "Now playing: " & artist of current track & " - " & name of current track myinfo end tell[/code] [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
AppleScript Help Please
Top