iTunes & Indigo

Posted on
Tue Jul 14, 2009 8:45 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

iTunes & Indigo

Folks,

I am currently working on a Web Plugin for Indigo that will be able to drive iTunes natively… You will be able to control your playlists, and drive iTune’s volume levels from the Web GUI…

Anyone interested? If so, please let me know at Benjamin AT Schollnick DOT net… I will be looking for feedback for features that people want in this plugin.


http://www.schollnick.net/wordpress/2009/07/indigo-itunes-together/

Posted on
Tue Jul 14, 2009 10:18 pm
artpics offline
Posts: 232
Joined: Feb 24, 2009
Location: Calabasas CA

(No subject)

Great thanks for the ideas you keep coming up with.

Posted on
Wed Jul 22, 2009 8:25 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: iTunes & Indigo

bschollnick2 wrote:
Folks,

I am currently working on a Web Plugin for Indigo that will be able to drive iTunes natively… You will be able to control your playlists, and drive iTune’s volume levels from the Web GUI…

Anyone interested? If so, please let me know at Benjamin AT Schollnick DOT net… I will be looking for feedback for features that people want in this plugin.


http://www.schollnick.net/wordpress/2009/07/itunes-indigo/


Well, I guess that I have proven that not alot of people here pay attention to my RSS feed on the blog...

I've had one canadian user download the itunes plugin at this point...

Posted on
Wed Jul 22, 2009 10:13 pm
artpics offline
Posts: 232
Joined: Feb 24, 2009
Location: Calabasas CA

(No subject)

just downloaded will test tomorrow

Thanks

RT

Posted on
Sat Jul 25, 2009 5:01 pm
Matt offline
Posts: 406
Joined: Aug 13, 2006
Location: Northern Idaho

(No subject)

ey Benjamion, can you post installation instructions and how to access the plugin from the browser?

I dropped the folder in the Plugins folder of IndigoWebServer and typed in my web page's address, port number and /itunes , but nothing comes up.

I restarted the computer and still nothing.

Posted on
Sun Jul 26, 2009 7:21 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

(No subject)

Matt wrote:
ey Benjamion, can you post installation instructions and how to access the plugin from the browser?

I dropped the folder in the Plugins folder of IndigoWebServer and typed in my web page's address, port number and /itunes , but nothing comes up.

I restarted the computer and still nothing.


That's all you should have to do... Restart the Indigo WebServer, and your good... The itunes plugin is displayed on the top level control page...

Can you send me a copy of your indigo log, showing the web server restart?

Oh... That's a thought.. What version of Mac OS X are you running? Leopard should be good (as well as snow leopard). I believe it should work on Tiger, but I don't have a tiger box to test on...

Posted on
Sun Jul 26, 2009 11:36 am
Matt offline
Posts: 406
Joined: Aug 13, 2006
Location: Northern Idaho

(No subject)

Here's a copy of the restart entries from the event log:

Jul 26, 2009 10:32:12 AM
Starting Indigo Server version 4.0.2
Loading attachments
"device target attachment.scpt" script loaded
"group target attachment.scpt" script loaded
"growl attachment.scpt" script loaded
"iTunes attachment.scpt" script loaded
"scenes attachment.scpt" script loaded
"time stamp attachment.scpt" script loaded
Bonjour registered "Indigo - My House 4.0b7"
Indigo Cocoa client authenticated
WebServer client authenticated
WebServer started on port XXXX -- authentication disabled
WebServer loaded plugin "Device that are On!"
WebServer loaded plugin "Event Log Plugin"
WebServer enabled browser access to plugin path "plugins/Device_on/css"
WebServer enabled browser access to plugin path "plugins/itunes/css"
WebServer enabled browser access to plugin path "plugins/itunes/images"
WebServer enabled browser access to plugin path "plugins/itunes/js"
WebServer enabled browser access to plugin path "plugins/m/css"
WebServer enabled browser access to plugin path "plugins/m/images"
WebServer enabled browser access to plugin path "plugins/m/images/controls/static"
WebServer enabled browser access to plugin path "plugins/variable/css"

Posted on
Sun Jul 26, 2009 12:42 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

(No subject)

Matt wrote:
Here's a copy of the restart entries from the event log:

