forked from volumio/volumio-plugins-sources
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
404 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Created by Wheaten For Volumio IR Remote Controller | ||
# | ||
# Please take the time to finish this file as described in | ||
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | ||
# and make it available to others by sending it to | ||
# <[email protected]> | ||
# | ||
# This config file was automatically generated | ||
# using lirc-0.10.1(default) on Thu Jul 13 17:45:21 2023 | ||
# Command line used: -d /dev/lirc0 my_remote_control.conf | ||
# Kernel version (uname -r): 5.10.92-v7l+ | ||
# | ||
# Remote name (as of config file): NAD_AMP3 | ||
# Brand of remote device, the thing you hold in your hand: | ||
# Remote device model nr: | ||
# Remote device info url: | ||
# Does remote device has a bundled capture device e. g., a | ||
# usb dongle? : | ||
# For bundled USB devices: usb vendor id, product id | ||
# and device string (use dmesg or lsusb): | ||
# Type of device controlled | ||
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) : | ||
# Device(s) controlled by this remote: | ||
# | ||
# KEY_POWER ON | ||
# KEY_POWER2 OFF | ||
# KEY_NEXT Source UP | ||
# KEY_PREVIOUS Source DOWN | ||
# KEY_MUTE MUTE | ||
# KEY_UP VOL UP | ||
# KEY_DOWN VOL DOWN | ||
# KEY_HOME DIM | ||
# KEY_BASSBOOST BASS | ||
# KEY_PREVIOUSSONG PREV | ||
# KEY_PLAYPAUSE PLAY/PAUSE | ||
# KEY_NEXTSONG NEXT | ||
begin remote | ||
|
||
name NAD_AMP3 | ||
bits 32 | ||
flags SPACE_ENC|CONST_LENGTH | ||
eps 30 | ||
aeps 100 | ||
|
||
header 9002 4515 | ||
one 562 1692 | ||
zero 562 555 | ||
ptrail 567 | ||
repeat 9009 2241 | ||
gap 108435 | ||
toggle_bit_mask 0x0 | ||
frequency 38000 | ||
|
||
begin codes | ||
KEY_POWER 0xE13EA45B 0xF597F700 | ||
KEY_POWER2 0xE13E13EC 0xF597F700 | ||
KEY_NEXT 0xE13E58A7 0xF597F700 | ||
KEY_PREVIOUS 0xE13EB847 0xF597F700 | ||
KEY_MUTE 0xE13E29D6 0xF597F700 | ||
KEY_UP 0xE13E11EE 0xF597F700 | ||
KEY_DOWN 0xE13E31CE 0xF597F700 | ||
KEY_HOME 0xE13E1CE3 0xF597F700 | ||
KEY_BASSBOOST 0xE13E936C 0xF597F700 | ||
KEY_PREVIOUSSONG 0x61F08E71 0xF597F700 | ||
KEY_PLAYPAUSE 0x61F0E619 0xF597F700 | ||
KEY_NEXTSONG 0x61F00EF1 0xF597F700 | ||
end codes | ||
|
||
end remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
begin | ||
prog = irexec | ||
button = KEY_POWER | ||
config = /usr/local/bin/volumio clear | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_POWER2 | ||
config = sudo systemctl poweroff | ||
repeat = 0 | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_NEXT | ||
config = /usr/local/bin/volumio seek plus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_PREVIOUS | ||
config = /usr/local/bin/volumio seek minus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_MUTE | ||
config = /usr/local/bin/volumio volume toggle | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_UP | ||
config = /usr/local/bin/volumio volume plus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_DOWN | ||
config = /usr/local/bin/volumio volume minus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_HOME | ||
config = /usr/local/bin/volumio repeat | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_BASSBOOST | ||
config = /usr/local/bin/volumio random | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_PREVIOUSSONG | ||
config = /usr/local/bin/volumio previous | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_PLAYPAUSE | ||
config = /usr/local/bin/volumio toggle | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_NEXTSONG | ||
config = /usr/local/bin/volumio next | ||
end |
67 changes: 67 additions & 0 deletions
67
ir_controller/configurations/Pro-Ject Control it Pre Box S2 Digital/lircd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Created by Wheaten For Volumio IR Remote Controller | ||
# | ||
# Please take the time to finish this file as described in | ||
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | ||
# and make it available to others by sending it to | ||
# <[email protected]> | ||
# | ||
# This config file was automatically generated | ||
# using lirc-0.10.1(default) on Thu Jul 13 18:02:10 2023 | ||
# Command line used: -d /dev/lirc0 my_remote_control.conf | ||
# Kernel version (uname -r): 5.10.92-v7l+ | ||
# | ||
# Remote name (as of config file): Project_Control_IT | ||
# Brand of remote device, the thing you hold in your hand: | ||
# Remote device model nr: | ||
# Remote device info url: | ||
# Does remote device has a bundled capture device e. g., a | ||
# usb dongle? : | ||
# For bundled USB devices: usb vendor id, product id | ||
# and device string (use dmesg or lsusb): | ||
# Type of device controlled | ||
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) : | ||
# Device(s) controlled by this remote: | ||
# | ||
# KEY_MUTE MUTE | ||
# KEY_HOME FILTER | ||
# KEY_BACK BAL | ||
# KEY_MENU MENU | ||
# KEY_UP UP | ||
# KEY_OK OK | ||
# KEY_DOWN DOWN | ||
# KEY_PREVIOUS PREV | ||
# KEY_PLAYPAUSE PLAy/PAUSE | ||
# KEY_NEXT NEXT | ||
# KEY_VOLUMEDOWN - | ||
# KEY_VOLUMEUP + | ||
begin remote | ||
|
||
name Project_Control_IT | ||
bits 13 | ||
flags RC5|CONST_LENGTH | ||
eps 30 | ||
aeps 100 | ||
|
||
one 864 905 | ||
zero 864 905 | ||
plead 886 | ||
gap 113799 | ||
toggle_bit_mask 0x800 | ||
frequency 38000 | ||
|
||
begin codes | ||
KEY_MUTE 0x160C | ||
KEY_HOME 0x1622 | ||
KEY_BACK 0x1638 | ||
KEY_MENU 0x162E | ||
KEY_UP 0x1636 | ||
KEY_OK 0x161E | ||
KEY_DOWN 0x1635 | ||
KEY_PREVIOUS 0x1617 | ||
KEY_PLAYPAUSE 0x1615 | ||
KEY_NEXT 0x1616 | ||
KEY_VOLUMEDOWN 0x1610 | ||
KEY_VOLUMEUP 0x160E | ||
end codes | ||
|
||
end remote |
60 changes: 60 additions & 0 deletions
60
ir_controller/configurations/Pro-Ject Control it Pre Box S2 Digital/lircrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
begin | ||
prog = irexec | ||
button = KEY_MUTE | ||
config = /usr/local/bin/volumio volume toggle | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_HOME | ||
config = /usr/local/bin/volumio clear | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_BACK | ||
config = /usr/local/bin/volumio repeat | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_MENU | ||
config = /usr/local/bin/volumio random | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_UP | ||
config = /usr/local/bin/volumio seek plus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_OK | ||
config = /usr/local/bin/volumio play | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_DOWN | ||
config = /usr/local/bin/volumio seek minus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_PREVIOUS | ||
config = /usr/local/bin/volumio previous | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_PLAYPAUSE | ||
config = /usr/local/bin/volumio toggle | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_NEXT | ||
config = /usr/local/bin/volumio next | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_VOLUMEDOWN | ||
config = /usr/local/bin/volumio volume minus | ||
end | ||
begin | ||
prog = irexec | ||
button = KEY_VOLUMEUP | ||
config = /usr/local/bin/volumio volume plus | ||
end |
81 changes: 81 additions & 0 deletions
81
ir_controller/configurations/Tmall Magic Box 1S Remote Control/lircd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Please take the time to finish this file as described in | ||
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | ||
# and make it available to others by sending it to | ||
# <[email protected]> | ||
# | ||
# This config file was automatically generated | ||
# using lirc-0.10.1(default) on Thu Jul 13 20:25:55 2023 | ||
# Command line used: -d /dev/lirc0 my_remote_control.conf | ||
# Kernel version (uname -r): 5.10.92-v7l+ | ||
# | ||
# Remote name (as of config file): CH4051 | ||
# Brand of remote device, the thing you hold in your hand: | ||
# Remote device model nr: | ||
# Remote device info url: | ||
# Does remote device has a bundled capture device e. g., a | ||
# usb dongle? : | ||
# For bundled USB devices: usb vendor id, product id | ||
# and device string (use dmesg or lsusb): | ||
# Type of device controlled | ||
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) : | ||
# Device(s) controlled by this remote: | ||
# | ||
# Power | ||
# up | ||
# | ||
# left ok right | ||
# | ||
# down | ||
# | ||
# Home Back Menu | ||
# | ||
# Vol - Vol + | ||
# | ||
# Mute | ||
# | ||
# KEY_POWER POWER | ||
# KEY_LEFT LEFT | ||
# KEY_RIGHT RIGHT | ||
# KEY_UP UP | ||
# KEY_DOWN DOWN | ||
# KEY_OK OK | ||
# KEY_HOME HOME | ||
# KEY_BACK BACK | ||
# KEY_MENU MENU | ||
# KEY_VOLUMEDOWN VOLUME - | ||
# KEY_VOLUMEUP VOLUME + | ||
# KEY_MUTE MUTE | ||
|
||
begin remote | ||
|
||
name Tmall Magic Box 1S Remote Control | ||
bits 32 | ||
flags SPACE_ENC|CONST_LENGTH | ||
eps 30 | ||
aeps 100 | ||
|
||
header 9065 4524 | ||
one 529 1724 | ||
zero 529 593 | ||
ptrail 522 | ||
repeat 9049 2280 | ||
gap 108548 | ||
toggle_bit_mask 0x0 | ||
frequency 38000 | ||
|
||
begin codes | ||
KEY_POWER 0x00F9EA15 0xBF87C500 | ||
KEY_LEFT 0x00F9609F 0xBF87C500 | ||
KEY_RIGHT 0x00F9708F 0xBF87C500 | ||
KEY_UP 0x00F9C23D 0xBF87C500 | ||
KEY_DOWN 0x00F950AF 0xBF87C500 | ||
KEY_OK 0x00F940BF 0xBF87C500 | ||
KEY_HOME 0x00F9E21D 0xBF87C500 | ||
KEY_BACK 0x00F9F20D 0xBF87C500 | ||
KEY_MENU 0x00F96897 0xBF87C500 | ||
KEY_VOLUMEDOWN 0x00F9BA45 0xBF87C500 | ||
KEY_VOLUMEUP 0x00F9FF00 0xBF87C500 | ||
KEY_MUTE 0x00F951AE 0xBF87C500 | ||
end codes | ||
|
||
end remote |
Oops, something went wrong.