Page 1 of 1

Alternative iTunes plugin

Posted: March 31st, 2006, 3:45 pm
by erlis
Here is my first version of a (in my eyes) better itunes plugin.

It implements (almost) all the features as the standard Winamp plugin.

Get commands out of this plugin I have choosen to assign the same values as in the Winamp plugin i.e. if you want the 'Time (seconds)' you would have entered:

Code: Select all

$Winamppos
but with this you enter:

Code: Select all

$dll(itunes2,1,pos,1)
i.e. you replace $Winamp with: $dll(itunes2,1,


There is still some bugs but I'm going to fix them..



The plugin requires .NET framework 1.1 and can be found here: http://erlis.se/lcdsmartie/itunes2.zip

Thank you

Posted: April 9th, 2006, 5:56 pm
by Xusqui
Thank you very very much for your work...

It works quite good for me ;)

Some bugs, I think you already know:

- There is no space between artist and Song, I mean, there is a "-" between song and artist (...Rock You - Queen...) but when it all rolls it shows like: (...You - QueenWe Will). You know what I mean?

And then, could you implement to display international characters, as if I introduce the following text in the screen settings: "???????" is correctly displayed in the VFD, but it seems the plugin can't read those characters from iTunes...

Thank you very much, indeed!!!! :D :D :D

Posted: April 9th, 2006, 6:46 pm
by erlis
Thanx fpr the feedback!

1, You can easly change the apperence for this, just add an SPACE after $dll(itunes2,2,Title,1) . How ever there is one MAJOR bug, the writong shuld be Artist - Title. I have updated the plugin.

2. I'm not sure where the problem with local caracters, here in sweden we use ???, I will test this tomorrow, but I think the problem lies at the VFD/LCD.


Url: http://erlis.se/lcdsmartie/
docs: http://erlis.se/lcdsmartie/info.html

Posted: April 10th, 2006, 7:18 pm
by Xusqui
Ok... Thank you... How silly I am :oops:

As I said, I don't think it's the VFD, as the message is shown correctly when directly typed in the message box.

Thank you for your rapid answer!

Re: Alternative iTunes plugin

Posted: April 19th, 2006, 10:23 pm
by cj2004
fyi - Getting a corrupted file whenever I download the itunes plugin.


erlis wrote:Here is my first version of a (in my eyes) better itunes plugin.

It implements (almost) all the features as the standard Winamp plugin.

Get commands out of this plugin I have choosen to assign the same values as in the Winamp plugin i.e. if you want the 'Time (seconds)' you would have entered:

Code: Select all

$Winamppos
but with this you enter:

Code: Select all

$dll(itunes2,1,pos,1)
i.e. you replace $Winamp with: $dll(itunes2,1,


There is still some bugs but I'm going to fix them..



The plugin requires .NET framework 1.1 and can be found here: http://erlis.se/lcdsmartie/itunes2.zip

Posted: April 19th, 2006, 10:38 pm
by erlis
Clear your browsers cache and try this one instead: http://lcdsmartie.erlis.se/index.php/Image:Itunes2.zip

Download Problem

Posted: July 16th, 2006, 8:38 pm
by aurora
Hi!

WOuld like to try this out, but neither link works for me. Normal link is corrupt, second link is not valid. WOuld really appreciate it if you could post this code.

THanks!

Posted: July 17th, 2006, 1:11 am
by IFR
The first link works for me. Try again or give me your email and I will send it to you

Thanks!

Posted: July 17th, 2006, 4:33 am
by aurora
Thanks!

Tried again, still can not unzip package at link using WinZip 10. Tool does not like the checksums.

Email is maurora@uwalumni.com.

Suspect problem might be zip tool. What are you using?

Anyway, appreciate the help. Really looing forward to trying this out.

Mark

Posted: July 17th, 2006, 4:38 am
by IFR
yes indeed the file interop.ituneslib.dll in the zip seems to be corrupted. Try to contact the author...

Re: Download Problem

Posted: July 17th, 2006, 7:55 am
by erlis
aurora wrote:Hi!

WOuld like to try this out, but neither link works for me. Normal link is corrupt, second link is not valid. WOuld really appreciate it if you could post this code.

THanks!
I'm terrible sorry for any in problems this may have caused you. The link shuld be vorking again!

Posted: July 17th, 2006, 7:56 am
by MrMikey83
erlis, I too am getting a corrupt file in the zip.
E-mail = *removed*

Thanks!
~Mike

edit: Nevermind. I'll try the link again.

edit2: Link works, Thanks!

Thanks!!!

Posted: July 17th, 2006, 3:33 pm
by aurora
Thanks!

FYI...

The alternate link in this post now works. The zip package linked off the LCD smartie page is still not correct.

Really looking forward to trying this out.

Thanks again.

Mark

Re: Alternative iTunes plugin

Posted: February 11th, 2010, 4:01 am
by onlinespending
Not sure if anyone could post the itunes2.zip file again. Perhaps unzipped. I get the same sort of CRC errors or corruption problems using Windows integrated Zip program, 7-Zip, and WinZip. They all have issues. And the second link erlis provided is no longer valid. Thanks!

Re: Alternative iTunes plugin

Posted: February 11th, 2010, 8:34 am
by erlis
Oh, I didn't know that this project were still running..

Have attached the file.

Re: Alternative iTunes plugin

Posted: February 11th, 2010, 10:16 pm
by onlinespending
erlis wrote:Oh, I didn't know that this project were still running..

Have attached the file.
Thanks very much!

Re: Alternative iTunes plugin

Posted: April 13th, 2010, 2:56 am
by skamphax0r
does anyone have the info page copied?

or a help file that has the functions listed?

is EVERY winamp function copied over?

Re: Alternative iTunes plugin

Posted: April 24th, 2010, 12:57 pm
by vandewaetere
Hello

How do I detect if Itunes is running?

I'd like to automatically jump to my iTunes LCD screen when playing a song in Itunes.

Thanks

Re: Alternative iTunes plugin

Posted: November 1st, 2010, 4:39 pm
by MegaVV
vandewaetere wrote:Hello

How do I detect if Itunes is running?

I'd like to automatically jump to my iTunes LCD screen when playing a song in Itunes.

Thanks
Me too ...

Re: Alternative iTunes plugin

Posted: November 1st, 2010, 10:04 pm
by limbo
Search for appstate plugin

Re: Alternative iTunes plugin

Posted: July 10th, 2013, 7:49 am
by mc200
Is there any manual on this plugin? I get errors like: cannot load plugin. Can anybody post a config file to see some examples?