Jul 26, 2009 10:32:12 AM
Starting Indigo Server version 4.0.2
Loading attachments
"device target attachment.scpt" script loaded
"group target attachment.scpt" script loaded
"growl attachment.scpt" script loaded
"iTunes attachment.scpt" script loaded
"scenes attachment.scpt" script loaded
"time stamp attachment.scpt" script loaded
Bonjour registered "Indigo - My House 4.0b7"
Indigo Cocoa client authenticated
WebServer client authenticated
WebServer started on port XXXX -- authentication disabled
WebServer loaded plugin "Device that are On!"
WebServer loaded plugin "Event Log Plugin"
WebServer enabled browser access to plugin path "plugins/Device_on/css"
WebServer enabled browser access to plugin path "plugins/itunes/css"
WebServer enabled browser access to plugin path "plugins/itunes/images"
WebServer enabled browser access to plugin path "plugins/itunes/js"
WebServer enabled browser access to plugin path "plugins/m/css"
WebServer enabled browser access to plugin path "plugins/m/images"
WebServer enabled browser access to plugin path "plugins/m/images/controls/static"
WebServer enabled browser access to plugin path "plugins/variable/css"


I don't see anything obvious... What version of Mac OS X are you running?

Have you installed a custom version of Python?

1) Download the ZIP file, and unarchive it.
2) Rename the Folder to “itunes” and place it in the following location.

/Library/Application Support/Perceptive Automation/Indigo 4/IndigoWebServer/Plugins

3) Restart the Indigo 4 Server

To Uninstall, just remove the itunes folder from the Plugins folder, and restart the Indigo Server.

Posted on
Sun Jul 26, 2009 1:51 pm
Matt offline
Posts: 406
Joined: Aug 13, 2006
Location: Northern Idaho

(No subject)

I'm running 10.4.11 and have not installed anything regarding Python.

Posted on
Sun Jul 26, 2009 3:33 pm
kenjon offline
Posts: 96
Joined: Dec 04, 2005
Location: Sweden

(No subject)

It works perfect for me, running Leopard.

Posted on
Sun Jul 26, 2009 7:11 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

(No subject)

Matt wrote:
I'm running 10.4.11 and have not installed anything regarding Python.


From the Terminal, type the following:

cd /Library/Application\ Support/Perceptive\ Automation/Indigo\ 4/IndigoWebServer/plugins/itunes

python reqhandler.py

What appears in the terminal after the python reqhandler.py command?

- Benjamin

Posted on
Sun Jul 26, 2009 7:48 pm
Matt offline
Posts: 406
Joined: Aug 13, 2006
Location: Northern Idaho

(No subject)

Here's what I get when I type that in:

Traceback (most recent call last):
File "reqhandler.py", line 23, in ?
import cherrypy
ImportError: No module named cherrypy
Dining-Room-Mac-Mini:/Library/Application Support/Perceptive Automation/Indigo 4/IndigoWebServer/plugins/itunes teamguy_2$

Posted on
Sun Jul 26, 2009 7:58 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

(No subject)

Matt wrote:
Here's what I get when I type that in:

Traceback (most recent call last):
File "reqhandler.py", line 23, in ?
import cherrypy
ImportError: No module named cherrypy
Dining-Room-Mac-Mini:/Library/Application Support/Perceptive Automation/Indigo 4/IndigoWebServer/plugins/itunes teamguy_2$


Well, that's fine. So there is no obvious compile errors... As far as I can tell, it should be working fine....

So if you don't see any errors in the logfile, I don't know what's happening...

I'll take a look to see what options there are...

Posted on
Sun Jul 26, 2009 8:10 pm
Matt offline
Posts: 406
Joined: Aug 13, 2006
Location: Northern Idaho

(No subject)

This is what my URL looks like: http://xxxxxxxxxxxxx.homeip.net:#####/itunes

Posted on
Mon Jul 27, 2009 1:58 am
kenjon offline
Posts: 96
Joined: Dec 04, 2005
Location: Sweden

(No subject)

Matt wrote:
This is what my URL looks like: http://xxxxxxxxxxxxx.homeip.net:#####/itunes


Are you testing it from your LAN (at home) or from Internet?
If you are testing it from your LAN at home, use ip address insted of a URL name, like:
192.168.0.1:8176/itunes
Your numbers can be different.... the ip number has to be the correct one for your Indigo machine; the port number can be 8080 on older installations, I believe.
If you are testing from the Internet, you should have port forwarding set up correctly to point to your Indigo machine. Also make sure the Internet provider is not blocking the port you are using (i.e. 8176).

Who is online

Users browsing this forum: No registered users and 3 guests