PDA

View Full Version : Possible LDJ users - what is your DVD player of choice?


brockgr
February 20th, 2003, 10:09 PM
Please no evangelism :wink: - I just want to get an idea of what should be supported first. Which PC player, or is hardware IR more important?

Gavin

z.mash
February 21st, 2003, 07:55 AM
I vote for PowerDVD only b/c it was *extremely* easy to setup and I haven't gotten around to ZP yet. I imagine after I get the remote setup I will switch to ZP.

Can you make this configurable by the end user (via parameter)?

-Zak

brockgr
February 21st, 2003, 09:50 AM
The plan is to have multiple groups of commands - you just enable the ones you want. I just want to get an idea of which order to work on them. I have ZP - so that is nearly done. I also have the DVD Changer framework. I guess PowerDVD may be next.

brohebus
February 21st, 2003, 02:11 PM
The plan is to have multiple groups of commands - you just enable the ones you want. I just want to get an idea of which order to work on them. I have ZP - so that is nearly done. I also have the DVD Changer framework. I guess PowerDVD may be next.

LDJ??

-Dave

brockgr
February 21st, 2003, 09:26 PM
Carl asked this too --> here (http://www.netremote.org/phpBB2/viewtopic.php?t=24) :D
Gavin

brockgr
February 22nd, 2003, 11:21 PM
Sorry PowerDVD users, but I have wasted a couple of hours trying to get it to play a ripped DVD from the command line - no luck. No docs and no good web resources either.

WinDVD seems to be no more helpful.

I going to remove them from LDJ again, unless someone can send me a Girder GML or DOS Batch file that will cause them to play a file on demand.

Bah, humbug :evil:

Gavin

QuickCarl
February 23rd, 2003, 08:32 AM
I hope that is going to be fairly easy to do. Just to mention (sure you already know this) but we need to have the ability to put in delays between numbers that you send that are the same, so that the device knows that the first number transmission has ended.

For instance, the sequence goes like this:

"Before DVD numbers event" <--- which can be multiple events
DVD number 1
delay .2 secs
DVD number 1
delay .2 secs
DVD number 1
"After DVD numbers event" <--- which can be multiple events

would be the command to play the disk in slot 111.

Also, I was looking at the DVD Profiler fields, which have a "collection #" which seems to me would do just dandy for the equivalent to "slot number"

It would limit us to one player on the Sony (or other mega changers, but the info would be in the data file automatically, and would be fairly easy to implement.

I was thinking that you could just write a script that read the "collection #" and have it build the IR string for you, including the conditional 'delays'. You could also let the user define a value for the 'delay' in the script so that different players that need different times would be supported. Just a thought.... -Carl

brockgr
February 23rd, 2003, 09:29 AM
Carl,

Great idea. I'll add code to grab collection # if no other information is found in the notes.

As for the delays, I think this is really a Girder IR plugin side thing. I know the UIRT2 plugin has "wait before sending" setting. Otherwise I can probably put it in the code (another option). I just can't remember is LUA has a "wait" command.

As I mentioned I have some of the digit IR code written. I'll release it in the next day or two.

Gavin