Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

iTunes plug-in?

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Alan
Posts: 1
Joined: October 16th, 2005, 4:45 pm

iTunes plug-in?

Post by Alan »

It appears that the website of the author of the iTunes plug-in has disappeared. Until such time as it reappears, I have had to find a work-around, and I thought it might be useful to folks. The two key elements: AMIP and the holdnscroll plug-in.

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
For Stop and Pause (since there isn't really a pause in iTunes but I figured just-in-case):

Code: Select all

iTunes (Paused)
Song:<space>
%name
For Exit:

Code: Select all

iTunes (Off)
<space><space>
<space><space>
I also made certain to uncheck the box for "Delete file on exit" since this would rather defeat the purpose of that last part.

(Since I only have a 2x16 display, bear with me.)

For the Smartie screen line 1:

Code: Select all

$File("itunes.txt",1)
I have the "Center text" box checked on this one.

For line 2:

Code: Select all

$dll(holdnscroll.dll,1,$File("itunes.txt",2),10/$File("itunes.txt",3))
This makes the first line display "iTunes" when playing, "iTunes (Paused)" when stopped or paused, and "iTunes (Off)" when iTunes isn't running (or hasn't yet been started playing the first time).

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. :)
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I'm in touch with plugin author in order to get things fixed about the iTunes plugin...
Please stay tuned here for news about it
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Take a look here
Post Reply