PDA

View Full Version : Library Root of a specific Instance?



Twit
May 21st, 2005, 09:58 PM
As far as I understand the library panel on a ccf(default) has a button on it with IR:

5001 0000 0000 0002 fff6 0000 0000

This 'tells' netremote to display the library root as specified in the mediabridge plugin with instance ID of 10.

If I create a new instance and make its ID 11 then surely IR:

5001 0000 0000 0002 fff5 0000 0000

Should display the library root as specified in plugin instance 11.

It always displays the 10 library root no matter what i try.

REASON: I wanted to create a new panel for my photo's that only shows the photo's tree from JRMC. As it is now the I have to place my photos 'scheme' in the netremote viewscheme to show up in my music library so I can 'play' them.

Any Ideas?

Thanks
Simon

avid
May 21st, 2005, 11:18 PM
Yes Simon,

I've been down this road! It is very confusing.

The MB plug-in has the concept of the "current instance", which you set with an IR command or LUA action. Thereafter all requests on *any* instance get processed by the *current* instance.

My CCF/LUA uses LUA code of the form:
NetRemote.ExecuteAction(NewInstance,0,16,"");
to switch instances. I then send all my other requests to instance -10.

Does this help?

Brian