PDA

View Full Version : LDJ jukebox not for Girder4 ?



mdekort
August 15th, 2006, 07:20 AM
I was using Girder 3.3 with LDJ jukebox, DVD Profiler and my Sony 400Disc Changer.
Everything worked great.
Now I would like to "upgrade" to Girder 4 but it seems LDJ Jukebox doesn't work with Girder 4.
So I created a CCF that shows me my DVD collection via mediabridge (cofigered to read the "collection.xml"). This part works.
What I would like to do but just don't know how:
When I click the PLAY button I need to retrieve the "CollectionNumber" field from the XML file (Can I do that with a GAC command?) and sent the digits to Girder so Girder can setup my Sony to play the DVD (I think I can figure out myself how to do that in Girder).
Any help or suggestions?

thanks
Michael

toml0006
August 15th, 2006, 08:03 AM
I have a ccf and gml that does just that with the sony cx995v (IR only unfortunately) I can post them tonight if you are interested. But basically there is a GAC request made and you can get back the collection and/or slot (I currently use the slot number). I then send an event to Girder containing the collection(slot) number and then a lua function in Girder parses the string firing off the appropriate IR commands.

For information on the GAC request, checkout the DVD demo in the downloads section (NetRemote skins).

http://www.promixis.com/download.php?ID=987

mdekort
August 15th, 2006, 08:27 AM
Yes I am very interested. Would be great if you could post it.
Otherwise you can email it to me also:
mdekort@gmx.de

thanks so much

toml0006
August 18th, 2006, 09:32 AM
Sorry for the delay on this - busy week at work with a deadline looming...

Included is the ccf, GML and lua files