Skip to content

Commit

Permalink
updating plugin ir_contrioller version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balbuze committed Nov 29, 2020
1 parent 92c1004 commit fedd1d9
Show file tree
Hide file tree
Showing 13 changed files with 3,090 additions and 0 deletions.
@@ -0,0 +1,43 @@
# this config file was automatically generated
# using lirc-0.8.1(iguanaIR) on Fri Mar 30 19:20:40 2007
#
# contributed by Matthias Urlichs <matthias|urlichs.de>
#
# brand: Apple
# model no. of remote control: A1156
# devices being controlled by this remote: new (late 2006) MacBook
#
# This config files are for non-Apple receivers only.
# Use the lircd.conf.macmini file when you are using the Apple receiver.
#

begin remote
name iremote
bits 8
flags SPACE_ENC
eps 30
aeps 100

header 9065 4484
one 574 1668
zero 574 547
ptrail 567
repeat 9031 2242
pre_data_bits 16
pre_data 0x77E1
post_data_bits 8
post_data 0xC5
gap 37600
toggle_bit 0
ignore_mask 0x80ff

begin codes
KEY_RIGHT 0xE0
KEY_LEFT 0x10
KEY_UP 0xD0
KEY_DOWN 0xB0
KEY_PLAY 0x20
KEY_MENU 0x40
end codes

end remote
@@ -0,0 +1,30 @@
begin
prog = irexec
button = KEY_PLAY
config = /usr/local/bin/volumio toggle
end
begin
prog = irexec
button = KEY_RIGHT
config = /usr/local/bin/volumio next
end
begin
prog = irexec
button = KEY_LEFT
config = /usr/local/bin/volumio previous
end
begin
prog = irexec
button = KEY_UP
config = /usr/local/bin/volumio seek plus
end
begin
prog = irexec
button = KEY_DOWN
config = /usr/local/bin/volumio seek minus
end
begin
prog = irexec
button = KEY_MENU
config = /usr/local/bin/volumio random
end
7 changes: 7 additions & 0 deletions plugins/accessory/ir_controller/i18n/strings_fr.json
@@ -0,0 +1,7 @@
{
"IR_CONFIGURATION":"Configuration télécommande IR",
"SAVE": "Sauver",
"PROFILE_SELECTOR": "Choisir un modèle",
"PROFILE_SELECTOR_DOC": "Choisissez le modèle de télécommande que vous voulez utiliser"
}

Binary file added plugins/audio_interface/volsimpleequal.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions plugins/audio_interface/volsimpleequal/gitignore
@@ -0,0 +1,3 @@
.gitignore
node_modules
*.zip
177 changes: 177 additions & 0 deletions plugins/miscellanea/duo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fedd1d9

Please sign in to comment.