As in the title i have a snapstream firefly. I have a question and comment. Some of these things I am only pointing out for possible improvement
When I used the lirc-reconfig.sh script it said it didn't find, the snapstream firefly. However all the configs worked pretty much.
lsusb returns it as a "X10 Wireless Technology, Inc."
The other comment i have is that there are some minor mislabeling in the ~/.lircrc files. Mainly button names don't sync up with the /etc/lircd.conf For example FWD is labled Forward in the user conf file, same thing for rewind. I can make a list if need be there aren't too many just a few.
Now my main question is after editing, the user conf files to my liking, it no longer works, the remote no longer works. After a reboot, restart of /etc/init.d/lirc*, or restart of myth. By edit i mean a pretty much full modification of the original file. Now simply changing things like Forward to FWD, and changing the stop keys con fig doesn't pose a problem.
Running mythfrontend from the terminal, I didn't see anything i found to be outstanding. The remote also doesn't work with either mplayer or xine.
One last thought is that my minor modification is very much along the same lines just not restructured. I restructured the mythtv section to match the button order in /etc/lircd.conf. I also copy the new file to ~/.mythtv/lircrc & ~/.lircrc. Is there any other place i missed?
Code:
begin
prog = mythtv
button = CLOSE
repeat 3
config = esc
end
# Numbers 0-9
begin
prog = mythtv
button = 0
repeat = 3
config = 0
end
begin
prog = mythtv
button = 1
repeat = 3
config = 1
end
begin
prog = mythtv
button = 2
repeat = 3
config = 2
end
begin
prog = mythtv
button = 3
repeat = 3
config = 3
end
begin
prog = mythtv
button = 4
repeat = 3
config = 4
end
begin
prog = mythtv
button = 5
repeat = 3
config = 5
end
begin
prog = mythtv
button = 6
repeat = 3
config = 6
end
begin
prog = mythtv
button = 7
repeat = 3
config = 7
end
begin
prog = mythtv
button = 8
repeat = 3
config = 8
end
begin
prog = mythtv
button = 9
repeat = 3
config = 9
end
begin
prog = mythtv
button = BACK
repeat = 3
config = Esc
end
begin
prog = mythtv
button = ENT
repeat = 3
config = Space
end
begin
prog = mythtv
button = Volume-UP
repeat = 3
config = F11
end
begin
prog = mythtv
button = Volume-DOWN
repeat = 3
config = F10
end
begin
prog = mythtv
button = Mute
repeat = 3
config = |
end
begin
prog = mythtv
button = FIREFLY
repeat = 3
config = F8
end
begin
prog = mythtv
button = Play
config = Return
end
begin
prog = mythtv
button = Stop
config = esc
end
begin
prog = mythtv
button = POWER
config = Esc
end
begin
prog = mythtv
button = Pause
repeat = 3
config = P
end
begin
prog = mythtv
button = CH+
repeat = 3
config = Up
end
begin
prog = mythtv
button = CH-
repeat = 3
config = Down
end
begin
prog = mythtv
button = INFO
repeat = 3
config = I
end
begin
prog = mythtv
button = OPTION
repeat = 3
config = m
end
begin
prog = mythtv
button = UP
repeat = 3
config = Up
end
begin
prog = mythtv
button = DOWN
repeat = 3
config = Down
end
begin
prog = mythtv
button = LEFT
repeat = 3
config = Left
end
begin
prog = mythtv
button = RIGHT
repeat = 3
config = Right
end
begin
prog = mythtv
button = Ok
config = Space
end
begin
prog = mythtv
button = Menu
repeat = 3
config = m
end
begin
prog = mythtv
button = REW
repeat = 3
config = Left
end
begin
prog = mythtv
button = FWD
repeat = 3
config = Right
end
begin
prog = mythtv
button = Next
repeat = 3
config = Down
end
begin
prog = mythtv
button = Previous
repeat = 3
config = Up
end
begin
prog = mythtv
button = Record
repeat = 3
config = R
end
begin
prog = mythtv
button = MUSIC
repeat = 3
config = F4
end
begin
prog = mythtv
button = PHOTOS
repeat = 3
config = F6
end
begin
prog = mythtv
button = DVD
repeat = 3
config = F7
end
prog = mythtv
button = TV
repeat = 3
config = F12
end
begin
prog = mythtv
button = VIDEO
repeat = 3
config = F2
end
begin
prog = mythtv
button = Help
repeat = 3
config = F1
end
### MPlayer lirc setup
# Show OSD
begin
prog = mplayer
button = MENU
repeat = 3
config = osd
end
# Pause playback
begin
prog = mplayer
button = PAUSE
repeat = 3
config = pause
end
# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = PLAY
repeat = 3
config = pause
end
# Stop playback and exit
begin
prog = mplayer
button = Back
repeat = 3
config = quit
end
# Mute
begin
prog = mplayer
button = MUTE
repeat = 3
config = mute
end
# Seek back 10 seconds
begin
prog = mplayer
button = LEFT
repeat = 3
config = seek -10
end
# Seek forward 30 seconds
begin
prog = mplayer
button = RIGHT
repeat = 3
config = seek +10
end
# Quit
begin
prog = mplayer
button = EXIT
repeat = 3
config = quit
end
# Seek forward 10 minutes
begin
prog = mplayer
button = NEXT
repeat = 3
config = seek +60
end
# Seek backward 10 minutes
begin
prog = mplayer
button = PREV
repeat = 3
config = seek -60
end
# Toggle full-screen
begin
prog = mplayer
button = FULL
repeat = 3
config = vo_fullscreen
end