Roon Controller

autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Roon Controller

Post by autolog »

I have started work on a new plugin. :D

It makes extensive use of a python library created by Marcel van der Veldt; see here: Python Roon

It will enable control of a Roon system from Indigo.

For more info on Roon, see here: Roon

If anyone who uses Roon is interested in alpha testing the plugin when it is available, just post your interest on this thread. :)
ChiefMonk
Posts: 26
Joined: Fri Nov 28, 2014 6:30 am

Re: Roon Controller

Post by ChiefMonk »

I am using Roon and love it, so count me in

Chris
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

ChiefMonk wrote:I am using Roon and love it, so count me in

Chris
PM with link sent. :)
IndigoSam
Posts: 182
Joined: Sun Apr 14, 2013 10:44 am

Re: Roon Controller

Post by IndigoSam »

Blimey Jon, you are a coding machine! :)

Yes, I use Roon. Very interested in this.

Sam.
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

IndigoSam wrote:... Very interested in this.
PM with link sent. :)
IndigoSam
Posts: 182
Joined: Sun Apr 14, 2013 10:44 am

Re: Roon Controller

Post by IndigoSam »

Thanks Jon.

So, how do we use this then? Not seeing any config or new devices?

Am I being a bit thick?

(Oh, and 'About' goes to TRV controller, obviously not a priority, but so you know.)

Sam.
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

Hi Sam,
IndigoSam wrote:So, how do we use this then? Not seeing any config or new devices?
You should get a config dialog from the plugin menu.
If it isn't appearing, try downloading the zip file again and re-installing - maybe it didn't install correctly?
IndigoSam
Posts: 182
Joined: Sun Apr 14, 2013 10:44 am

Re: Roon Controller

Post by IndigoSam »

I should probably be posting on the beta feedback thread.

I'm getting the following error on start up:

Code: Select all

   Roon Error                      Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 17, in <module>
ImportError: No module named PIL
Sam.
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

Missing bit of documentation. :oops:

You need to open a terminal session and do a pip install of Pillow i.e.:

Code: Select all

pip install Pillow
This is needed for processing the album and artist images. :)
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

IndigoSam wrote:I should probably be posting on the beta feedback thread.
Agreed - thread now locked. :D

See the thread: Roon Controller Plugin Beta feedback
autolog
Posts: 4077
Joined: Tue Sep 10, 2013 3:07 am
Location: West Sussex, UK
Contact:

Re: Roon Controller

Post by autolog »

IndigoSam wrote:... (Oh, and 'About' goes to TRV controller, obviously not a priority, but so you know.)
Fixed in next (upcoming) version. :)
Locked

Return to “Roon Controller”