AMIP has a plug-in version for iTunes that will let you save iTunes information to a file for four states: Play, Pause, Stop, and Exit.
For Play, I entered:
Code: Select all
iTunes
Song:<space>
%name
Code: Select all
iTunes (Paused)
Song:<space>
%name
Code: Select all
iTunes (Off)
<space><space>
<space><space>
(Since I only have a 2x16 display, bear with me.)
For the Smartie screen line 1:
Code: Select all
$File("itunes.txt",1)
For line 2:
Code: Select all
$dll(holdnscroll.dll,1,$File("itunes.txt",2),10/$File("itunes.txt",3))
The second line displays "Song: <scrolling artist - title>" except when iTunes isn't running and then it displays nothing (well, actually spaces, but nothing visible).
I guess I wouldn't have needed the Exit stuff if I could figure out how to skip the screen when iTunes isn't on, but, hey. It works.
