[slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread d_pete
PAUSE is already mapped in jvc_dvd.ir Single press pauses and press and hold stops. It may be that your remote isn't sending the code that matches the one in the .ir file Try enabling debug d_ir then pressing PAUSE on the remote then looking in the log file to see what code slimserver is

[slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread BigBirdy
Where the heck do the slimserver log files go??? I have been hunting all over the place? Certainly not /var/log or in the syslog file -- BigBirdy BigBirdy's Profile: http://forums.slimdevices.com/member.php?userid=2768

[slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread bearklaw
The logfiles should be in ~/Library/Logs/slimserver.log. Which reminds me, I need to add that to my list of logs to rotate periodically. Anybody know if the slimserver keeps the log open, or just opens it as needed? Much easier to rotate out if it only opens when needed. -Barry -- bearklaw

[slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread d_pete
Sorry BigBirdy - didn't think it would be a pain There's a link on the Server Settings/Debugging web page - in the text at the top where it says ... You can view the most recent log entries here. 'here' is a hyperlink -- d_pete

Re: [slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread Pat Farrell
On Tue, 2005-12-13 at 13:16 -0800, bearklaw wrote: The logfiles should be in ~/Library/Logs/slimserver.log. Hmm, mine are in /tmp/slimserver.log -- Pat http://www.pfarrell.com/music/slimserver/slimsoftware.html ___ Discuss mailing list

Re: [slim] Re: Changing remote codes for jvc_dvd

2005-12-13 Thread kdf
On 13-Dec-05, at 7:53 PM, Pat Farrell wrote: On Tue, 2005-12-13 at 13:16 -0800, bearklaw wrote: The logfiles should be in ~/Library/Logs/slimserver.log. Hmm, mine are in /tmp/slimserver.log as it would be for linux. and the earlier location for osx. -kdf

[slim] Re: Changing remote codes for jvc_dvd

2005-12-12 Thread d_pete
Slimserver has a very flexible way of handling remote controls so there are several ways of doing this The short answer to your question could be change brightness_down = f78d # this is CH- on this remote brightness_up = f70d # this is CH+ on this remote to rew = f78d fwd =

[slim] Re: Changing remote codes for jvc_dvd

2005-12-12 Thread BigBirdy
Hey EXCELLENT!! It worked fine. One more q if possible. I dont get any pause functionality and only hitting stop will stop playbakc. Can I map a pause function to the pause button? I guess I need the correct code? -- BigBirdy