Re: [Mdtoceditor-forum] mdtoceditor & Sony MDS-JE640
Status: Alpha
Brought to you by:
rathmann
|
From: Michael H. <m.h...@ne...> - 2002-02-16 16:03:59
|
Am Fri, 15 Feb 2002 12:30:03 +0100 Uwe Rathmann <Uwe...@ep...> schrieb: Hi Uwe, here are the details of my system: - CPU: AMD K6 266 (overclocked to 333 Mhz) - RAM: 80 MB PS2 EDO - Board: AT with Intel 430TX - IR-transmitter: IRdeo "ultralight" (IR-LED + 100Ohm-resistor + 9pin-SUB-D-Plug) - Sony MDS-JE640 (a earlier modell of JE770) I made this transmitter only for a test with the IRdeo-Software ( http://irdeo.de ), but it works also with LIRC, compiled for IRdeo-hardware. I tested today the delay for identical characters, and got the first problems at 1ms. Maybe the weather is better today ;o). I've found out some more problems in the section "proc setName" and hopefully fixed it on my system (it could also depend on the IR-hardware, like you wrote): - At some titles it doesn't start the title-editing: ircmd delay 8 # je640 has problems to recieve the command name at title <10 ircmd rm-d29m name - Some characters will not be set on my MD-recorder, that's why I add a 1ms-delay after each char.-command ircmd rm-d10p $cmd ircmd delay 1 # 640 swallows some characters - I set the delay after the title-input to 4ms, because when "k" is the last, my recorder dosen't understand the command "yes". ircmd delay 4 #2 je530, 640 has a problem with k as last char. The modificated tcl-file an the database I gonna send you in a seperate mail. regards, Micha p.s. I would wish for the future a XMMS-plugin like Wincue ( www.wincue.org ) for the Winamp. Wincue sends the titles from the playlist through the IR-transmitter, but not at my system. There are some signals at the transmitter but my recorder doesn't understand it. > On Thursday 14 February 2002 21:26, Michael Heinzel wrote: > > Hi, Micha, > > > I've installed mdtoceditor on my machine and with some adjustment of the > > tcl-File it works fine. > > Can you tell me what system and which type of transmitter you are using ? > > > line 144: ircmd delay 40 # 4 ms was to short > > This is a big difference. Did you try where the critical value is, from where > it begins to work ? > > > line 153: ircmd rm-d29m yes # "name" doesn't work > > "name" and "yes", both work with my JE530 deck. Seems to be safe to use "yes" > instead. > > > The first job for the program was a little to hard, I get the error "Tcl > > interpreter: missing close-brace" at a list of 42 titles, below is a part > > of database. If somebody like, I will send him the whole file. > > Yes, please do so. > > Thanks for your support, > Uwe |