From 1b1392ca7a94f5362ff49072fdbf41dd29582c03 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 21 Aug 2023 21:27:00 +0200 Subject: [PATCH 01/63] docs: updated README --- README.md | 259 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 178 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index 0459ee7f..fb52fbd8 100644 --- a/README.md +++ b/README.md @@ -1,96 +1,193 @@ -# Flipper-IRDB + -A **maintained** collective of different IR files for the Flipper! We'd love to have your additions! [See here.](https://github.com/UberGuidoZ/Flipper-IRDB/blob/main/README.md#organization) +

+ A maintained collective of different IR files for the Flipper Zero! +

-Maintainers/Major contributors include: -* [Lucaslhm](https://github.com/Lucaslhm) (*[Maintained Repo](https://github.com/Lucaslhm/Flipper-IRDB)*) -* [UberGuidoZ](https://github.com/UberGuidoZ) (*[Maintained Fork](https://github.com/UberGuidoZ/Flipper-IRDB)*) -* [ezod](https://github.com/ezod) (*[Maintained Fork](https://github.com/logickworkshop/Flipper-IRDB)*) -* [amec0e](https://github.com/amec0e) -* [darmiel](https://github.com/darmiel) -* [DedHedZed](https://github.com/dedhedzed) -* [SkeletonMan](https://github.com/SkeletonMan03/) -* [Seall.DEV](https://github.com/sealldeveloper) -* [jaroslavmraz](https://github.com/jaroslavmraz) -* [E_Surge](https://github.com/ESurge) -* [Zecred](https://github.com/bussardrobbie) -* [wdoekes](https://github.com/wdoekes) -* ... plus MANY others! -## Make your own manually! +## Installation + +### Method 1: Copy Files to SD Card + +Directly copying the .ir files to the Flipper's SD card is the fastest and safest method, but you have to [dismount the SD card](https://docs.flipperzero.one/basics/sd-card#g4-removing-the-sd-card) and plug it into the computer directly. + +1. [Download and extract](https://github.com/logickworkshop/Flipper-IRDB/archive/refs/heads/main.zip) or [Git-clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) this repo to your computer. +2. Open the downloaded / cloned repository in a File Explorer. +3. [Dismount the SD card](https://docs.flipperzero.one/basics/sd-card#g4-removing-the-sd-card) from the Flipper and mount it to your computer +4. Copy the desired files from the Flipper-IRDB to the `infrared/` folder on your SD Card +5. Dismount the SD card from your computer and mount it to your Flipper + +### Method 2: Copy Files using [QFlipper](https://flipperzero.one/update) + +> [!IMPORTANT] +> Because of Flipper limitations, the transfer via QFlipper can take a long time, depending on how many files you want to copy. +> If you only want to copy several files, this will work fine, but if you want to load the entire Flipper-IRDB onto your Flipper, **we strongly recommend copying the files directly onto the SD card**. + +1. [Git-clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) or [Download and extract](https://github.com/logickworkshop/Flipper-IRDB/archive/refs/heads/main.zip) this repository to your computer. +2. Connect your Flipper to your PC using a USB-C cable. +3. Open [QFlipper](https://flipperzero.one/update) +4. Verify that your Flipper shows "Connected" +5. Ensure your Flipper is fully up-to-date: + 1. Look for the green "Update" button near the middle-right of the application. + 2. Press "Update" and allow the Flipper to complete the Update process and then reboot before continuing. +6. Open the File Manager by selecting the "File Manager" icon (piece of paper) on the top left of the QFlipper application. +7. Select `SD Card`, then navigate to the `infrared` folder by double-clicking its icon. +8. Drag the downloaded `.ir` files you want on your Flipper from the File Explorer into the QFlipper File Manager. + + +## Contributing + +We welcome contributions to Flipper-IRDB! +If you have any IR files that are not included in the repository, **we would love to have your additions**. + +This repo is organized in the following fashion in descending order: + +> `Device Type` > `Device Brand` > `Device Series` (if known/applicable) + +When adding remotes to this repo, it is helpful to ensure your device name(s) follow the `_.ir` naming scheme. +It is also helpful to ensure your model numbers are capitalized, as per the following examples: + +* :white_check_mark: `LG_55UN7300AUD.ir` +* :x: `LG_55UN7300AUD.txt` (wrong extension) +* :x: `lg_55un7300aud.ir` (model numbers not capitalized) +* :x: `tv.ir` (too generic) + +It's helpful to add further information as a comment directly into the IR file if possible. +Make, model, link, or even a short description can be helpful if the name is changed +(or just in general). + +```bash +Filetype: IR signals file +Version: 1 +# +# Dynex EN-21669D TV <-- +# +name: Power +``` + +### Naming Scheme + +Please use this naming scheme for buttons. +This helps us create universal assets more easily and maintain cosistency. + +| TVs | Audio | ACs | +| --------- | -------- | --------- | +| `Power` | `Power` | `Off` | +| `Vol_up` | `Vol_up` | `Cool_hi` | +| `Vol_dn` | `Vol_dn` | `Cool_lo` | +| `Ch_next` | `Next` | `Heat_hi` | +| `Ch_prev` | `Prev` | `Heat_lo` | +| `Mute` | `Mute` | `Dh` | +| | `Play` | | +| | `Pause` | | -Did you know IR files are plain text files? If a remote is missing, you might be able to [make it manually](https://github.com/RandomDebugError/irdb). ## Universal Remotes -The maintainers (mostly amec0e) add individual additions to the various Universal Remotes in Unleashed, which are adapted by many other firmware options. If you would like to contribute to the Universal Remotes, please make sure to follow the naming convention below. For ACs, [this is an important read](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/UniversalRemotes.md). +The maintainers (mostly [amec0e](https://github.com/amec0e)) add individual additions to the various Universal Remotes in [unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware), which are adapted by many other firmware options. +If you would like to contribute to the Universal Remotes, please make sure to follow the [naming scheme](#naming-scheme) above. +For ACs, [this is an important read](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/UniversalRemotes.md). -## Organization -This repo is organized in the following fashion in descending order: -* Device Type -* Device Brand -* Device Series (Where known/applicable) +## Make your own manually! -When adding remotes to this repo, it is helpful to ensure your device name(s) follow the `brand_model.ir` naming scheme. It is also helpful to ensure your model numbers are capitalized, as per the following example: +Did you know IR files are plain text files? +If a remote is missing, you might be able to [make it manually](https://github.com/RandomDebugError/irdb). -`LG_55UN7300AUD.ir` -Please use this naming scheme for buttons. +## Maintainers -**FOR TV** +Maintainers / Major contributors include: -Power
-Mute
-Vol_up
-Ch_next
-Vol_dn
-Ch_prev + + + + + + + + + + + + + + + + + +
+ + Lucaslhm +
+ Lucaslhm +
+
+ + UberGuidoZ +
+ UberGuidoZ +
+
+ + ezod +
+ ezod +
+
+ + amec0e +
+ amec0e +
+
+ + darmiel +
+ darmiel +
+
+ + dedhedzed +
+ dedhedzed +
+
+ + SkeletonMan03 +
+ SkeletonMan03 +
+
+ + sealldeveloper +
+ sealldeveloper +
+
+ + jaroslavmraz +
+ jaroslavmraz +
+
+ + ESurge +
+ ESurge +
+
+ + bussardrobbie +
+ bussardrobbie +
+
+ + wdoekes +
+ wdoekes +
+
-**FOR AC** - -Off
-Cool_hi
-Cool_lo
-Heat_hi
-Heat_lo
-Dh - -**FOR AUDIO** - -Power
-Vol_up
-Vol_dn
-Mute
-Next
-Prev
-Play
-Pause - -Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example: - -`Filetype: IR signals file`
-`Version: 1`
-`#`
-`# Dynex EN-21669D TV` <---
-`#`
-`name: Power`
- -Make, model, link, or even a short description can be helpful if the name is changed (or just in general)! - -## To Install New Remotes On Your Flipper: - -1. Git clone this repo to your local PC. [Multiple options are explained here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). -2. Open the cloned repository in a File Explorer. -3. Connect your Flipper to your PC using a USB-C cable. -4. Open [QFlipper](https://flipperzero.one/update) -5. Verify that your Flipper shows "Connected" -6. Ensure your Flipper is fully up-to-date: - 1. Look for the green "Update" button near the middle-right of the application. - 2. Press "Update" and allow the Flipper to complete the Update process and then reboot before continuing. -7. Open the File Manager by selecting the "File Manager" icon (piece of paper) on the top left of the QFlipper application. -8. Select `SD Card`, then navigate to the `infrared` folder by double-clicking its icon. -9. Drag the .ir files you want on your Flipper from the File Explorer into the QFlipper File Manager. -10. Disconnect the Flipper from the PC and have fun! - -NOTE: If you plan to copy them all, it's highly recommended to [dismount the SD card](https://docs.flipperzero.one/basics/sd-card#g4-removing-the-sd-card) and plug it into the computer directly. +*plus MANY others!* From 96cf50d15e46cddbae87395b0ee24d263a232ed9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Aug 2023 20:47:59 +0200 Subject: [PATCH 02/63] fix: updated header ref --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb52fbd8..9c4d5187 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ - +

A maintained collective of different IR files for the Flipper Zero!

- ## Installation ### Method 1: Copy Files to SD Card @@ -187,7 +186,8 @@ Maintainers / Major contributors include: wdoekes + + plus MANY others! + - -*plus MANY others!* From e709401e900f4d946db10cd6779776bf5e7beb2f Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Tue, 29 Aug 2023 14:32:50 -0400 Subject: [PATCH 03/63] Added Bose 3-2-1 series 1 remote --- DVD_Players/Bose/Bose_3-2-1_Series_1.ir | 222 ++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 DVD_Players/Bose/Bose_3-2-1_Series_1.ir diff --git a/DVD_Players/Bose/Bose_3-2-1_Series_1.ir b/DVD_Players/Bose/Bose_3-2-1_Series_1.ir new file mode 100644 index 00000000..085a6890 --- /dev/null +++ b/DVD_Players/Bose/Bose_3-2-1_Series_1.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Bose AV 3-2-1 Media Center Series 1 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 4C B3 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 01 FE 00 00 +# +name: CD_DVD +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 53 AC 00 00 +# +name: Aux +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 0F F0 00 00 +# +name: Video1 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 0E F1 00 00 +# +name: Video2 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 0D F2 00 00 +# +name: AM +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 05 FA 00 00 +# +name: FM +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 59 A6 00 00 +# +name: Enter +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: E0 1F 00 00 +# +name: Up +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: C0 3F 00 00 +# +name: Left +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: A0 5F 00 00 +# +name: Right +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 60 9F 00 00 +# +name: Down +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 20 DF 00 00 +# +name: DVD_Menu +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 90 6F 00 00 +# +name: Settings +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 80 7F 00 00 +# +name: Track_up +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 19 E6 00 00 +# +name: Track_dn +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 18 E7 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 03 FC 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 02 FD 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 41 BE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 42 BD 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 43 BC 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 44 BB 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 45 BA 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 46 B9 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 47 B8 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 48 B7 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 49 B6 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 40 BF 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 1A E5 00 00 +# +name: Pause +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 36 C9 00 00 +# +name: Play +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 55 AA 00 00 +# +name: Scan_back +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 57 A8 00 00 +# +name: Scan_fwd +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 58 A7 00 00 +# +name: Shuffle +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 5C A3 00 00 +# +name: Repeat +type: parsed +protocol: NECext +address: BA 4B 00 00 +command: 9D 62 00 00 From 1952cdf789fe94b05b4cadfb9229ccf28e1d38e9 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:07:38 -0400 Subject: [PATCH 04/63] Added Marantz RC2100DR remotes Remote has a CD/CDR switch, so there are two remote files. --- .../Marantz_RC2100DR/Marantz_RC2100DR_CD.ir | 180 ++++++++++++++ .../Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir | 222 ++++++++++++++++++ 2 files changed, 402 insertions(+) create mode 100644 CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir create mode 100644 CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir diff --git a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir new file mode 100644 index 00000000..3ce4e572 --- /dev/null +++ b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir @@ -0,0 +1,180 @@ +Filetype: IR signals file +Version: 1 +# +# Marantz remote RC2100DR in CD mode. +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0C 00 00 00 +# +name: Tray +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 2D 00 00 00 +# +name: Door +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 891 882 1782 1770 1780 1770 1780 885 889 5324 1778 1771 891 884 1780 1772 1778 884 890 883 892 884 891 886 889 885 890 +# +name: Repeat +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 1D 00 00 00 +# +name: Prog +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 24 00 00 00 +# +name: Random +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 1C 00 00 00 +# +name: 1 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 00 00 00 00 +# +name: Display +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0F 00 00 00 +# +name: Scroll +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0B 00 00 00 +# +name: Cdr +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 3F 00 00 00 +# +name: Cd +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 3F 00 00 00 +# +name: Menu +type: parsed +protocol: RC5X +address: 14 00 00 00 +command: 12 00 00 00 +# +name: Prev +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 21 00 00 00 +# +name: Next +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 20 00 00 00 +# +name: Cancel +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 31 00 00 00 +# +name: Rev +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 32 00 00 00 +# +name: Ff +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 34 00 00 00 +# +name: Pause +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 36 00 00 00 +# +name: Play +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 35 00 00 00 diff --git a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir new file mode 100644 index 00000000..00026d56 --- /dev/null +++ b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Marantz remote RC2100DR in CD-R mode +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0C 00 00 00 +# +name: Tray +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 2D 00 00 00 +# +name: Door +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 892 884 1780 1769 893 883 1781 1772 1754 5346 1755 1795 866 909 1755 1796 1754 910 863 908 867 909 866 908 867 908 867 76355 867 910 1754 1794 867 909 1755 1795 1755 5346 1755 1796 865 909 1755 1795 1755 908 866 908 867 910 865 910 865 908 867 +# +name: Repeat +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 1D 00 00 00 +# +name: Prog +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 24 00 00 00 +# +name: Random +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 1C 00 00 00 +# +name: 1 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 00 00 00 00 +# +name: Display +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0F 00 00 00 +# +name: Scroll +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0B 00 00 00 +# +name: Cdr +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 3F 00 00 00 +# +name: Cd +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 3F 00 00 00 +# +name: Menu +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 12 00 00 00 +# +name: Prev +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 21 00 00 00 +# +name: Next +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 20 00 00 00 +# +name: Cancel +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 31 00 00 00 +# +name: Rev +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 32 00 00 00 +# +name: Ff +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 34 00 00 00 +# +name: Pause +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 36 00 00 00 +# +name: Play +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 35 00 00 00 +# +name: Tr_incr +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 32 00 00 00 +# +name: Rec +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 37 00 00 00 +# +name: Rec_type +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 891 884 1780 1770 891 883 1781 1770 1780 5321 891 883 1781 1770 891 883 892 884 1780 881 893 1771 1780 1771 1779 76330 890 885 1755 1793 893 884 1756 1795 1755 5345 891 884 1756 1796 890 884 891 884 1756 906 892 1772 1755 1795 1755 +# +name: Source +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 38 00 00 00 +# +name: Scan +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 2B 00 00 00 +# +name: Dimmer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1781 881 920 1744 919 856 1781 1767 1783 4432 919 854 921 854 921 1743 920 855 920 855 1782 881 920 856 919 855 920 855 920 854 921 76301 1782 883 918 1742 921 857 1780 1768 1782 4430 921 853 922 853 922 1742 921 855 920 856 1781 880 921 856 919 854 921 854 921 855 920 +# +name: Enter +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 17 00 00 00 From 0102923cd94e55b1d8ca4fffdcf523804240fab2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:09:08 -0400 Subject: [PATCH 05/63] Add files via upload --- .../Sony_RM_AMU009_Sony_Audio_System_CMT.ir | 180 ++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir diff --git a/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir b/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir new file mode 100644 index 00000000..282b4458 --- /dev/null +++ b/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir @@ -0,0 +1,180 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RM-AMU009 for Sony Audio System CMT series +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 15 00 00 00 +# +name: Sleep +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 60 00 00 00 +# +name: Display +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 4B 00 00 00 +# +name: Mode +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 28 00 00 00 +# +name: Repeat +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 2D 00 00 00 +# +name: Clear +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 0F 00 00 00 +# +name: Eq +type: parsed +protocol: SIRC15 +address: 90 00 00 00 +command: 63 00 00 00 +# +name: Tuner_memory +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 0E 00 00 00 +# +name: Timer_menu +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 65 00 00 00 +# +name: Up +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 78 00 00 00 +# +name: Left +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 7A 00 00 00 +# +name: Right +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 7B 00 00 00 +# +name: Down +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 79 00 00 00 +# +name: Select +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 7C 00 00 00 +# +name: Return +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 7D 00 00 00 +# +name: Tool_menu +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 73 00 00 00 +# +name: Prev +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 30 00 00 00 +# +name: Next +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 31 00 00 00 +# +name: Bkwd +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 33 00 00 00 +# +name: Fwd +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 34 00 00 00 +# +name: Plus +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 2F 00 00 00 +# +name: Minus +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 2E 00 00 00 +# +name: Play +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 32 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 39 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC20 +address: 3A 07 00 00 +command: 38 00 00 00 +# +name: Vol_up +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 12 00 00 00 +# +name: Vol_down +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 13 00 00 00 +# +name: Func_up +type: parsed +protocol: SIRC15 +address: 90 00 00 00 +command: 69 00 00 00 +# +name: Func_down +type: parsed +protocol: SIRC15 +address: 90 00 00 00 +command: 6A 00 00 00 From 0207d4f8cb42257cbab85802be57878e63d9588b Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:10:04 -0400 Subject: [PATCH 06/63] Bad directory --- .../Marantz_RC2100DR/Marantz_RC2100DR_CD.ir | 180 -------------- .../Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir | 222 ------------------ 2 files changed, 402 deletions(-) delete mode 100644 CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir delete mode 100644 CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir diff --git a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir deleted file mode 100644 index 3ce4e572..00000000 --- a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir +++ /dev/null @@ -1,180 +0,0 @@ -Filetype: IR signals file -Version: 1 -# -# Marantz remote RC2100DR in CD mode. -# -# Captured by: emptythevoid -# -name: Power -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 0C 00 00 00 -# -name: Tray -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 2D 00 00 00 -# -name: Door -type: raw -frequency: 38000 -duty_cycle: 0.330000 -data: 891 882 1782 1770 1780 1770 1780 885 889 5324 1778 1771 891 884 1780 1772 1778 884 890 883 892 884 891 886 889 885 890 -# -name: Repeat -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 1D 00 00 00 -# -name: Prog -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 24 00 00 00 -# -name: Random -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 1C 00 00 00 -# -name: 1 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 01 00 00 00 -# -name: 2 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 02 00 00 00 -# -name: 3 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 03 00 00 00 -# -name: 4 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 04 00 00 00 -# -name: 5 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 05 00 00 00 -# -name: 6 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 06 00 00 00 -# -name: 7 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 07 00 00 00 -# -name: 8 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 08 00 00 00 -# -name: 9 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 09 00 00 00 -# -name: 0 -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 00 00 00 00 -# -name: Display -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 0F 00 00 00 -# -name: Scroll -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 0B 00 00 00 -# -name: Cdr -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 3F 00 00 00 -# -name: Cd -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 3F 00 00 00 -# -name: Menu -type: parsed -protocol: RC5X -address: 14 00 00 00 -command: 12 00 00 00 -# -name: Prev -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 21 00 00 00 -# -name: Next -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 20 00 00 00 -# -name: Cancel -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 31 00 00 00 -# -name: Rev -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 32 00 00 00 -# -name: Ff -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 34 00 00 00 -# -name: Pause -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 30 00 00 00 -# -name: Stop -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 36 00 00 00 -# -name: Play -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 35 00 00 00 diff --git a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir b/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir deleted file mode 100644 index 00026d56..00000000 --- a/CD_Players/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir +++ /dev/null @@ -1,222 +0,0 @@ -Filetype: IR signals file -Version: 1 -# -# Marantz remote RC2100DR in CD-R mode -# -# Captured by: emptythevoid -# -name: Power -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 0C 00 00 00 -# -name: Tray -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 2D 00 00 00 -# -name: Door -type: raw -frequency: 38000 -duty_cycle: 0.330000 -data: 892 884 1780 1769 893 883 1781 1772 1754 5346 1755 1795 866 909 1755 1796 1754 910 863 908 867 909 866 908 867 908 867 76355 867 910 1754 1794 867 909 1755 1795 1755 5346 1755 1796 865 909 1755 1795 1755 908 866 908 867 910 865 910 865 908 867 -# -name: Repeat -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 1D 00 00 00 -# -name: Prog -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 24 00 00 00 -# -name: Random -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 1C 00 00 00 -# -name: 1 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 01 00 00 00 -# -name: 2 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 02 00 00 00 -# -name: 3 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 03 00 00 00 -# -name: 4 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 04 00 00 00 -# -name: 5 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 05 00 00 00 -# -name: 6 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 06 00 00 00 -# -name: 7 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 07 00 00 00 -# -name: 8 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 08 00 00 00 -# -name: 9 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 09 00 00 00 -# -name: 0 -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 00 00 00 00 -# -name: Display -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 0F 00 00 00 -# -name: Scroll -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 0B 00 00 00 -# -name: Cdr -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 3F 00 00 00 -# -name: Cd -type: parsed -protocol: RC5 -address: 14 00 00 00 -command: 3F 00 00 00 -# -name: Menu -type: parsed -protocol: RC5X -address: 1A 00 00 00 -command: 12 00 00 00 -# -name: Prev -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 21 00 00 00 -# -name: Next -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 20 00 00 00 -# -name: Cancel -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 31 00 00 00 -# -name: Rev -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 32 00 00 00 -# -name: Ff -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 34 00 00 00 -# -name: Pause -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 30 00 00 00 -# -name: Stop -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 36 00 00 00 -# -name: Play -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 35 00 00 00 -# -name: Tr_incr -type: parsed -protocol: RC5X -address: 1A 00 00 00 -command: 32 00 00 00 -# -name: Rec -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 37 00 00 00 -# -name: Rec_type -type: raw -frequency: 38000 -duty_cycle: 0.330000 -data: 891 884 1780 1770 891 883 1781 1770 1780 5321 891 883 1781 1770 891 883 892 884 1780 881 893 1771 1780 1771 1779 76330 890 885 1755 1793 893 884 1756 1795 1755 5345 891 884 1756 1796 890 884 891 884 1756 906 892 1772 1755 1795 1755 -# -name: Source -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 38 00 00 00 -# -name: Scan -type: parsed -protocol: RC5 -address: 1A 00 00 00 -command: 2B 00 00 00 -# -name: Dimmer -type: raw -frequency: 38000 -duty_cycle: 0.330000 -data: 1781 881 920 1744 919 856 1781 1767 1783 4432 919 854 921 854 921 1743 920 855 920 855 1782 881 920 856 919 855 920 855 920 854 921 76301 1782 883 918 1742 921 857 1780 1768 1782 4430 921 853 922 853 922 1742 921 855 920 856 1781 880 921 856 919 854 921 854 921 855 920 -# -name: Enter -type: parsed -protocol: RC5X -address: 1A 00 00 00 -command: 17 00 00 00 From b93bbfae8c2a2038841ccc8981fb22b848b99a9c Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:10:34 -0400 Subject: [PATCH 07/63] Add files via upload Remote has two modes, so two separate files --- .../Marantz_RC2100DR/Marantz_RC2100DR_CD.ir | 180 ++++++++++++++ .../Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir | 222 ++++++++++++++++++ 2 files changed, 402 insertions(+) create mode 100644 CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir create mode 100644 CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir diff --git a/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir b/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir new file mode 100644 index 00000000..3ce4e572 --- /dev/null +++ b/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CD.ir @@ -0,0 +1,180 @@ +Filetype: IR signals file +Version: 1 +# +# Marantz remote RC2100DR in CD mode. +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0C 00 00 00 +# +name: Tray +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 2D 00 00 00 +# +name: Door +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 891 882 1782 1770 1780 1770 1780 885 889 5324 1778 1771 891 884 1780 1772 1778 884 890 883 892 884 891 886 889 885 890 +# +name: Repeat +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 1D 00 00 00 +# +name: Prog +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 24 00 00 00 +# +name: Random +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 1C 00 00 00 +# +name: 1 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 00 00 00 00 +# +name: Display +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0F 00 00 00 +# +name: Scroll +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 0B 00 00 00 +# +name: Cdr +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 3F 00 00 00 +# +name: Cd +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 3F 00 00 00 +# +name: Menu +type: parsed +protocol: RC5X +address: 14 00 00 00 +command: 12 00 00 00 +# +name: Prev +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 21 00 00 00 +# +name: Next +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 20 00 00 00 +# +name: Cancel +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 31 00 00 00 +# +name: Rev +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 32 00 00 00 +# +name: Ff +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 34 00 00 00 +# +name: Pause +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 36 00 00 00 +# +name: Play +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 35 00 00 00 diff --git a/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir b/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir new file mode 100644 index 00000000..00026d56 --- /dev/null +++ b/CD_Players/Marantz/Marantz_RC2100DR/Marantz_RC2100DR_CDR.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Marantz remote RC2100DR in CD-R mode +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0C 00 00 00 +# +name: Tray +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 2D 00 00 00 +# +name: Door +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 892 884 1780 1769 893 883 1781 1772 1754 5346 1755 1795 866 909 1755 1796 1754 910 863 908 867 909 866 908 867 908 867 76355 867 910 1754 1794 867 909 1755 1795 1755 5346 1755 1796 865 909 1755 1795 1755 908 866 908 867 910 865 910 865 908 867 +# +name: Repeat +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 1D 00 00 00 +# +name: Prog +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 24 00 00 00 +# +name: Random +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 1C 00 00 00 +# +name: 1 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 00 00 00 00 +# +name: Display +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0F 00 00 00 +# +name: Scroll +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 0B 00 00 00 +# +name: Cdr +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 3F 00 00 00 +# +name: Cd +type: parsed +protocol: RC5 +address: 14 00 00 00 +command: 3F 00 00 00 +# +name: Menu +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 12 00 00 00 +# +name: Prev +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 21 00 00 00 +# +name: Next +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 20 00 00 00 +# +name: Cancel +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 31 00 00 00 +# +name: Rev +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 32 00 00 00 +# +name: Ff +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 34 00 00 00 +# +name: Pause +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 36 00 00 00 +# +name: Play +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 35 00 00 00 +# +name: Tr_incr +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 32 00 00 00 +# +name: Rec +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 37 00 00 00 +# +name: Rec_type +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 891 884 1780 1770 891 883 1781 1770 1780 5321 891 883 1781 1770 891 883 892 884 1780 881 893 1771 1780 1771 1779 76330 890 885 1755 1793 893 884 1756 1795 1755 5345 891 884 1756 1796 890 884 891 884 1756 906 892 1772 1755 1795 1755 +# +name: Source +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 38 00 00 00 +# +name: Scan +type: parsed +protocol: RC5 +address: 1A 00 00 00 +command: 2B 00 00 00 +# +name: Dimmer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1781 881 920 1744 919 856 1781 1767 1783 4432 919 854 921 854 921 1743 920 855 920 855 1782 881 920 856 919 855 920 855 920 854 921 76301 1782 883 918 1742 921 857 1780 1768 1782 4430 921 853 922 853 922 1742 921 855 920 856 1781 880 921 856 919 854 921 854 921 855 920 +# +name: Enter +type: parsed +protocol: RC5X +address: 1A 00 00 00 +command: 17 00 00 00 From 393b4ee04cf203be0394f5f543b0fdada9d9d1da Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:11:31 -0400 Subject: [PATCH 08/63] Added two remotes for Sony RCD-W500C Remote files are for Deck A and Deck B --- .../Sony_RM-R52_RCD-W500C_Deck-A.ir | 186 +++++++++++++++ .../Sony_RM-R52_RCD-W500C_Deck-B.ir | 216 ++++++++++++++++++ 2 files changed, 402 insertions(+) create mode 100644 CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-A.ir create mode 100644 CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-B.ir diff --git a/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-A.ir b/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-A.ir new file mode 100644 index 00000000..307414dd --- /dev/null +++ b/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-A.ir @@ -0,0 +1,186 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RM-R52 for Sony RCD-W500C, Deck A +# +# Captured by: emptythevoid +# +name: Play_mode +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 6C 00 00 00 +# +name: Repeat +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 2C 00 00 00 +# +name: Display +type: parsed +protocol: SIRC20 +address: 3A 13 00 00 +command: 18 00 00 00 +# +name: Scroll +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 7E 00 00 00 +# +name: Time +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 28 00 00 00 +# +name: Yes +type: parsed +protocol: SIRC20 +address: 3A 13 00 00 +command: 4A 00 00 00 +# +name: 1 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 00 00 00 00 +# +name: 2 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 01 00 00 00 +# +name: 3 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 02 00 00 00 +# +name: 4 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 03 00 00 00 +# +name: 5 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 04 00 00 00 +# +name: 6 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 05 00 00 00 +# +name: 7 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 06 00 00 00 +# +name: 8 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 07 00 00 00 +# +name: 9 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 08 00 00 00 +# +name: 10_0 +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 20 00 00 00 +# +name: 10+ +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 27 00 00 00 +# +name: Clear +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 0F 00 00 00 +# +name: Normal +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 63 00 00 00 +# +name: High +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 64 00 00 00 +# +name: Play +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 32 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 39 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 38 00 00 00 +# +name: Prev +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 30 00 00 00 +# +name: Next +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 31 00 00 00 +# +name: Rev +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 33 00 00 00 +# +name: Ff +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 34 00 00 00 +# +name: Disc_skip +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 3E 00 00 00 +# +name: Album+ +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 67 00 00 00 +# +name: Album- +type: parsed +protocol: SIRC +address: 11 00 00 00 +command: 66 00 00 00 diff --git a/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-B.ir b/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-B.ir new file mode 100644 index 00000000..91ba1792 --- /dev/null +++ b/CD_Players/Sony/Sony_RM-R52_RCD-W500C/Sony_RM-R52_RCD-W500C_Deck-B.ir @@ -0,0 +1,216 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RM-R52 for Sony RCD-W500C, Deck B +# +# Captured by: emptythevoid +# +name: Play_mode +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 17 00 00 00 +# +name: Sbm +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 60 00 00 00 +# +name: Repeat +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 26 00 00 00 +# +name: Display +type: parsed +protocol: SIRC20 +address: 3A 13 00 00 +command: 18 00 00 00 +# +name: Scroll +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 19 00 00 00 +# +name: Time +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 18 00 00 00 +# +name: Menu_no +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 6A 00 00 00 +# +name: Name_edit_select +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 3C 00 00 00 +# +name: Yes +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 6B 00 00 00 +# +name: 1 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 00 00 00 00 +# +name: 2 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 01 00 00 00 +# +name: 3 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 02 00 00 00 +# +name: 4 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 03 00 00 00 +# +name: 5 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 04 00 00 00 +# +name: 6 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 05 00 00 00 +# +name: 7 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 06 00 00 00 +# +name: 8 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 07 00 00 00 +# +name: 9 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 08 00 00 00 +# +name: 10_0 +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 09 00 00 00 +# +name: 10_+ +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 0A 00 00 00 +# +name: Clear +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 0F 00 00 00 +# +name: Input +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 66 00 00 00 +# +name: Normal +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 63 00 00 00 +# +name: High +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 64 00 00 00 +# +name: Finalize +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 50 00 00 00 +# +name: Erase +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 5A 00 00 00 +# +name: Rec +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 2D 00 00 00 +# +name: Play +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 2A 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 29 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 28 00 00 00 +# +name: Prev +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 20 00 00 00 +# +name: Next +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 21 00 00 00 +# +name: Rev +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 2B 00 00 00 +# +name: Ff +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 2C 00 00 00 +# +name: Rec_fader +type: parsed +protocol: SIRC20 +address: 5A 19 00 00 +command: 68 00 00 00 From 8ccf691ae3144b764d80503dade49b40dda43a55 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:14:33 -0400 Subject: [PATCH 09/63] added Sanyo Bluray NC088 remote --- Blu-Ray/Sanyo/Sanyo_Bluray_NC088.ir | 168 ++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 Blu-Ray/Sanyo/Sanyo_Bluray_NC088.ir diff --git a/Blu-Ray/Sanyo/Sanyo_Bluray_NC088.ir b/Blu-Ray/Sanyo/Sanyo_Bluray_NC088.ir new file mode 100644 index 00000000..917fe63e --- /dev/null +++ b/Blu-Ray/Sanyo/Sanyo_Bluray_NC088.ir @@ -0,0 +1,168 @@ +Filetype: IR signals file +Version: 1 +# +# Sanyo remote NC088 for Sanyo Blu-ray player +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 41 BE 00 00 +# +name: Eject +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 44 BB 00 00 +# +name: Home +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 74 8B 00 00 +# +name: Disc_menu +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 71 8E 00 00 +# +name: Mode +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5C A3 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 77 88 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 75 8A 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 76 89 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 78 87 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 72 8D 00 00 +# +name: Search +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 57 A8 00 00 +# +name: Return +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 73 8C 00 00 +# +name: Rew +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 52 AD 00 00 +# +name: Fwd +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 53 AC 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5E A1 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5D A2 00 00 +# +name: Next +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5F A0 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 60 9F 00 00 +# +name: Pause +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5B A4 00 00 +# +name: Display +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 55 AA 00 00 +# +name: Repeat +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 50 AF 00 00 +# +name: Subtitle +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 7A 85 00 00 +# +name: Audio +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 7B 84 00 00 +# +name: R +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 8A 75 00 00 +# +name: G +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 3E C1 00 00 +# +name: B +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 9D 62 00 00 +# +name: Y +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 8B 74 00 00 From a186b0d90de839093e0ab75b059b5df0aa1fa4b2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:15:31 -0400 Subject: [PATCH 10/63] Added Evolution DM8-1002-CA remote --- .../Evolution_DTA-Cable_DM8-1002-CA.ir | 198 ++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 Cable_Boxes/Evolution/Evolution_DTA-Cable_DM8-1002-CA.ir diff --git a/Cable_Boxes/Evolution/Evolution_DTA-Cable_DM8-1002-CA.ir b/Cable_Boxes/Evolution/Evolution_DTA-Cable_DM8-1002-CA.ir new file mode 100644 index 00000000..13e06c13 --- /dev/null +++ b/Cable_Boxes/Evolution/Evolution_DTA-Cable_DM8-1002-CA.ir @@ -0,0 +1,198 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Evolution digital cable tuner "DTA Cable" model DM8-1002-CA Hardware Rev 1.0. +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 15 00 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 01 FE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 02 FD 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 03 FC 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 04 FB 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 05 FA 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 06 F9 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 07 F8 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 08 F7 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 09 F6 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 00 FF 00 00 +# +name: I +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 42 BD 00 00 +# +name: Guide +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 1A E5 00 00 +# +name: Red +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 16 E9 00 00 +# +name: Green +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 17 E8 00 00 +# +name: Yellow +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 18 E7 00 00 +# +name: Blue +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 19 E6 00 00 +# +name: Fav +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 47 B8 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 40 BF 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 0B F4 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 10 EF 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 11 EE 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 0E F1 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 0D F2 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 15 EA 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 1C E3 00 00 +# +name: Ch_up +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 1F E0 00 00 +# +name: Ch_dn +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 1E E1 00 00 +# +name: Rcl +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 43 BC 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 0C F3 00 00 +# +name: Exit +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 41 BE 00 00 +# +name: Lang +type: parsed +protocol: NECext +address: 40 40 00 00 +command: 1B E4 00 00 From 519c3d48501e483f90b4a69bed88c0fb18ddb4da Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:16:17 -0400 Subject: [PATCH 11/63] Add remote for Panasonic N2QAEC000017 MiniDV cam --- .../Panasonic_N2QAEC000017_MiniDV_remote.ir | 138 ++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 Cameras/Panasonic/Panasonic_N2QAEC000017_MiniDV_remote.ir diff --git a/Cameras/Panasonic/Panasonic_N2QAEC000017_MiniDV_remote.ir b/Cameras/Panasonic/Panasonic_N2QAEC000017_MiniDV_remote.ir new file mode 100644 index 00000000..8a0c7cb5 --- /dev/null +++ b/Cameras/Panasonic/Panasonic_N2QAEC000017_MiniDV_remote.ir @@ -0,0 +1,138 @@ +Filetype: IR signals file +Version: 1 +# +# Panasonic remote N2QAEC000017 for a Panasonic MiniDV Camera +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: Kaseikyo +address: 78 02 20 03 +command: C0 00 00 00 +# +name: Ext_display +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 70 01 00 00 +# +name: Photo_shot +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 60 02 00 00 +# +name: Date_time +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 70 02 00 00 +# +name: Audio_dub +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 90 00 00 00 +# +name: Zoom_t +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 20 02 00 00 +# +name: Zoom_w +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 30 02 00 00 +# +name: Play +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: A0 00 00 00 +# +name: Rec +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 80 00 00 00 +# +name: Rew +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 20 00 00 00 +# +name: Ff +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 30 00 00 00 +# +name: Still_adv_bck +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 70 00 00 00 +# +name: Still_adv_fwd +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: F0 00 00 00 +# +name: Pause +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 60 00 00 00 +# +name: Stop +type: parsed +protocol: Kaseikyo +address: 78 02 20 00 +command: 00 00 00 00 +# +name: Var_search +type: parsed +protocol: Kaseikyo +address: 79 02 20 02 +command: 00 00 00 00 +# +name: Menu +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 60 01 00 00 +# +name: Up +type: parsed +protocol: Kaseikyo +address: 79 02 20 03 +command: 00 01 00 00 +# +name: Left +type: parsed +protocol: Kaseikyo +address: 79 02 20 03 +command: 30 01 00 00 +# +name: Right +type: parsed +protocol: Kaseikyo +address: 79 02 20 03 +command: 20 01 00 00 +# +name: Down +type: parsed +protocol: Kaseikyo +address: 79 02 20 03 +command: 10 01 00 00 +# +name: Enter +type: parsed +protocol: Kaseikyo +address: 78 02 20 01 +command: 80 01 00 00 From d482b37422097857678845976ddf83bcfe4548f5 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:16:52 -0400 Subject: [PATCH 12/63] Add RMT 814 Handycam remote --- Cameras/Sony/Sony_RMT_814_Handycam.ir | 120 ++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 Cameras/Sony/Sony_RMT_814_Handycam.ir diff --git a/Cameras/Sony/Sony_RMT_814_Handycam.ir b/Cameras/Sony/Sony_RMT_814_Handycam.ir new file mode 100644 index 00000000..d7c71c1a --- /dev/null +++ b/Cameras/Sony/Sony_RMT_814_Handycam.ir @@ -0,0 +1,120 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RMT-814 for Sony Handycam +# +# Captured by: emptythevoid +# +name: On_off +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 19 00 00 00 +# +name: Photo +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 15 00 00 00 +# +name: Display +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 5A 00 00 00 +# +name: Zero_set_memory +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 47 00 00 00 +# +name: Search_mode +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 2D 00 00 00 +# +name: Sm_back +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 57 00 00 00 +# +name: Sm_fwd +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 56 00 00 00 +# +name: Data_code +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 4C 00 00 00 +# +name: Rew +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1B 00 00 00 +# +name: Play +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1A 00 00 00 +# +name: Ff +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1C 00 00 00 +# +name: Back +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 18 00 00 00 +# +name: Forward +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 31 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 19 00 00 00 +# +name: Slow +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 23 00 00 00 +# +name: X2 +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 14 00 00 00 +# +name: Telephoto +type: parsed +protocol: SIRC15 +address: D9 00 00 00 +command: 1A 00 00 00 +# +name: Wide +type: parsed +protocol: SIRC15 +address: D9 00 00 00 +command: 1B 00 00 00 From a45c8fc53f624b233f19032dc89015bcdd0d29b2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:18:55 -0400 Subject: [PATCH 13/63] Added remote for PTZOptics NDI HX series cameras Remotes have a mode switch to toggle between four different cameras. I have captured each one as it's own .ir file --- .../PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM1.ir | 222 ++++++++++++++++++ .../PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM2.ir | 222 ++++++++++++++++++ .../PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM3.ir | 222 ++++++++++++++++++ .../PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM4.ir | 222 ++++++++++++++++++ 4 files changed, 888 insertions(+) create mode 100644 Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM1.ir create mode 100644 Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM2.ir create mode 100644 Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM3.ir create mode 100644 Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM4.ir diff --git a/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM1.ir b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM1.ir new file mode 100644 index 00000000..80edc55e --- /dev/null +++ b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM1.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for PTZOptics NDI HX series, Camera 1 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1B 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0C 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 11 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0E 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 10 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 12 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 14 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 19 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 16 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1D 00 00 00 +# +name: * +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 18 00 00 00 +# +name: # +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1A 00 00 00 +# +name: F1 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0B 00 00 00 +# +name: F2 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 13 00 00 00 +# +name: F3 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 03 00 00 00 +# +name: F4 +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 42 00 00 00 +# +name: Preset +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0F 00 00 00 +# +name: Reset +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 02 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1F 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 43 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 09 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 05 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 08 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0D 00 00 00 +# +name: Zoom + slow +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 20 00 00 00 +# +name: Zoom - slow +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 21 00 00 00 +# +name: Zoom + fast +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 00 00 00 00 +# +name: Zoom - fast +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 04 00 00 00 +# +name: Backlight +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 17 00 00 00 +# +name: Pt_rst +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1C 00 00 00 +# +name: Focus_auto +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 41 00 00 00 +# +name: Focus_far +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 06 00 00 00 +# +name: Focus_near +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 01 00 00 00 +# +name: Focus_manual +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 1E 00 00 00 diff --git a/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM2.ir b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM2.ir new file mode 100644 index 00000000..cc9bd70b --- /dev/null +++ b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM2.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for PTZOptics NDI HX series, Camera 2 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1B 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0C 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 11 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0E 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 10 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 12 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 14 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 19 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 16 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1D 00 00 00 +# +name: * +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 18 00 00 00 +# +name: # +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1A 00 00 00 +# +name: F1 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0B 00 00 00 +# +name: F2 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 13 00 00 00 +# +name: F3 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 03 00 00 00 +# +name: F4 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 42 00 00 00 +# +name: Preset +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0F 00 00 00 +# +name: Reset +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 02 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 05 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 08 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0D 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 09 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1F 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 43 00 00 00 +# +name: Zoom + slow +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 20 00 00 00 +# +name: Zoom - slow +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 21 00 00 00 +# +name: Zoom + fast +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 00 00 00 00 +# +name: Zoom - fast +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 04 00 00 00 +# +name: Backlight +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 17 00 00 00 +# +name: Pt_rst +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1C 00 00 00 +# +name: Focus_Auto +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 41 00 00 00 +# +name: Focus_Far +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 06 00 00 00 +# +name: Focus_Near +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 01 00 00 00 +# +name: Focus_Manual +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 1E 00 00 00 diff --git a/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM3.ir b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM3.ir new file mode 100644 index 00000000..44fbfbfc --- /dev/null +++ b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM3.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for PTZOptics NDI HX series, Camera 3 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1B 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0C 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 11 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0E 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 10 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 12 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 14 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 19 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 16 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1D 00 00 00 +# +name: * +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 18 00 00 00 +# +name: # +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1A 00 00 00 +# +name: F1 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0B 00 00 00 +# +name: F2 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 13 00 00 00 +# +name: F3 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 03 00 00 00 +# +name: F4 +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 42 00 00 00 +# +name: Preset +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0F 00 00 00 +# +name: Reset +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 02 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 05 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 08 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 0D 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 09 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1F 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 43 00 00 00 +# +name: Zoom + slow +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 20 00 00 00 +# +name: Zoom - slow +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 21 00 00 00 +# +name: Zoom + fast +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 00 00 00 00 +# +name: Zoom - fast +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 04 00 00 00 +# +name: Backlight +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 17 00 00 00 +# +name: Pt_rst +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1C 00 00 00 +# +name: Focus_Auto +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 41 00 00 00 +# +name: Focus_Far +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 06 00 00 00 +# +name: Focus_Near +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 01 00 00 00 +# +name: Focus_Manual +type: parsed +protocol: NEC +address: 46 00 00 00 +command: 1E 00 00 00 diff --git a/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM4.ir b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM4.ir new file mode 100644 index 00000000..689ac526 --- /dev/null +++ b/Cameras/PTZOptics/PTZOptics_NDI_HX/PTZOptics_NDI_HX_CAM4.ir @@ -0,0 +1,222 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for PTZOptics NDI HX series, Camera 4 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1B 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0C 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 11 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0E 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 10 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 12 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 14 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 19 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 16 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1D 00 00 00 +# +name: * +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 18 00 00 00 +# +name: # +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1A 00 00 00 +# +name: F1 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0B 00 00 00 +# +name: F2 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 13 00 00 00 +# +name: F3 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 03 00 00 00 +# +name: F4 +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 42 00 00 00 +# +name: Preset +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0F 00 00 00 +# +name: Reset +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 02 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 05 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 08 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 0D 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 09 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1F 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 43 00 00 00 +# +name: Zoom + slow +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 20 00 00 00 +# +name: Zoom - slow +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 21 00 00 00 +# +name: Zoom + fast +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 00 00 00 00 +# +name: Zoom - fast +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 04 00 00 00 +# +name: Backlight +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 17 00 00 00 +# +name: Pt_rst +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1C 00 00 00 +# +name: Focus_Auto +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 41 00 00 00 +# +name: Focus_Far +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 06 00 00 00 +# +name: Focus_Near +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 01 00 00 00 +# +name: Focus_Manual +type: parsed +protocol: NEC +address: 47 00 00 00 +command: 1E 00 00 00 From b246116d253814aebe9708b27b1b2586f9638e53 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:20:28 -0400 Subject: [PATCH 14/63] Added remote for Stinger UN1810 Car DVD player --- ...Stinger_HEIGH10_UN1810_DVD_Video_System.ir | 246 ++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 Car_Multimedia/DVD_Players/Stinger/Stinger_HEIGH10_UN1810_DVD_Video_System.ir diff --git a/Car_Multimedia/DVD_Players/Stinger/Stinger_HEIGH10_UN1810_DVD_Video_System.ir b/Car_Multimedia/DVD_Players/Stinger/Stinger_HEIGH10_UN1810_DVD_Video_System.ir new file mode 100644 index 00000000..5fda8d22 --- /dev/null +++ b/Car_Multimedia/DVD_Players/Stinger/Stinger_HEIGH10_UN1810_DVD_Video_System.ir @@ -0,0 +1,246 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Stinger HEIGH10 UN1810 DVD Video System Navigation Receiver +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 03 FC 00 00 +# +name: Open +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 01 FE 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 05 FA 00 00 +# +name: Play_pause +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 08 F7 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 1B E4 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 1D E2 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 51 AE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 52 AD 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 53 AC 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 54 AB 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 55 AA 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 56 A9 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 57 A8 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 58 A7 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 59 A6 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 50 AF 00 00 +# +name: Navi_av +type: parsed +protocol: NECext +address: 83 3B 00 00 +command: 02 FD 00 00 +# +name: Srch +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 5F A0 00 00 +# +name: Band +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 0A F5 00 00 +# +name: Set +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 5F A0 00 00 +# +name: Back +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 1C E3 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 26 D9 00 00 +# +name: Pic +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 27 D8 00 00 +# +name: Tag +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 04 FB 00 00 +# +name: Title +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 05 FA 00 00 +# +name: Root +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 04 FB 00 00 +# +name: Rpt +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 18 E7 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 0F F0 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 0E F1 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 0C F3 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 0D F2 00 00 +# +name: Ent +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 1E E1 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 15 EA 00 00 +# +name: Next +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 14 EB 00 00 +# +name: Rew +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 63 9C 00 00 +# +name: Ff +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 62 9D 00 00 +# +name: Zoom +type: parsed +protocol: NECext +address: 86 60 00 00 +command: 28 D7 00 00 +# +name: Audio +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 5D A2 00 00 +# +name: Angle +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 5E A1 00 00 +# +name: Sub_t +type: parsed +protocol: NECext +address: 87 61 00 00 +command: 5C A3 00 00 From 95bc3f4f9e95e25094084ecde134405f4f6b413a Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:21:14 -0400 Subject: [PATCH 15/63] Added remote for Toyota Sienna 2010 Rear Seat DVD --- ...ota_Sienna_2010_Rear_Seat_Entertainment.ir | 162 ++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 Car_Multimedia/DVD_Players/Toyota/Toyota_Sienna_2010_Rear_Seat_Entertainment.ir diff --git a/Car_Multimedia/DVD_Players/Toyota/Toyota_Sienna_2010_Rear_Seat_Entertainment.ir b/Car_Multimedia/DVD_Players/Toyota/Toyota_Sienna_2010_Rear_Seat_Entertainment.ir new file mode 100644 index 00000000..927764b7 --- /dev/null +++ b/Car_Multimedia/DVD_Players/Toyota/Toyota_Sienna_2010_Rear_Seat_Entertainment.ir @@ -0,0 +1,162 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Toyota Sienna 2010 Rear Seat Entertainment +# +# Captured by: emptythevoid +# +name: On_dvd +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 18 E7 00 00 +# +name: On_video +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 12 ED 00 00 +# +name: Option +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 11 EE 00 00 +# +name: Off +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 0C F3 00 00 +# +name: Chapter_up +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 0A F5 00 00 +# +name: Track_down +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 0B F4 00 00 +# +name: Folder_up +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 4E B1 00 00 +# +name: Folder_down +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 4F B0 00 00 +# +name: Enter +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 28 D7 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 20 DF 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 22 DD 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 23 DC 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 21 DE 00 00 +# +name: Play_pause +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 1E E1 00 00 +# +name: Back +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 1C E3 00 00 +# +name: Forward +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 1F E0 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 1D E2 00 00 +# +name: Top_menu +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 1A E5 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 19 E6 00 00 +# +name: Set_up +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 41 BE 00 00 +# +name: Search +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 45 BA 00 00 +# +name: Sub_title +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 42 BD 00 00 +# +name: Audio +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 43 BC 00 00 +# +name: Angle +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 44 BB 00 00 +# +name: Size +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 16 E9 00 00 +# +name: Display +type: parsed +protocol: NECext +address: 80 E7 00 00 +command: 15 EA 00 00 From 8c4fe8d21ab313b0ad91c99ce9458e830f6704db Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:21:51 -0400 Subject: [PATCH 16/63] Added remote for GPX D2816 --- DVD_Players/GPX/GPX_D2816.ir | 288 +++++++++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 DVD_Players/GPX/GPX_D2816.ir diff --git a/DVD_Players/GPX/GPX_D2816.ir b/DVD_Players/GPX/GPX_D2816.ir new file mode 100644 index 00000000..ab9c9b60 --- /dev/null +++ b/DVD_Players/GPX/GPX_D2816.ir @@ -0,0 +1,288 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for GPX D2816 DVD player +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: Eject +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Goto +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: Step +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 48 00 00 00 +# +name: Prog +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 49 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4A 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1D 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1F 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0D 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 19 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1B 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 11 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 17 00 00 00 +# +name: 0_10 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 +# +name: 10plus +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 59 00 00 00 +# +name: Audio +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 57 00 00 00 +# +name: Subtitle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 41 00 00 00 +# +name: Zoom +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 46 00 00 00 +# +name: A_B +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4B 00 00 00 +# +name: OSD +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 52 00 00 00 +# +name: Return +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 53 00 00 00 +# +name: Repeat +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 55 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 56 00 00 00 +# +name: Angle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 43 00 00 00 +# +name: Video +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 01 00 00 00 +# +name: Slow +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5F 00 00 00 +# +name: Setup +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 50 00 00 00 +# +name: L_R +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 47 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5E 00 00 00 +# +name: N_P +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: PBC +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Title +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1E 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 42 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1A 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 From ae9c3365fc0eb0c4e3f75f5cf33a7e5e8fa0e412 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:22:23 -0400 Subject: [PATCH 17/63] Added remote for Magnavox NB098 --- DVD_Players/Magnavox/Magnavox_NB098.ir | 240 +++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 DVD_Players/Magnavox/Magnavox_NB098.ir diff --git a/DVD_Players/Magnavox/Magnavox_NB098.ir b/DVD_Players/Magnavox/Magnavox_NB098.ir new file mode 100644 index 00000000..14045b15 --- /dev/null +++ b/DVD_Players/Magnavox/Magnavox_NB098.ir @@ -0,0 +1,240 @@ +Filetype: IR signals file +Version: 1 +# +# Magnavox DVD NB098 remote +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 41 BE 00 00 +# +name: Display +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 55 AA 00 00 +# +name: Search_mode +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 57 A8 00 00 +# +name: Eject +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 44 BB 00 00 +# +name: Audio +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 7B 84 00 00 +# +name: Subtitle +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 7A 85 00 00 +# +name: Angle +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 79 86 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 45 BA 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 46 B9 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 47 B8 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 48 B7 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 49 B6 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4A B5 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4B B4 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4C B3 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4D B2 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4E B1 00 00 +# +name: Clear +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 58 A7 00 00 +# +name: HDMI +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 51 AE 00 00 +# +name: Repeat +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 50 AF 00 00 +# +name: A_B +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 43 BC 00 00 +# +name: Pause +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5B A4 00 00 +# +name: Skip_back +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5D A2 00 00 +# +name: Skip_fwd +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5F A0 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5E A1 00 00 +# +name: Rev +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 52 AD 00 00 +# +name: Fwd +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 53 AC 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 60 9F 00 00 +# +name: Setup +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 74 8B 00 00 +# +name: Top_menu +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 70 8F 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 71 8E 00 00 +# +name: Mode +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5C A3 00 00 +# +name: Zoom +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 81 7E 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 77 88 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 75 8A 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 76 89 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 78 87 00 00 +# +name: Enter +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 72 8D 00 00 +# +name: Return +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 73 8C 00 00 From 75320fb3c39e5654f96724c3e612a4ca00b21aa3 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:22:46 -0400 Subject: [PATCH 18/63] Add remote for Magnavox MWD 2206 --- .../Magnavox/Magnavox_NB179_MWD_2206.ir | 265 ++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 DVD_Players/Magnavox/Magnavox_NB179_MWD_2206.ir diff --git a/DVD_Players/Magnavox/Magnavox_NB179_MWD_2206.ir b/DVD_Players/Magnavox/Magnavox_NB179_MWD_2206.ir new file mode 100644 index 00000000..79ddcc2d --- /dev/null +++ b/DVD_Players/Magnavox/Magnavox_NB179_MWD_2206.ir @@ -0,0 +1,265 @@ +Filetype: IR signals file +Version: 1 +# +# Magnavox remote NB179 for Magnavox MWD2206 VCR/DVD player +# Missing ch_up and ch_dn, as they could not be captured +# +# Captured by: emptythevoid +# +name: Standby_on +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3460 3489 851 887 850 885 852 859 851 2650 852 858 879 2622 852 884 853 857 853 885 852 885 852 885 852 2624 850 2623 851 2650 851 2624 850 885 852 2624 850 886 851 2623 851 2622 852 2652 849 2624 850 2625 849 886 851 33576 3460 3490 850 887 850 886 851 859 851 2651 850 859 878 2623 851 887 850 859 851 887 850 887 850 886 851 2624 850 2625 849 2652 850 2625 849 887 850 2624 850 886 851 2624 850 2625 849 2651 850 2625 850 2624 850 888 849 +# +name: Speed +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3512 3434 908 831 906 830 907 2568 906 2567 908 830 907 2566 908 2595 907 2566 908 830 907 2566 908 2567 934 2566 908 2570 904 2569 932 803 907 829 908 2567 907 830 907 830 907 831 906 2566 908 830 907 803 907 831 906 33462 3513 3437 906 829 908 831 906 2568 906 2569 905 830 907 2569 905 2594 907 2569 905 830 907 2569 905 2570 931 2568 906 2570 904 2569 932 803 907 831 906 2570 904 831 906 831 906 831 906 2568 907 832 905 804 906 832 905 +# +name: Audio +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 7B 84 00 00 +# +name: Eject +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 44 BB 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 45 BA 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 46 B9 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 47 B8 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 48 B7 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 49 B6 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4A B5 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4B B4 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4C B3 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4D B2 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 4E B1 00 00 +# +name: 10_plus +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 51 AE 00 00 +# +name: VCR_TV +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3437 906 832 905 832 905 803 907 2595 906 802 935 2569 906 831 906 804 906 831 906 831 906 832 905 803 907 2597 905 2568 906 2569 905 832 905 2568 906 835 902 2568 934 2570 904 2568 906 2568 934 2569 905 2571 903 33500 3484 3465 905 830 907 832 905 807 903 2596 906 804 933 2568 906 831 906 805 905 831 906 831 906 833 904 803 907 2596 906 2570 904 2567 908 831 906 2569 905 830 907 2567 935 2567 908 2568 906 2569 933 2569 905 2568 906 +# +name: Slow +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3487 3461 880 859 878 831 879 860 877 2596 878 860 877 2596 906 2595 879 857 880 2595 879 2598 876 859 878 859 878 2596 878 2596 878 2623 879 832 905 2596 878 859 878 830 880 2622 880 831 879 858 879 2596 905 2596 879 33526 3486 3465 902 831 906 805 905 834 903 2571 904 834 903 2569 932 2571 904 833 904 2569 906 2569 905 831 906 833 904 2569 906 2569 906 2595 907 806 931 2569 905 831 906 804 906 2596 906 804 906 832 905 2568 934 2569 906 +# +name: Pause +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5B A4 00 00 +# +name: Dvd +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3454 3467 901 837 873 862 875 2600 874 2627 874 835 875 2627 875 2600 874 862 875 2601 873 2600 902 834 876 2627 875 2599 875 2600 874 863 874 861 876 2600 874 862 875 863 874 2600 874 862 875 835 875 2627 875 837 900 +# +name: Vcr +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3457 3491 878 860 877 833 877 2624 877 2598 877 860 877 2598 876 859 878 861 876 2597 877 2597 877 860 877 2597 877 2625 877 2597 877 860 877 831 906 2598 877 859 878 2598 876 2598 877 860 877 860 877 2598 876 859 878 33531 3481 3466 878 859 878 859 878 2597 877 2596 878 859 878 2598 876 859 878 860 877 2598 876 2625 877 832 878 2626 875 2598 876 2598 877 860 877 860 877 2597 877 859 878 2598 876 2624 878 833 877 860 877 2597 877 860 877 +# +name: Display +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3486 3436 905 831 879 860 877 858 879 2596 878 858 879 2598 876 859 878 2597 877 2625 877 831 879 859 878 860 877 2597 877 2597 905 2597 877 857 880 2601 873 860 877 2597 877 858 879 830 907 2599 875 2596 878 2596 906 33463 3486 3465 876 861 876 859 878 831 879 2624 878 831 906 2595 879 860 877 2598 877 2596 878 859 878 858 879 830 907 2596 878 2599 876 2596 906 832 878 2624 877 831 879 2622 879 832 878 859 878 2596 905 2597 878 2597 877 +# +name: Play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3487 3438 903 833 877 859 878 860 877 2596 878 861 876 2599 875 860 877 2598 876 860 877 2596 878 860 877 861 876 2597 877 2597 905 2597 878 858 879 2597 878 859 878 2597 877 860 877 2598 877 858 879 2599 876 2597 904 33497 3487 3463 878 860 877 859 878 832 878 2624 878 832 905 2598 876 860 877 2598 876 860 877 2597 877 859 878 834 903 2597 877 2597 877 2598 904 834 876 2623 879 832 878 2627 875 832 878 2626 876 832 905 2599 875 2598 877 +# +name: Stop +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3456 3494 875 862 875 834 876 861 876 2598 876 862 875 2599 903 834 876 861 876 2602 873 2627 874 2599 876 860 877 2599 875 2600 875 2627 874 834 903 2599 876 861 876 2599 875 2600 875 861 876 860 877 834 903 2601 873 33527 3456 3465 904 835 875 861 876 860 877 2598 877 861 876 2599 875 863 874 861 876 2598 877 2600 874 2626 876 835 875 2626 876 2599 876 2599 875 861 876 2598 903 834 876 2626 876 2599 875 861 876 834 876 861 876 2599 903 +# +name: Rew +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3482 3466 878 860 877 860 877 833 877 2625 877 834 903 2598 876 860 877 833 877 2626 876 2597 877 860 877 834 903 2598 877 2597 877 2598 904 832 878 2626 876 833 877 2625 877 2598 876 859 878 832 905 2598 877 2598 876 33546 3483 3440 904 834 876 859 878 861 876 2596 878 861 876 2598 876 859 878 858 879 2597 877 2597 877 860 877 859 878 2597 877 2597 905 2596 879 858 879 2597 877 860 877 2596 878 2597 878 859 878 859 878 2597 877 2597 904 +# +name: Ff +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3484 3464 907 829 908 830 907 804 906 2596 906 804 933 2569 878 858 879 832 878 2622 880 831 879 858 879 860 877 2596 878 2623 879 2597 877 858 879 2597 877 857 880 2595 879 2594 880 857 880 2595 907 2595 879 2595 880 33544 3485 3437 907 831 906 831 906 830 907 2568 906 830 907 2567 907 831 906 830 907 2567 907 830 907 805 932 802 908 2594 908 2568 907 2567 907 832 905 2568 906 831 906 2568 879 2622 879 831 906 2596 878 2596 879 2596 906 +# +name: Rec +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3485 3462 905 831 906 805 905 834 903 2570 904 832 905 2570 931 804 906 2596 906 806 904 2597 905 2571 903 832 905 2569 906 2570 904 2596 906 807 930 2571 904 832 905 2571 904 831 906 2570 905 832 905 805 906 2596 905 33493 3485 3463 904 834 903 834 903 806 904 2597 905 804 907 2599 901 832 905 2571 904 833 904 2570 904 2570 905 832 905 2570 904 2597 905 2571 878 858 905 2569 880 859 878 2597 878 859 878 2595 905 835 902 832 879 2596 904 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3455 3467 902 835 875 861 876 862 875 2601 874 863 874 2600 874 2601 901 836 874 2627 875 835 875 2627 875 835 875 2628 874 2601 873 2600 875 863 874 2600 902 837 873 863 874 2601 873 864 873 2602 873 862 875 2601 901 33500 3454 3494 875 863 874 836 874 862 875 2599 875 863 874 2601 901 2601 874 863 874 2600 875 862 875 2600 875 863 874 2602 872 2601 874 2628 874 837 900 2601 874 863 874 836 874 2628 874 837 873 2628 874 836 901 2601 874 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3484 3466 878 858 879 858 879 2596 879 2595 880 858 879 2594 881 857 880 2595 907 831 879 2623 879 833 877 857 880 2594 880 2622 880 831 906 831 879 2621 881 832 878 2622 880 830 880 2622 879 829 908 2595 879 2595 880 33581 3484 3465 906 831 906 802 908 2595 907 2568 907 830 907 2567 907 830 907 2568 907 830 907 2567 907 831 906 831 906 2567 908 2567 907 830 907 830 907 2567 908 830 907 2568 907 831 906 2569 906 830 907 2568 934 2568 907 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3411 933 806 904 831 906 2568 907 2596 906 804 906 2596 906 805 932 802 908 2595 907 2568 906 863 874 805 905 2596 906 2567 907 832 905 831 906 2569 906 831 906 2569 905 2568 906 831 906 831 906 2568 906 2568 934 33470 3511 3438 906 831 906 831 906 2568 907 2568 906 830 907 2568 907 830 907 831 906 2569 906 2596 906 806 904 831 906 2569 906 2596 906 805 932 803 907 2596 906 803 907 2596 906 2570 904 830 907 804 933 2570 905 2569 906 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3459 3461 903 834 876 861 876 2598 876 2625 877 832 878 2628 874 834 903 833 877 2626 876 834 876 862 875 862 875 2599 876 2599 903 832 878 861 876 2599 876 862 875 2599 876 2625 876 834 903 2599 876 2598 877 2599 902 33521 3461 3488 876 860 877 833 877 2626 875 2598 877 860 877 2599 875 861 876 859 878 2597 878 861 876 835 875 860 877 2598 904 2598 876 860 877 834 876 2625 877 835 875 2626 876 2597 878 860 877 2599 876 2599 903 2598 876 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3512 3410 934 803 907 830 907 2568 907 2595 907 803 907 2594 908 803 934 805 905 2596 906 2568 907 2567 907 831 906 2569 906 2594 908 802 908 830 907 2567 935 803 907 2596 906 2568 906 829 908 804 906 830 907 2567 934 33527 3484 3464 907 831 906 831 906 2569 906 2568 906 829 908 2569 905 829 908 831 906 2569 905 2595 907 2570 904 831 906 2568 906 2568 906 832 905 830 907 2569 905 829 908 2569 905 2596 906 804 906 829 908 831 906 2568 906 +# +name: Enter +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 72 8D 00 00 +# +name: Setup +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 74 8B 00 00 +# +name: Top_menu +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 70 8F 00 00 +# +name: Return +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 73 8C 00 00 +# +name: Mode +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 5C A3 00 00 +# +name: Zoom +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 81 7E 00 00 +# +name: Search_mode +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3482 3465 879 857 880 832 878 859 878 2596 878 858 879 2595 906 2597 878 2596 878 2596 906 832 878 859 878 857 880 2597 877 2597 877 2623 879 832 905 2597 877 860 877 831 879 858 879 858 879 2597 878 2596 906 2597 878 33525 3484 3439 905 830 880 859 878 859 878 2596 878 859 878 2596 879 2595 906 2596 879 2597 877 858 879 859 878 831 879 2624 878 2595 879 2597 878 857 880 2595 907 831 879 859 878 857 880 832 905 2597 878 2597 878 2598 904 +# +name: Clear_reset +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3485 3440 931 805 905 831 906 831 906 2569 905 832 905 2568 907 2569 932 2570 905 2570 904 2569 933 803 907 829 908 2569 906 2594 908 2568 906 829 908 2569 905 831 906 832 905 804 906 830 907 831 906 2568 907 2568 933 33470 3512 3439 905 830 907 830 907 804 906 2597 905 803 934 2567 907 2569 906 2567 935 2568 907 2568 879 858 906 830 880 2597 878 2595 879 2624 878 831 879 2622 880 831 906 831 879 859 878 858 879 833 904 2597 877 2597 878 +# +name: Subtitle_T-set +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3483 3464 880 857 880 830 880 2624 878 2596 879 857 880 2596 879 2595 879 2625 877 831 906 831 879 2623 879 830 880 2623 879 2597 878 859 878 832 905 2596 879 858 879 832 878 859 878 2595 879 2623 879 832 905 2595 880 33494 3481 3439 905 831 879 856 881 2595 880 2622 880 832 878 2623 879 2596 878 2597 877 859 878 859 878 2595 880 859 878 2596 879 2623 879 834 876 859 878 2596 906 830 880 858 879 858 879 2596 879 2595 879 858 879 2597 904 +# +name: Angle +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 79 86 00 00 +# +name: Repeat +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 50 AF 00 00 +# +name: A-B +type: parsed +protocol: NECext +address: 87 22 00 00 +command: 43 BC 00 00 From ec174397e49ed3b36959201b26340108027d05b4 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:23:25 -0400 Subject: [PATCH 19/63] Add remote for Panasonic DVD/TV --- DVD_Players/Panasonic/Panasonic_DVD_TV.ir | 302 ++++++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 DVD_Players/Panasonic/Panasonic_DVD_TV.ir diff --git a/DVD_Players/Panasonic/Panasonic_DVD_TV.ir b/DVD_Players/Panasonic/Panasonic_DVD_TV.ir new file mode 100644 index 00000000..671de1c8 --- /dev/null +++ b/DVD_Players/Panasonic/Panasonic_DVD_TV.ir @@ -0,0 +1,302 @@ +Filetype: IR signals file +Version: 1 +# +name: Dvd_power +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: D0 03 00 00 +# +name: Tv_power +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: D0 03 00 00 +# +name: Tv_video +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 50 00 00 00 +# +name: Tv_chan_up +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 40 03 00 00 +# +name: Tv_chan_down +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 50 03 00 00 +# +name: Tv_vol_up +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 00 02 00 00 +# +name: Tv_vol_down +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 10 02 00 00 +# +name: 1 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 00 01 00 00 +# +name: 2 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 10 01 00 00 +# +name: 3 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 20 01 00 00 +# +name: 4 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 30 01 00 00 +# +name: 5 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 40 01 00 00 +# +name: 6 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 50 01 00 00 +# +name: 7 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 60 01 00 00 +# +name: 8 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 70 01 00 00 +# +name: 9 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 80 01 00 00 +# +name: 0 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 90 01 00 00 +# +name: Ch_up +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 40 03 00 00 +# +name: Ch_down +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 50 03 00 00 +# +name: Add_del_ch +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 60 03 00 00 +# +name: Delete +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 40 00 00 00 +# +name: Cancel_asterisk +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 30 00 00 00 +# +name: Input_select +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 00 01 00 00 +# +name: Skip_back +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 90 00 00 00 +# +name: Skip_forward +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: A0 00 00 00 +# +name: Slow_back +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 40 00 00 00 +# +name: Slow_forward +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 50 00 00 00 +# +name: Stop +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 00 00 00 00 +# +name: Pause +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 60 00 00 00 +# +name: Play +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: A0 00 00 00 +# +name: Time_slip +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: B0 00 00 00 +# +name: Cm_skip +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: C0 00 00 00 +# +name: Direct_navigator +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: B0 01 00 00 +# +name: Schedule +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: C0 03 00 00 +# +name: Functions +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 70 01 00 00 +# +name: Up +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 50 00 00 00 +# +name: Left +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 70 00 00 00 +# +name: Right +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 80 00 00 00 +# +name: Down +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 60 00 00 00 +# +name: Enter +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 20 00 00 00 +# +name: Sub_menu +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 00 00 00 00 +# +name: Return +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 10 00 00 00 +# +name: Audio +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 30 03 00 00 +# +name: Display +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 20 01 00 00 +# +name: Create_chapter +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 80 01 00 00 +# +name: Setup +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 40 01 00 00 +# +name: Rec +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 80 00 00 00 +# +name: Rec_mode +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 10 01 00 00 +# +name: Status +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: F0 01 00 00 +# +name: F_rec +type: parsed +protocol: Kaseikyo +address: B0 02 20 03 +command: 70 00 00 00 From b18313b847b82159f9ae8c45b240e933e9b43f23 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:24:42 -0400 Subject: [PATCH 20/63] Added remote for Panasonic EUR7621070 --- DVD_Players/Panasonic/Panasonic_EUR7621070.ir | 270 ++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 DVD_Players/Panasonic/Panasonic_EUR7621070.ir diff --git a/DVD_Players/Panasonic/Panasonic_EUR7621070.ir b/DVD_Players/Panasonic/Panasonic_EUR7621070.ir new file mode 100644 index 00000000..5f5f0ac8 --- /dev/null +++ b/DVD_Players/Panasonic/Panasonic_EUR7621070.ir @@ -0,0 +1,270 @@ +Filetype: IR signals file +Version: 1 +# +# Panasonic remote EUR7621070. Likely goes with DVD player DVD-S25 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: D0 03 00 00 +# +name: Sleep +type: parsed +protocol: Kaseikyo +address: B0 02 20 03 +command: B0 02 00 00 +# +name: Setup +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 40 01 00 00 +# +name: Eject +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 10 00 00 00 +# +name: 1 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 00 01 00 00 +# +name: 2 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 10 01 00 00 +# +name: 3 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 20 01 00 00 +# +name: 4 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 30 01 00 00 +# +name: 5 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 40 01 00 00 +# +name: 6 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 50 01 00 00 +# +name: 7 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 60 01 00 00 +# +name: 8 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 70 01 00 00 +# +name: 9 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 80 01 00 00 +# +name: 0 +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 90 01 00 00 +# +name: Greater_10 +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 90 00 00 00 +# +name: A_srd +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: E0 01 00 00 +# +name: Picture_mode +type: parsed +protocol: Kaseikyo +address: B0 02 20 03 +command: 00 00 00 00 +# +name: Fl_select +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 60 03 00 00 +# +name: Group +type: parsed +protocol: Kaseikyo +address: B0 02 20 03 +command: 00 02 00 00 +# +name: Cancel +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 30 00 00 00 +# +name: Prev +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 90 00 00 00 +# +name: Next +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: A0 00 00 00 +# +name: Rev +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 40 00 00 00 +# +name: Ff +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 50 00 00 00 +# +name: Stop +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 00 00 00 00 +# +name: Pause +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 60 00 00 00 +# +name: Play +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: A0 00 00 00 +# +name: Top_menu +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: B0 01 00 00 +# +name: Menu +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 00 00 00 00 +# +name: Up +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 50 00 00 00 +# +name: Left +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 70 00 00 00 +# +name: Right +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 80 00 00 00 +# +name: Down +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 60 00 00 00 +# +name: Enter +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 20 00 00 00 +# +name: Display +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 20 01 00 00 +# +name: Return +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 10 00 00 00 +# +name: Subtitle +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 10 01 00 00 +# +name: Audio +type: parsed +protocol: Kaseikyo +address: B0 02 20 00 +command: 30 03 00 00 +# +name: Angle +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: 00 01 00 00 +# +name: Quick_replay +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: B0 00 00 00 +# +name: Play_mode +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: D0 00 00 00 +# +name: Zoom +type: parsed +protocol: Kaseikyo +address: B0 02 20 03 +command: 10 00 00 00 +# +name: Repeat +type: parsed +protocol: Kaseikyo +address: B0 02 20 02 +command: C0 00 00 00 +# +name: Position_memory +type: parsed +protocol: Kaseikyo +address: B0 02 20 01 +command: 60 00 00 00 From 07b40a410c9fbdd22cccc3f89331d74da5a4446d Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:25:30 -0400 Subject: [PATCH 21/63] Added remote to Panasonic SA PT660 home theater --- .../Panasonic/Panasonic_SA_PT660.ir | 288 ++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 Audio_Video_Receivers/Panasonic/Panasonic_SA_PT660.ir diff --git a/Audio_Video_Receivers/Panasonic/Panasonic_SA_PT660.ir b/Audio_Video_Receivers/Panasonic/Panasonic_SA_PT660.ir new file mode 100644 index 00000000..0bf5ed98 --- /dev/null +++ b/Audio_Video_Receivers/Panasonic/Panasonic_SA_PT660.ir @@ -0,0 +1,288 @@ +Filetype: IR signals file +Version: 1 +# +# Panasonic remote N2QAYB000210 for Panasonic SA-PT660 home theater system +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: D1 03 00 00 +# +name: 1 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 01 01 00 00 +# +name: 2 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 11 01 00 00 +# +name: 3 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 21 01 00 00 +# +name: 4 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 31 01 00 00 +# +name: 5 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 41 01 00 00 +# +name: 6 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 51 01 00 00 +# +name: 7 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 61 01 00 00 +# +name: 8 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 71 01 00 00 +# +name: 9 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 81 01 00 00 +# +name: 0 +type: parsed +protocol: Kaseikyo +address: AC 02 20 00 +command: 91 01 00 00 +# +name: Tv_power +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: D0 03 00 00 +# +name: Tv_video +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 50 00 00 00 +# +name: Tv_vol_up +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 00 02 00 00 +# +name: Tv_vol_down +type: parsed +protocol: Kaseikyo +address: 80 02 20 00 +command: 10 02 00 00 +# +name: Dvd_2nd_select +type: parsed +protocol: Kaseikyo +address: A0 02 20 02 +command: 30 02 00 00 +# +name: Ipod +type: parsed +protocol: Kaseikyo +address: A0 02 20 02 +command: B0 01 00 00 +# +name: Fm_am_ext_in +type: parsed +protocol: Kaseikyo +address: A4 02 20 02 +command: 40 02 00 00 +# +name: One_touch_play +type: parsed +protocol: Kaseikyo +address: A2 02 20 01 +command: A2 01 00 00 +# +name: Vol_up +type: parsed +protocol: Kaseikyo +address: A0 02 20 00 +command: 00 02 00 00 +# +name: Vol_down +type: parsed +protocol: Kaseikyo +address: A0 02 20 00 +command: 10 02 00 00 +# +name: Disc +type: parsed +protocol: Kaseikyo +address: A2 02 20 02 +command: 42 02 00 00 +# +name: 10 +type: parsed +protocol: Kaseikyo +address: AC 02 20 02 +command: 41 00 00 00 +# +name: Skip_back +type: parsed +protocol: Kaseikyo +address: AC 02 20 01 +command: 91 00 00 00 +# +name: Skip_fwd +type: parsed +protocol: Kaseikyo +address: AC 02 20 01 +command: A1 00 00 00 +# +name: Slow_back +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 22 00 00 00 +# +name: Slow_fwd +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 32 00 00 00 +# +name: Stop +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 02 00 00 00 +# +name: Pause +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 62 00 00 00 +# +name: Play +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: A2 00 00 00 +# +name: Top_menu +type: parsed +protocol: Kaseikyo +address: A2 02 20 02 +command: B2 02 00 00 +# +name: Start +type: parsed +protocol: Kaseikyo +address: AC 02 20 02 +command: B1 02 00 00 +# +name: Up +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 42 03 00 00 +# +name: Left +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 72 03 00 00 +# +name: Right +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 62 03 00 00 +# +name: Down +type: parsed +protocol: Kaseikyo +address: A2 02 20 00 +command: 52 03 00 00 +# +name: Ok +type: parsed +protocol: Kaseikyo +address: A2 02 20 03 +command: 62 00 00 00 +# +name: Menu +type: parsed +protocol: Kaseikyo +address: A2 02 20 03 +command: 02 00 00 00 +# +name: Return +type: parsed +protocol: Kaseikyo +address: A2 02 20 03 +command: 42 00 00 00 +# +name: Functions +type: parsed +protocol: Kaseikyo +address: A2 02 20 01 +command: 72 01 00 00 +# +name: Dlp_ii +type: parsed +protocol: Kaseikyo +address: A0 02 20 02 +command: 40 03 00 00 +# +name: Repeat +type: parsed +protocol: Kaseikyo +address: A2 02 20 02 +command: B2 03 00 00 +# +name: Sleep +type: parsed +protocol: Kaseikyo +address: AC 02 20 02 +command: 71 01 00 00 +# +name: Cancel +type: parsed +protocol: Kaseikyo +address: A2 02 20 02 +command: 02 00 00 00 +# +name: Sound +type: parsed +protocol: Kaseikyo +address: A0 02 20 02 +command: 31 00 00 00 +# +name: Subwoofer_level +type: parsed +protocol: Kaseikyo +address: A0 02 20 03 +command: 50 01 00 00 +# +name: Muting +type: parsed +protocol: Kaseikyo +address: A0 02 20 00 +command: 20 03 00 00 From 6bee6cf9fdd37ca6471ddbef9ab9e04dfc6ab960 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:26:09 -0400 Subject: [PATCH 22/63] Added Sony RMTD185A remote --- .../Sony/Sony_DVD_RMTD185A_RMTD165A.ir | 289 ++++++++++++++++++ 1 file changed, 289 insertions(+) create mode 100644 DVD_Players/Sony/Sony_DVD_RMTD185A_RMTD165A.ir diff --git a/DVD_Players/Sony/Sony_DVD_RMTD185A_RMTD165A.ir b/DVD_Players/Sony/Sony_DVD_RMTD185A_RMTD165A.ir new file mode 100644 index 00000000..f909eada --- /dev/null +++ b/DVD_Players/Sony/Sony_DVD_RMTD185A_RMTD165A.ir @@ -0,0 +1,289 @@ +Filetype: IR signals file +Version: 1 +# +# Sony DVD remote RMT-D185A/RMT-D165A +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 15 00 00 00 +# +name: Tv_power +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 15 00 00 00 +# +name: Open_close +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 16 00 00 00 +# +name: 1 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 00 00 00 00 +# +name: 2 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 01 00 00 00 +# +name: 3 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 02 00 00 00 +# +name: 4 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 03 00 00 00 +# +name: 5 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 04 00 00 00 +# +name: 6 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 05 00 00 00 +# +name: 7 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 06 00 00 00 +# +name: 8 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 07 00 00 00 +# +name: 9 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 08 00 00 00 +# +name: 0 +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 09 00 00 00 +# +name: Vol_up +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 12 00 00 00 +# +name: Vol_down +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 13 00 00 00 +# +name: Tv_video +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 25 00 00 00 +# +name: Clear +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 0F 00 00 00 +# +name: Time_text +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 28 00 00 00 +# +name: Picture_mode +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 5B 00 00 00 +# +name: Audio +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 64 00 00 00 +# +name: Subtitle +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 63 00 00 00 +# +name: Angle +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 65 00 00 00 +# +name: Sur +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 5A 00 00 00 +# +name: Prev +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 30 00 00 00 +# +name: Next +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 31 00 00 00 +# +name: Zoom +type: parsed +protocol: SIRC20 +address: 5A 0C 00 00 +command: 79 00 00 00 +# +name: Picture_navi +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 50 00 00 00 +# +name: Scan_back +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 22 00 00 00 +# +name: Scan_fwd +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 23 00 00 00 +# +name: Inst_rply_adv_back +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 5C 00 00 00 +# +name: Ins_rply_adv_fwd +type: parsed +protocol: SIRC20 +address: 5A 0C 00 00 +command: 14 00 00 00 +# +name: Play +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 32 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 39 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 38 00 00 00 +# +name: Up +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 79 00 00 00 +# +name: Left +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 7B 00 00 00 +# +name: Right +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 7C 00 00 00 +# +name: Down +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 7A 00 00 00 +# +name: Enter +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 0B 00 00 00 +# +name: Display +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 54 00 00 00 +# +name: Top_menu +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 1A 00 00 00 +# +name: Menu +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 1B 00 00 00 +# +name: Return +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 0E 00 00 00 +# +name: Replay +type: parsed +protocol: SIRC20 +address: 3A 09 00 00 +command: 5C 00 00 00 +# +name: Advance +type: parsed +protocol: SIRC20 +address: 5A 0C 00 00 +command: 14 00 00 00 +# +name: Slow_play +type: parsed +protocol: SIRC20 +address: 5A 0C 00 00 +command: 3A 00 00 00 +# +name: Fast_play +type: parsed +protocol: SIRC20 +address: 5A 0C 00 00 +command: 3B 00 00 00 +# From 963a244b9a3fef3aa47c067e62ffce9e87258630 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:26:56 -0400 Subject: [PATCH 23/63] Added remote for Toshiba SE R0108 --- DVD_Players/Toshiba/Toshiba_SE_R0108.ir | 282 ++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 DVD_Players/Toshiba/Toshiba_SE_R0108.ir diff --git a/DVD_Players/Toshiba/Toshiba_SE_R0108.ir b/DVD_Players/Toshiba/Toshiba_SE_R0108.ir new file mode 100644 index 00000000..2a5f99be --- /dev/null +++ b/DVD_Players/Toshiba/Toshiba_SE_R0108.ir @@ -0,0 +1,282 @@ +Filetype: IR signals file +Version: 1 +# +# Toshiba SE R0108 remote for DVD/VCR combo +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 12 00 00 00 +# +name: Vcr_dvd +type: parsed +protocol: NEC +address: 45 00 00 00 +command: E0 00 00 00 +# +name: Display +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 16 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0A 00 00 00 +# +name: Eject +type: parsed +protocol: NEC +address: 45 00 00 00 +command: DF 00 00 00 +# +name: Open_close +type: parsed +protocol: NEC +address: 45 00 00 00 +command: F5 00 00 00 +# +name: Progressive +type: parsed +protocol: NEC +address: 45 00 00 00 +command: EA 00 00 00 +# +name: Tv_vcr +type: parsed +protocol: NEC +address: 45 00 00 00 +command: E7 00 00 00 +# +name: Audio +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 27 00 00 00 +# +name: Subtitle +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 28 00 00 00 +# +name: Angle +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 29 00 00 00 +# +name: Play_mode +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 2B 00 00 00 +# +name: A_b_rpt +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 2C 00 00 00 +# +name: Clock_counter +type: parsed +protocol: NEC +address: 45 00 00 00 +command: E5 00 00 00 +# +name: Rec_otr +type: parsed +protocol: NEC +address: 45 00 00 00 +command: E8 00 00 00 +# +name: Timer_rec +type: parsed +protocol: NEC +address: 45 00 00 00 +command: E6 00 00 00 +# +name: Skip_back +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 23 00 00 00 +# +name: Skip_fwd +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 24 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 15 00 00 00 +# +name: Rew +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 19 00 00 00 +# +name: Fwd +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 13 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 14 00 00 00 +# +name: Slow +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0D 00 00 00 +# +name: Pause_still +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 00 00 00 00 +# +name: Jump +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 26 00 00 00 +# +name: Marker +type: parsed +protocol: NEC +address: 45 00 00 00 +command: EC 00 00 00 +# +name: Top_menu +type: parsed +protocol: NEC +address: 45 00 00 00 +command: DE 00 00 00 +# +name: Return +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 22 00 00 00 +# +name: Setup +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 20 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 84 00 00 00 +# +name: Zoom +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 40 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 80 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 51 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 4D 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 81 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 21 00 00 00 +# +name: Cancel +type: parsed +protocol: NEC +address: 45 00 00 00 +command: EF 00 00 00 From c5d27def446bdf9c0feb43963cafa9278daf9f71 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:27:44 -0400 Subject: [PATCH 24/63] Added Utilitech Fan FZ10-19JR remote --- Fans/Utilitech/Utilitech_Fan_FZ10-19JR.ir | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Fans/Utilitech/Utilitech_Fan_FZ10-19JR.ir diff --git a/Fans/Utilitech/Utilitech_Fan_FZ10-19JR.ir b/Fans/Utilitech/Utilitech_Fan_FZ10-19JR.ir new file mode 100644 index 00000000..8126cd7e --- /dev/null +++ b/Fans/Utilitech/Utilitech_Fan_FZ10-19JR.ir @@ -0,0 +1,37 @@ +Filetype: IR signals file +Version: 1 +# +# Utilitech 36-inch 3-speed indoor oscillating tower fan, model FZ10-19JR +# https://www.lowes.com/pd/Utilitech-36-in-Tower-Fan/5000851857 +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9018 4461 617 1623 617 502 618 502 617 502 617 503 616 501 619 503 616 501 618 502 617 1622 617 1623 617 1621 618 1621 618 1622 617 1623 617 1622 618 1623 617 1623 617 501 619 503 617 531 588 502 618 502 617 502 617 503 617 501 618 1623 617 1623 617 1622 618 1623 617 1622 618 1623 617 1623 617 1621 619 503 617 503 617 501 619 503 616 501 618 503 617 503 616 504 616 1621 619 1623 617 1623 617 1624 615 1623 617 1623 616 +# +name: Speed +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9021 4460 676 1564 676 445 675 444 676 445 675 445 675 445 674 445 675 446 674 445 675 1566 674 1565 674 1565 674 1566 673 1565 674 1565 674 1565 674 1566 674 1565 674 1565 674 445 674 446 674 445 674 446 673 445 674 446 674 446 673 446 674 1566 673 1565 674 1567 672 1568 672 1567 672 1566 674 1567 673 1567 673 447 673 447 673 448 672 446 621 499 621 499 621 500 672 449 618 1619 620 1621 619 1619 621 1620 620 1620 620 +# +name: Oscillate +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8995 4486 588 1653 587 532 588 530 590 531 589 534 585 532 587 531 589 532 587 532 588 1652 587 1652 588 1652 588 1652 588 1653 587 1652 588 1652 588 1652 588 1651 589 531 589 532 588 1652 588 532 588 531 589 531 589 531 588 531 589 1652 588 1651 589 532 588 1651 589 1651 589 1652 588 1651 589 1652 587 533 586 531 588 1653 587 531 588 531 589 532 588 531 589 532 587 1651 588 1653 586 530 589 1651 588 1651 588 1652 587 +# +name: Timing +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9023 4463 674 1565 675 447 673 445 675 444 676 445 675 445 675 445 675 445 675 446 674 1565 676 1567 674 1565 675 1569 672 1568 673 1566 674 1566 675 1565 675 1567 673 446 674 1566 674 446 674 446 674 446 674 447 673 445 675 446 674 1567 673 445 674 1567 672 1570 670 1566 674 1567 673 1566 621 1620 620 499 621 1621 620 499 674 447 620 499 621 500 620 501 619 499 620 1620 620 500 620 1619 621 1620 620 1620 620 1619 621 +# +name: Mode +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8993 4485 589 1651 589 529 590 529 591 530 590 530 589 530 590 531 589 530 589 531 589 1649 590 1650 589 1649 590 1650 589 1651 588 1649 590 1650 589 1654 585 1650 589 1651 588 1650 590 533 586 531 588 532 588 530 590 530 590 532 587 531 588 530 589 1650 589 1650 589 1652 587 1651 588 1651 588 1650 589 1650 589 1652 587 530 590 530 589 530 589 531 588 531 588 531 588 530 589 531 588 1651 588 1650 590 1651 589 1651 589 From 9d217665dc0aae842fb14968a321958080a01556 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:30:19 -0400 Subject: [PATCH 25/63] Added Remote for Monster LED Touch Lights --- .../Monster_Basics/Monster_LED_Touch_Light.ir | 150 ++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 LED_Lighting/Monster_Basics/Monster_LED_Touch_Light.ir diff --git a/LED_Lighting/Monster_Basics/Monster_LED_Touch_Light.ir b/LED_Lighting/Monster_Basics/Monster_LED_Touch_Light.ir new file mode 100644 index 00000000..f6341a41 --- /dev/null +++ b/LED_Lighting/Monster_Basics/Monster_LED_Touch_Light.ir @@ -0,0 +1,150 @@ +Filetype: IR signals file +Version: 1 +# +# Monster LED Touch Lights +# +# Captured by: emptythevoid +# +name: On +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 03 FC 00 00 +# +name: Off +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 02 FD 00 00 +# +name: Bright_dn +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 01 FE 00 00 +# +name: Bright_up +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 00 FF 00 00 +# +name: R +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 04 FB 00 00 +# +name: R2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 08 F7 00 00 +# +name: R3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0C F3 00 00 +# +name: R4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 10 EF 00 00 +# +name: R5 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 14 EB 00 00 +# +name: G +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 05 FA 00 00 +# +name: G2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 09 F6 00 00 +# +name: G3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0D F2 00 00 +# +name: G4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 11 EE 00 00 +# +name: G5 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 15 EA 00 00 +# +name: B +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 06 F9 00 00 +# +name: B2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0A F5 00 00 +# +name: B3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0E F1 00 00 +# +name: B4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 12 ED 00 00 +# +name: B5 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 16 E9 00 00 +# +name: W +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 07 F8 00 00 +# +name: Flash +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0B F4 00 00 +# +name: Strobe +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0F F0 00 00 +# +name: Fade +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 13 EC 00 00 +# +name: Smooth +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 17 E8 00 00 From fb8c6d4dbe3cb03db7c807a8a4b148a49033c105 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:31:38 -0400 Subject: [PATCH 26/63] Added Topcon Remote for Vision Test Machine --- .../Topcon_PSR-2000_vision_test_remote.ir | 252 ++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 Miscellaneous/Topcon/Topcon_PSR-2000_vision_test_remote.ir diff --git a/Miscellaneous/Topcon/Topcon_PSR-2000_vision_test_remote.ir b/Miscellaneous/Topcon/Topcon_PSR-2000_vision_test_remote.ir new file mode 100644 index 00000000..9b97bc9a --- /dev/null +++ b/Miscellaneous/Topcon/Topcon_PSR-2000_vision_test_remote.ir @@ -0,0 +1,252 @@ +Filetype: IR signals file +Version: 1 +# +# TOPCON PSR-2000 (MSR-2001) remote for vision test machine +# +# Captured by: emptythevoid +# +name: Alt +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 870 826 4224 7542 816 871 1710 2581 1710 88219 872 828 4223 819 871 5810 817 871 1710 2580 871 93031 2549 2566 872 837 871 5809 2523 832 1712 830 872 +# +name: Hotv +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 5872 7548 3360 2578 1711 129458 5872 829 870 5810 3360 2578 872 93034 2550 2567 871 836 872 5810 2522 833 1710 831 871 +# +name: W4d +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 925 2522 2600 7496 817 5244 1756 88154 924 2524 2546 825 875 5808 817 5243 873 93023 2600 2514 926 780 927 5756 2574 781 1762 777 927 +# +name: Dot +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1649 1757 2489 7614 1622 4399 1649 129484 1649 1757 2487 886 814 5867 1625 4396 813 93087 2487 2628 812 895 813 5868 2462 891 1652 890 814 +# +name: Ltr +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 920 778 929 780 2602 7497 818 870 927 3406 1757 88147 928 770 928 781 2601 772 928 5754 818 868 928 3406 926 92980 2602 2513 927 779 928 5754 2575 780 1763 778 926 +# +name: Num +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2489 878 2488 7614 2459 3517 1651 129497 2490 878 2489 885 815 5869 2463 3516 816 93115 2489 2627 814 894 815 5869 2464 891 1653 890 814 +# +name: E +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 845 1729 845 864 1682 7586 817 1746 1682 1737 1681 88245 843 1731 844 863 1683 860 845 5838 818 1746 1682 1735 845 93096 2519 2599 843 864 844 5840 2492 862 1682 860 844 +# +name: Pic +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1680 852 843 866 1679 7585 1654 868 1679 1737 1654 47012 1681 853 842 866 1679 860 844 5839 1654 867 1681 1736 843 93071 2493 2622 844 864 844 5837 2493 863 1681 860 845 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2490 873 843 9340 2467 1764 3331 129473 2491 874 817 2640 842 5841 2466 1765 2492 93098 2492 2624 817 891 817 5865 2466 889 1655 887 817 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 920 778 921 787 921 9263 818 869 921 1663 3440 88145 919 778 921 785 923 2539 919 5762 820 870 920 1662 2596 93000 2595 2520 929 780 928 5754 2578 777 1767 776 928 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 871 1705 869 10187 817 1745 5037 88167 871 1704 870 3463 869 5812 817 1745 4225 93027 2548 2569 869 836 872 5812 2522 833 1710 833 870 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1654 1752 1656 8488 1628 3518 2494 47026 1654 1751 1656 1761 843 5841 1629 3518 1655 93103 2493 2625 841 867 841 5841 2467 888 1656 886 843 +# +name: Rg +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 928 774 1763 777 1766 7502 820 870 2602 1649 1764 46923 925 774 1711 831 1711 830 873 5810 818 870 2550 1701 874 93068 2549 2568 873 835 874 5809 2525 833 1711 830 873 +# +name: Cyc +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 925 773 926 783 1764 8380 818 870 927 2533 2601 88246 924 774 925 784 1710 1708 872 5811 818 872 872 2587 1710 93090 2548 2571 872 836 873 5815 2521 835 1710 833 872 +# +name: Misc +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3333 869 1712 7559 4198 1700 1712 129552 3332 869 1711 831 873 5811 4200 1700 872 93076 2550 2567 874 835 874 5812 2523 833 1712 831 873 +# +name: Hline +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 870 3454 1712 7558 818 2621 872 1712 1712 46979 870 3453 1712 831 871 5813 817 2618 874 1712 871 93082 2550 2569 871 836 873 5814 2523 834 1710 832 871 +# +name: Vline +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1709 2573 1710 7555 1685 1714 870 1714 1710 46985 1710 2574 1711 832 871 5813 1685 1712 872 1714 869 93073 2549 2568 871 838 871 5815 2521 834 1709 833 870 +# +name: 3line +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 920 777 922 1664 1682 7585 820 869 922 788 921 1663 1684 88296 927 773 927 1657 1765 777 927 5757 819 870 927 781 927 1658 926 93026 2603 2516 926 782 926 5758 2524 833 1712 831 925 +# +name: Etdrs +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 845 2606 1682 8462 818 4371 2521 47006 844 2605 1683 1734 846 5839 818 4372 1682 93111 2521 2598 845 863 846 5839 2495 861 1684 859 846 +# +name: Sgl +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1712 821 1713 9308 1687 837 873 837 3387 88405 1711 822 1711 2581 873 5811 1687 836 874 836 2550 93077 2552 2569 872 836 873 5812 2524 833 1712 830 873 +# +name: Black +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 845 1729 1684 9337 818 1749 842 863 3359 129611 845 1729 1684 2611 845 5839 819 1747 844 863 2521 93122 2520 2598 845 864 845 5840 2495 861 1684 860 845 +# +name: Left_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 4979 8494 3301 1763 2491 47039 4978 1768 813 5869 3304 1763 1653 93149 2489 2629 814 894 815 5871 2464 893 1652 890 815 +# +name: Left_down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1710 822 2550 8430 1686 836 874 1712 2551 46986 1711 823 2550 1702 872 5813 1686 838 871 1712 1712 93081 2549 2568 872 837 872 5813 2525 833 1712 830 873 +# +name: Circle_btn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 815 883 2493 9364 814 875 1652 887 3332 88358 815 884 2492 2636 815 5869 816 873 1655 889 2492 93156 2491 2626 817 893 816 5868 2466 892 1653 888 817 +# +name: Right_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 4201 9315 3363 828 3390 129737 4200 2587 872 5814 3362 829 2551 93101 2551 2568 873 836 873 5814 2524 834 1712 831 872 +# +name: Right_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 843 2605 846 9342 820 3497 3360 47017 845 2606 845 2614 845 5840 819 3496 2522 93116 2518 2597 846 863 846 5840 2494 863 1682 860 845 +# +name: 400 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2521 3475 845 6719 2495 862 2522 856 846 47041 2521 3476 1682 5839 2496 863 2522 94033 2497 2625 844 865 845 5844 2495 863 1683 861 845 +# +name: 300 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1648 1761 811 9380 1624 2651 3328 47055 1649 1760 812 2647 814 5873 1626 2649 2491 93174 2488 2631 813 897 813 5875 2463 895 1651 893 812 +# +name: 200 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 928 1650 3442 7502 819 1746 928 2535 1712 88418 927 1651 3389 823 927 5764 818 1747 874 2587 874 93142 2551 2570 927 783 927 5762 2525 833 1713 830 875 +# +name: 125 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 4253 786 924 7513 3365 830 873 837 1712 88388 4202 837 873 838 872 5816 3364 831 872 837 873 93134 2551 2571 872 836 874 5814 2527 833 1713 830 874 +# +name: 100 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 968 2527 924 785 924 7515 819 3498 925 786 1712 47002 872 2579 873 835 875 836 873 5814 820 3498 873 837 872 93135 2550 2568 874 837 873 5815 2524 833 1713 830 874 +# +name: 80 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1765 1645 927 782 928 7514 1738 2535 928 783 1765 129780 1712 1698 927 784 926 781 928 5761 1688 2589 874 835 875 93132 2551 2570 927 781 928 5761 2524 833 1713 832 873 +# +name: 70 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 873 829 871 837 872 839 871 7568 819 871 872 1713 873 838 1712 88382 869 829 872 838 871 838 871 836 873 5817 817 870 873 1714 871 839 870 93129 2551 2569 872 838 871 5817 2523 832 1713 832 871 +# +name: 60 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2552 819 871 838 872 7567 2525 1709 872 837 1713 129679 2551 820 871 838 872 836 873 5815 2526 1710 871 838 872 93142 2550 2571 871 837 873 5817 2525 834 1712 832 872 +# +name: 50 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 873 1703 873 1712 873 7568 819 1747 2552 826 1714 88440 874 1702 874 1712 874 834 876 5815 819 1745 2553 828 873 93134 2552 2570 874 835 875 5814 2526 832 1714 831 873 +# +name: 40 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1713 824 871 1715 871 7570 1686 839 2551 829 1711 88380 1711 823 871 1714 871 837 873 5814 1687 836 2553 829 870 93128 2549 2570 871 837 872 5816 2525 835 1710 831 873 +# +name: 30 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 872 827 1714 1707 873 7571 815 871 3390 824 1711 129690 872 828 1713 1707 872 838 871 5816 818 871 3390 823 872 93120 2553 2570 871 837 872 5814 2526 833 1712 832 871 +# +name: 25 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3335 1744 872 7568 5040 821 1713 129859 3336 1744 873 838 872 5815 5042 822 872 93143 2553 2569 874 838 872 5817 2525 833 1713 831 873 +# +name: 20 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2554 818 1713 8440 2523 2585 2551 88356 2550 818 1712 1708 871 5817 2523 2585 1711 93117 2550 2571 870 838 871 5817 2523 835 1710 832 871 +# +name: 15 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 872 4331 873 7569 817 2623 1713 833 1711 88355 874 4330 874 836 873 5815 818 2622 1713 832 872 93128 2549 2568 875 837 873 5814 2526 833 1713 831 873 +# +name: 10 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 844 12844 814 2624 4171 47048 843 6110 844 5844 818 2623 3334 93176 2493 2625 844 866 843 5844 2469 889 1657 887 843 From e53f2057e19916fd4a3f975eb1316e01446034c9 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:32:26 -0400 Subject: [PATCH 27/63] Added EIKI CMXA remote --- Projectors/Eiki/EIKI_CMXA_Remote.ir | 195 ++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 Projectors/Eiki/EIKI_CMXA_Remote.ir diff --git a/Projectors/Eiki/EIKI_CMXA_Remote.ir b/Projectors/Eiki/EIKI_CMXA_Remote.ir new file mode 100644 index 00000000..0748866e --- /dev/null +++ b/Projectors/Eiki/EIKI_CMXA_Remote.ir @@ -0,0 +1,195 @@ +Filetype: IR signals file +Version: 1 +# +# Remote model CXMA +# Tested on projector EIKI LC-XG210 +# All DIP switches on remote set to ON position +# Remote has a mouse control. I did a very basic raw capture of this. +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 00 FF 00 00 +# +name: Auto_PC +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 89 76 00 00 +# +name: D_zoom_up +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 01 FE 00 00 +# +name: D_zoom_dn +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 02 FD 00 00 +# +name: Freeze +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 43 BC 00 00 +# +name: No_show +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 8B 74 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 0B F4 00 00 +# +name: Image +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 0C F3 00 00 +# +name: Select +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 0F F0 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 8C 73 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 1E E1 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 1D E2 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 8D 72 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 1C E3 00 00 +# +name: Keystone +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 5B A4 00 00 +# +name: Mouse_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1448 941 260 1335 259 564 235 1363 233 1361 234 562 233 562 234 569 233 561 233 1362 233 1364 232 1359 233 1364 232 591 206 593 206 564 231 1387 207 1389 205 1392 206 1413 179 1417 179 1421 179 615 179 619 178 615 179 5833 1341 +# +name: Mouse_left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1477 917 289 1303 288 508 289 1308 288 1303 289 508 289 509 288 509 288 512 288 512 288 503 288 509 288 509 288 510 287 1307 288 515 287 506 288 510 287 1334 262 510 287 1330 261 537 262 509 287 537 262 1333 262 10509 1450 943 261 1335 261 531 261 1339 261 1331 261 541 261 533 261 537 260 537 260 537 260 537 260 560 234 1335 260 563 234 1363 233 564 233 1360 233 568 234 1359 233 1360 233 568 232 590 207 565 232 591 206 1385 206 8946 1421 995 205 1388 205 598 205 1385 205 1437 152 622 179 649 147 676 108 1430 179 +# +name: Mouse_right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1367 1023 179 1472 109 659 148 1423 178 1444 148 642 152 +# +name: Mouse_down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1421 992 207 1364 233 564 233 1390 206 1360 232 591 206 591 206 592 205 621 179 589 205 592 205 592 205 1473 107 1458 148 1448 148 1420 178 619 179 17129 201 +# +name: Left_click +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1586 806 377 1224 376 417 377 1215 377 1218 377 425 377 418 376 422 377 421 378 419 376 420 377 421 376 420 377 417 377 421 376 1223 376 418 376 420 377 420 377 421 376 424 378 417 377 421 376 418 378 1220 377 11984 1588 805 377 1224 377 417 377 1216 376 1219 376 424 378 416 378 419 378 419 379 420 377 424 378 416 378 416 378 423 377 419 377 1219 378 419 378 420 377 420 377 421 376 416 378 420 377 419 378 419 378 1217 378 11991 1564 829 376 1215 377 421 376 1219 377 1217 376 420 377 422 375 421 376 425 377 417 377 420 377 421 376 420 377 420 377 424 378 1215 377 419 376 419 377 423 376 420 377 420 377 421 376 420 377 420 376 1224 377 11981 1588 808 375 1219 376 426 376 1216 376 1215 377 422 377 425 377 415 376 425 377 418 376 420 377 421 376 421 376 420 377 426 376 1214 378 417 377 421 376 421 376 421 376 420 377 420 377 420 377 422 377 1220 377 11987 1587 805 377 1220 376 421 376 1214 378 1219 378 420 377 420 377 425 377 417 377 421 376 417 377 421 378 417 379 421 378 419 378 1219 378 419 378 420 377 419 378 420 377 416 403 395 402 394 403 395 402 1194 402 11962 1588 802 405 1192 403 392 405 1190 405 1192 405 393 404 398 404 390 404 393 404 392 405 393 404 392 405 389 405 393 404 392 405 392 405 1191 404 394 405 392 405 391 406 397 405 390 404 392 405 390 406 1192 404 +# +name: Right_click +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 1587 806 450 1149 451 344 377 1215 377 1218 377 426 376 417 377 422 377 423 375 420 376 421 376 421 376 421 376 418 376 421 376 420 377 1220 376 421 376 422 375 422 375 426 376 418 376 421 376 1218 375 423 376 11985 1587 806 376 1226 375 417 377 1216 376 1219 376 426 376 418 376 421 376 421 376 421 376 426 376 418 376 419 375 424 376 420 376 421 376 1221 375 421 376 422 375 421 376 418 376 421 376 421 376 1219 376 420 377 11992 1563 831 374 1215 377 421 376 1220 377 1217 376 421 376 421 376 421 376 426 376 419 375 421 376 421 376 421 376 421 376 425 377 418 376 1217 376 419 377 423 376 422 375 421 376 422 375 422 375 1219 376 426 376 11982 1587 806 377 1219 376 425 377 1216 376 1215 377 423 376 426 376 415 376 425 377 418 376 422 375 421 376 420 377 419 378 425 377 417 377 1215 377 420 377 421 376 421 376 421 376 420 377 426 378 1213 377 422 377 11986 1588 806 378 1214 403 395 402 1193 404 1197 403 392 402 394 404 394 403 394 403 393 404 393 404 397 403 390 403 394 403 398 404 390 404 1192 403 390 404 393 404 393 405 394 403 398 404 390 404 1190 405 399 403 11961 1565 823 403 1192 405 390 404 1192 405 1194 402 393 404 394 403 393 404 393 404 389 405 393 404 393 404 394 403 399 403 390 404 395 402 1191 404 398 404 390 404 393 404 394 403 393 404 390 404 397 403 1187 405 +# +name: P_timer +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 8A 75 00 00 +# +name: Computer_1 +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 38 C7 00 00 +# +name: Computer_2 +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 39 C6 00 00 +# +name: Video +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 05 FA 00 00 +# +name: Zoom_up +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 47 B8 00 00 +# +name: Zoom_down +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 46 B9 00 00 +# +name: Focus_up +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 4A B5 00 00 +# +name: Focus_dn +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 4B B4 00 00 +# +name: Lens_up +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 5D A2 00 00 +# +name: Lens_dn +type: parsed +protocol: NECext +address: 33 00 00 00 +command: 5E A1 00 00 From af329dfe71bd13693693f30a67f1dfb276ee93c2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:33:07 -0400 Subject: [PATCH 28/63] Added Epson projector remote model 159917600 --- .../Epson/Epson_projector_remote_159917600.ir | 228 ++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 Projectors/Epson/Epson_projector_remote_159917600.ir diff --git a/Projectors/Epson/Epson_projector_remote_159917600.ir b/Projectors/Epson/Epson_projector_remote_159917600.ir new file mode 100644 index 00000000..d1aab887 --- /dev/null +++ b/Projectors/Epson/Epson_projector_remote_159917600.ir @@ -0,0 +1,228 @@ +Filetype: IR signals file +Version: 1 +# +# Remote model 159917600 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 90 6F 00 00 +# +name: Source_search +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 8C 73 00 00 +# +name: Computer +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 94 6B 00 00 +# +name: Video +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 70 8F 00 00 +# +name: Usb +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 76 89 00 00 +# +name: Lan +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 74 8B 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 9A 65 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A1 5E 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A2 5D 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A3 5C 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A4 5B 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A5 5A 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A6 59 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A7 58 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A8 57 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A9 56 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 83 55 00 00 +command: A0 5F 00 00 +# +name: Esc +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 84 7B 00 00 +# +name: User +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 9F 60 00 00 +# +name: Pointer +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 9B 64 00 00 +# +name: Enter +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 85 7A 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 83 55 00 00 +command: B0 4F 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 83 55 00 00 +command: B3 4C 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 83 55 00 00 +command: B1 4E 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 83 55 00 00 +command: B2 4D 00 00 +# +name: Page_up +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 86 79 00 00 +# +name: Page_down +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 87 78 00 00 +# +name: Ezoom_in +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 88 77 00 00 +# +name: Ezoom_out +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 89 76 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 98 67 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 99 66 00 00 +# +name: Av_mute +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 93 6C 00 00 +# +name: Freeze +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 92 6D 00 00 +# +name: Help +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 95 6A 00 00 +# +name: Auto +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 9E 61 00 00 +# +name: Aspect +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 8A 75 00 00 +# +name: Color_mode +type: parsed +protocol: NECext +address: 83 55 00 00 +command: 8F 70 00 00 From 7c8ee0f2b58fa406a5e821dac437c76b2cce52de Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:34:12 -0400 Subject: [PATCH 29/63] Added remote InFocus Navigator 3 --- Projectors/InFocus/Infocus_Navigator_3.ir | 108 ++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 Projectors/InFocus/Infocus_Navigator_3.ir diff --git a/Projectors/InFocus/Infocus_Navigator_3.ir b/Projectors/InFocus/Infocus_Navigator_3.ir new file mode 100644 index 00000000..9f3ce7b0 --- /dev/null +++ b/Projectors/InFocus/Infocus_Navigator_3.ir @@ -0,0 +1,108 @@ +Filetype: IR signals file +Version: 1 +# +# InFocus Navigator 3 projector remote. Tested on InFocus IN3116 projector +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 17 E8 00 00 +# +name: Help +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 0A F5 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 02 FD 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 13 EC 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 11 EE 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 12 ED 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 14 EB 00 00 +# +name: Select +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 32 CD 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 08 F7 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 04 FB 00 00 +# +name: Custom +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 2B D4 00 00 +# +name: Source +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 10 EF 00 00 +# +name: Blank +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 31 CE 00 00 +# +name: Presets +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 2C D3 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 29 D6 00 00 +# +name: Auto_image +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 33 CC 00 00 +# +name: Resize +type: parsed +protocol: NECext +address: 87 4E 00 00 +command: 34 CB 00 00 From d3fa3a08f73c6ed6dc9b3c4a1ecf3c91d40e48d4 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:35:53 -0400 Subject: [PATCH 30/63] Added Jinhoo M10 projector remote --- Projectors/Jinhoo/Jinhoo_M10.ir | 84 +++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 Projectors/Jinhoo/Jinhoo_M10.ir diff --git a/Projectors/Jinhoo/Jinhoo_M10.ir b/Projectors/Jinhoo/Jinhoo_M10.ir new file mode 100644 index 00000000..192ee226 --- /dev/null +++ b/Projectors/Jinhoo/Jinhoo_M10.ir @@ -0,0 +1,84 @@ +Filetype: IR signals file +Version: 1 +# +# Jinhoo mini projector model M10 +# +# Capture by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 00 00 00 00 +# +name: Menu_exit +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 01 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 06 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0B 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 09 00 00 00 +# +name: Play_pause +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 03 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 48 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 40 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 05 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 02 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 04 00 00 00 From f4395e8fc39aaa2fdc8f64a71a694dd9654b37df Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:36:48 -0400 Subject: [PATCH 31/63] Added Optoma Projector Remote model HOF04K276D6 --- .../Optoma/Optoma_Remote_HOF04K276D6.ir | 175 ++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 Projectors/Optoma/Optoma_Remote_HOF04K276D6.ir diff --git a/Projectors/Optoma/Optoma_Remote_HOF04K276D6.ir b/Projectors/Optoma/Optoma_Remote_HOF04K276D6.ir new file mode 100644 index 00000000..7ba7ffd5 --- /dev/null +++ b/Projectors/Optoma/Optoma_Remote_HOF04K276D6.ir @@ -0,0 +1,175 @@ +Filetype: IR signals file +Version: 1 +# +# Optoma Projector Remote model HOF04K276D6, 20041214 +# Includes additional unmarked buttons (found inside the remote). These are labeled 1-7 in order from top-to-bottom, left-to-right on the remote +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 02 FD 00 00 +# +name: Hide +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 03 FC 00 00 +# +name: Resync +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 04 FB 00 00 +# +name: Freeze +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 0C F3 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 07 F8 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 0A F5 00 00 +# +name: Page_up +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 05 FA 00 00 +# +name: Page_dn +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 06 F9 00 00 +# +name: Keystone_up +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 08 F7 00 00 +# +name: Keystone_dn +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 0B F4 00 00 +# +name: Reset +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 0D F2 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 11 EE 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 13 EC 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 16 E9 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 15 EA 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 14 EB 00 00 +# +name: Enter +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 17 E8 00 00 +# +name: DVI_D +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 1B E4 00 00 +# +name: Composite +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 1C E3 00 00 +# +name: S-Video +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 1D E2 00 00 +# +name: VGA +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 1E E1 00 00 +# +name: Unknown_1 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 00 FF 00 00 +# +name: Unknown_2 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 01 FE 00 00 +# +name: Unknown_3 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 09 F6 00 00 +# +name: Unknown_4 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 0E F1 00 00 +# +name: Unknown_5 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 18 E7 00 00 +# +name: Unknown_6 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 19 E6 00 00 +# +name: Unknown_7 +type: parsed +protocol: NECext +address: 4F 50 00 00 +command: 1A E5 00 00 From a388751da2d77d22365a4794198c31dd2957a6e2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:38:04 -0400 Subject: [PATCH 32/63] Added Sharp projector XR-32S remote --- ...Sharp_RRMCGA664WJSA_Notevision XR-32S-L.ir | 180 ++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 Projectors/Sharp/Sharp_RRMCGA664WJSA_Notevision XR-32S-L.ir diff --git a/Projectors/Sharp/Sharp_RRMCGA664WJSA_Notevision XR-32S-L.ir b/Projectors/Sharp/Sharp_RRMCGA664WJSA_Notevision XR-32S-L.ir new file mode 100644 index 00000000..ae7443be --- /dev/null +++ b/Projectors/Sharp/Sharp_RRMCGA664WJSA_Notevision XR-32S-L.ir @@ -0,0 +1,180 @@ +Filetype: IR signals file +Version: 1 +# +# Sharp RRMCGA664WJSA for Sharp Notevision XR-32S-L Projector +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 293 1801 296 753 295 1801 296 1801 296 752 296 754 294 1801 296 1800 297 752 296 1802 295 752 296 1801 296 753 295 1800 297 752 296 42709 296 1800 297 753 295 1800 297 1800 297 753 295 1802 295 753 295 753 295 1801 296 753 295 1801 296 754 294 1802 295 753 295 1801 296 42694 295 1800 297 752 296 1803 294 1803 294 753 295 753 295 1801 296 1802 295 752 296 1802 295 752 296 1801 296 753 295 1802 295 753 295 42709 295 1802 295 753 295 1803 294 1801 296 753 295 1802 295 752 296 752 296 1801 296 752 296 1803 294 754 294 1803 294 754 294 1804 293 42694 294 1802 294 755 293 1803 294 1804 268 779 269 779 269 1828 269 1828 269 780 268 1829 268 778 270 1829 323 725 268 1829 268 781 324 +# +name: Standby +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 295 1800 297 753 295 1800 297 1801 296 751 297 752 296 1799 298 1800 297 749 299 1799 298 750 298 752 346 1749 349 1747 350 698 351 42656 351 1747 350 697 351 1746 351 1748 349 697 351 1746 351 698 350 699 349 1748 348 699 349 1748 348 1747 349 699 350 699 348 1748 299 42691 295 1802 295 754 294 1802 295 1802 295 755 293 754 294 1803 269 1828 269 779 269 1827 270 779 269 779 269 1827 270 1827 270 781 267 42736 269 1828 269 780 268 1827 270 1828 269 780 268 1830 267 780 268 778 270 1827 270 780 268 1828 269 1827 270 780 268 778 270 1828 269 42721 295 1801 296 752 296 1802 295 1804 293 752 297 752 296 1800 297 1800 297 752 296 1801 296 752 296 751 297 1830 267 1800 297 754 294 +# +name: Computer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 297 1800 297 750 298 1802 295 1801 296 751 297 1800 297 752 296 1800 297 751 297 1800 297 1798 299 752 296 753 295 1799 298 751 297 42692 297 1799 298 752 296 1799 298 1799 298 752 296 751 297 1800 297 752 296 1800 297 751 297 752 296 1800 297 1802 295 751 297 1800 297 42708 297 1800 297 751 297 1800 297 1800 297 749 299 1799 298 751 297 1801 296 753 295 1799 298 1798 299 753 295 751 297 1799 298 751 297 +# +name: S-video +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 270 1827 270 777 271 1826 271 1827 270 777 271 778 270 1827 270 778 270 778 270 1827 270 1825 272 777 271 778 270 1827 270 777 271 43769 269 1827 270 778 270 1826 271 1826 271 778 270 1826 271 777 271 1827 270 1826 271 777 271 777 271 1827 270 1828 269 778 270 1826 271 41686 271 1827 270 777 271 1826 271 1829 268 778 270 778 270 1828 269 777 271 778 270 1826 271 1827 270 777 271 778 270 1827 270 780 268 +# +name: Video +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 269 1827 270 778 270 1828 269 1827 270 779 269 1827 270 1828 269 778 270 778 270 1828 269 1829 268 778 270 778 270 1827 270 778 270 42737 269 1827 270 777 271 1828 269 1828 269 779 269 779 269 779 269 1828 269 1827 270 779 269 778 270 1827 270 1828 269 778 270 1827 270 42720 269 1828 269 778 270 1828 269 1827 270 778 270 1827 270 1828 269 780 268 779 269 1826 271 1828 269 778 270 778 270 1828 269 779 269 +# +name: Break_timer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 295 1800 297 751 297 1799 298 1799 298 752 296 752 296 752 296 1801 296 751 297 1800 297 1800 297 752 296 1799 298 1799 298 750 298 42708 298 1799 298 749 299 1799 298 1801 296 751 297 1801 296 1799 298 751 297 1803 294 750 298 749 299 1800 297 751 297 752 296 1800 297 42694 296 1800 297 750 298 1798 299 1799 298 751 297 752 296 752 296 1800 297 751 297 1801 296 1799 298 752 296 1800 297 1802 295 751 297 +# +name: Freeze +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 297 1800 297 749 299 1799 298 1798 299 749 299 1799 298 750 298 1799 298 1799 298 750 298 752 296 748 300 1801 296 1798 299 752 296 42708 298 1803 294 751 297 1798 299 1799 298 750 298 751 297 1801 296 750 298 750 298 1801 296 1799 298 1799 298 752 296 750 298 1799 298 42694 296 1800 297 753 295 1801 296 1799 298 752 296 1799 298 751 297 1802 295 1801 296 752 296 751 297 750 298 1799 298 1801 296 751 297 +# +name: Av_mute +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 363 1732 365 685 363 1734 363 1735 362 686 362 1735 362 687 361 685 362 1735 363 686 267 1830 362 1734 363 686 268 1830 361 687 267 42739 267 1829 268 780 268 1830 267 1829 268 781 267 781 267 1832 265 1830 267 780 268 1830 267 781 267 780 268 1830 267 781 267 1830 267 42723 267 1830 267 781 362 1735 267 1829 268 781 267 1830 267 782 266 780 268 1830 267 781 267 1831 266 1830 267 781 267 1829 268 782 266 +# +name: Magnify+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 267 1827 270 779 269 1827 270 1828 269 779 269 1828 269 778 270 1829 268 1828 269 778 270 1826 271 1827 270 779 269 1827 270 779 269 41673 269 1829 268 779 269 1828 269 1829 268 780 268 779 269 1826 271 779 269 779 269 1827 270 778 270 779 269 1828 269 780 268 1828 269 43785 270 1829 268 778 270 1827 270 1828 269 781 267 1828 269 778 270 1827 270 1828 269 779 269 1826 271 1828 269 779 269 1827 270 778 270 +# +name: Magnify- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 350 1746 351 697 351 1746 351 1746 351 696 352 1745 352 698 350 1745 352 1745 352 695 353 1746 351 697 351 1746 351 1744 353 697 351 41592 351 1744 353 697 351 1745 352 1746 351 695 353 697 351 1746 351 696 352 700 349 1745 352 698 350 1746 351 697 351 696 352 1747 350 43705 350 1747 350 698 350 1745 352 1745 352 696 352 1747 350 696 352 1746 351 1746 351 698 350 1747 350 696 352 1746 351 1747 350 696 352 +# +name: Page+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 376 1722 375 672 376 1721 376 1721 376 672 376 1722 375 1722 375 1723 368 1729 368 679 369 1728 369 679 369 1728 369 1728 369 679 369 40541 369 1728 369 680 368 1729 368 1729 368 679 369 680 368 681 367 681 367 680 368 1729 368 680 368 1730 367 681 368 680 368 1729 368 44721 376 1722 368 679 369 1728 376 1721 369 679 369 1728 369 1728 369 1728 369 1727 370 680 368 1728 369 679 369 1728 369 1728 369 680 368 +# +name: Page- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 355 1742 355 693 355 1742 355 1743 354 692 356 692 356 1742 355 1741 356 1742 355 694 354 1741 356 693 355 1743 354 1743 354 693 355 41604 354 1743 354 694 354 1743 354 1743 354 694 354 1744 353 694 354 695 353 694 354 1743 354 694 354 1744 353 694 354 695 353 1744 353 43688 352 1742 355 695 353 1744 353 1744 353 694 354 694 354 1745 352 1742 355 1745 352 697 351 1745 352 695 353 1744 353 1744 353 696 352 +# +name: Vol+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 270 1825 272 780 268 1827 349 1747 350 699 349 698 351 698 350 1748 350 698 350 1748 349 699 349 697 351 699 349 1746 351 698 350 44740 349 1745 352 698 350 1747 350 1747 350 698 350 1747 355 1742 355 692 356 1742 355 694 355 1743 354 1742 355 1742 355 694 354 1742 355 40555 355 1742 355 693 355 1742 355 1743 354 693 355 694 354 693 355 1743 354 693 355 1742 355 693 355 692 357 693 355 1741 356 694 354 +# +name: Vol- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 353 1742 355 693 355 1742 355 1742 355 693 355 1744 353 694 354 1743 354 693 355 1743 354 694 354 693 355 694 354 1742 355 695 353 43687 354 1743 354 696 352 1744 353 1744 353 694 354 695 353 1742 355 694 354 1743 354 694 354 1743 354 1742 355 1742 355 694 354 1744 353 41606 351 1745 352 696 352 1746 351 1746 351 697 351 1747 350 696 352 1745 352 698 350 1746 351 698 350 696 352 698 350 1746 351 699 349 +# +name: Pointer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 352 1744 353 696 352 1745 352 1744 353 696 352 1746 351 696 352 696 352 696 352 1745 352 697 351 1744 353 696 352 1744 353 697 351 43690 350 1746 351 697 351 1745 352 1747 350 699 349 697 351 1747 350 1746 351 1746 351 698 350 1751 346 699 349 1750 347 699 349 1747 350 41610 348 1748 349 700 348 1751 346 1749 348 701 347 1751 346 701 348 701 347 702 322 1774 323 726 323 1776 321 726 347 1750 322 725 323 +# +name: Spot +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 298 1802 295 750 298 1799 298 1803 294 752 296 1800 297 1801 296 750 298 1799 298 1800 297 1800 297 1800 297 1799 298 1801 296 753 295 39552 294 1799 298 751 297 1800 297 1801 296 751 297 752 296 751 297 1799 298 752 296 753 295 751 297 754 294 751 297 751 297 1800 297 45860 295 1800 297 751 297 1801 296 1800 297 752 296 1801 296 1800 297 750 298 1800 297 1799 298 1800 297 1802 295 1800 297 1800 297 751 297 +# +name: Lclick +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 348 485 349 278 349 279 348 907 348 287 348 278 349 287 348 278 349 915 348 489 345 495 347 279 348 287 348 280 347 286 349 279 348 287 348 279 348 707 349 700 348 34152 348 486 348 279 348 280 347 907 348 287 348 280 347 287 348 279 348 917 346 486 348 493 349 279 348 287 348 279 348 286 349 279 348 287 348 279 348 708 348 700 348 34151 349 485 349 280 347 279 348 909 346 287 348 279 348 288 347 279 348 915 348 486 348 493 349 278 349 288 347 280 347 287 348 279 348 287 348 279 348 709 347 701 347 34160 348 486 348 280 347 280 347 907 348 288 347 279 348 288 347 279 348 914 349 487 347 286 349 279 348 287 348 280 347 286 349 279 348 286 349 278 349 916 347 701 347 34152 347 487 347 279 348 279 348 909 346 288 347 279 348 288 347 279 348 916 347 487 347 286 349 279 348 286 349 281 346 287 348 280 347 287 348 278 349 915 348 701 347 34152 348 486 348 279 348 280 347 905 350 287 348 280 347 287 348 279 348 915 348 487 347 287 348 279 348 287 348 281 346 287 348 279 348 288 347 279 348 915 348 701 347 34153 347 485 349 281 346 278 349 907 348 286 349 279 348 286 349 280 347 915 348 486 348 287 348 278 349 286 349 279 348 287 348 280 347 287 348 279 348 915 348 701 347 34153 346 486 348 279 348 280 347 909 346 287 348 280 347 288 347 279 348 915 348 486 348 286 349 279 348 286 349 278 349 287 348 282 345 287 348 279 348 916 347 699 349 +# +name: Rclick +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 349 487 347 277 350 278 349 905 350 286 349 279 348 285 350 278 349 914 349 486 348 708 348 278 349 286 349 277 350 287 348 278 349 286 349 279 348 493 349 698 350 34151 349 484 350 279 348 278 349 907 348 286 349 280 347 285 350 278 349 915 348 487 347 708 348 277 350 287 348 277 350 286 349 278 349 286 349 276 351 493 349 701 347 34161 347 485 349 278 349 277 350 906 349 286 349 277 350 286 349 278 349 916 347 483 351 286 349 278 349 286 349 278 349 285 350 279 348 286 349 278 349 915 348 699 349 34153 347 485 349 278 349 277 350 907 348 286 349 277 350 286 349 277 350 915 348 484 350 286 349 278 349 287 348 278 349 286 349 277 350 286 349 278 349 913 350 700 348 34152 348 484 350 277 350 278 349 906 349 286 349 278 349 286 349 280 347 912 351 485 349 286 349 278 349 285 350 278 349 286 349 279 348 287 348 278 349 913 350 701 347 34151 349 485 349 278 349 278 349 908 347 286 349 278 349 286 349 278 349 914 349 485 349 286 349 279 348 285 350 278 349 286 349 277 350 286 349 277 350 914 349 700 348 34152 348 485 349 276 351 278 349 907 348 286 349 278 349 285 350 278 350 913 350 486 348 286 349 277 350 286 349 278 349 286 349 278 349 285 350 278 349 915 348 699 349 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 403 429 404 221 406 220 407 851 404 235 400 220 407 261 374 220 407 858 405 429 405 236 399 645 403 261 374 221 406 236 399 221 406 236 399 221 406 860 403 221 406 34098 402 431 403 220 407 221 406 853 402 237 398 221 406 235 400 223 404 861 402 430 403 236 399 646 403 236 399 225 402 236 399 255 372 235 400 255 372 862 401 255 372 34099 349 485 349 276 351 276 351 905 350 286 349 276 351 285 350 276 351 912 351 483 351 285 350 699 349 286 349 276 351 284 351 278 349 285 350 276 351 912 351 277 350 34159 349 487 347 277 350 277 350 904 351 287 348 277 350 286 349 276 351 912 351 485 349 286 349 277 350 285 350 277 350 285 350 276 351 285 350 277 350 913 350 698 350 34152 348 484 350 277 350 275 352 904 351 286 349 276 351 284 351 276 351 914 349 484 350 285 350 277 350 286 349 275 352 286 349 276 351 285 350 277 350 913 350 697 351 34152 348 484 350 275 352 276 351 905 350 286 349 277 350 285 350 276 351 915 348 483 351 286 349 278 349 286 349 277 350 286 349 276 351 284 351 276 351 914 349 698 350 34151 349 483 351 277 350 277 350 906 349 286 349 276 351 286 349 278 349 913 350 485 349 286 349 276 351 285 350 276 351 286 349 276 351 285 350 276 351 913 350 698 350 34151 349 483 351 277 350 276 351 905 350 285 350 276 351 286 349 277 350 915 348 485 349 285 350 275 352 286 349 277 350 285 350 277 350 285 350 277 350 913 350 698 350 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 350 484 350 276 351 277 350 906 349 286 349 276 351 285 350 276 351 911 352 485 349 285 350 699 349 285 350 276 351 286 349 904 351 285 350 276 351 913 350 904 351 32887 350 484 350 276 351 275 352 906 349 285 350 277 350 285 350 275 352 913 350 484 350 285 350 699 349 284 351 277 350 285 350 905 350 285 350 276 351 914 349 907 348 32902 351 483 351 276 351 275 352 904 351 285 350 278 349 287 348 277 350 913 350 484 350 285 350 699 349 286 349 276 351 285 350 905 350 286 349 276 351 913 350 905 350 32888 349 483 351 277 350 276 351 906 349 286 349 277 350 285 350 277 350 913 350 484 350 285 350 697 351 286 349 276 351 285 350 906 349 285 350 276 351 913 350 907 348 32903 350 483 351 276 351 276 351 905 350 285 350 276 351 285 350 276 351 914 349 484 350 285 350 276 351 285 350 278 349 285 350 275 352 285 350 276 351 913 350 699 349 34152 348 484 350 276 351 276 351 905 350 284 351 276 351 285 350 277 350 913 350 484 350 285 350 275 352 285 350 277 350 285 350 276 351 285 350 277 350 914 349 697 351 34150 350 484 350 277 350 277 350 905 350 286 349 276 351 286 349 275 352 915 348 484 350 285 350 276 351 285 350 277 350 286 349 276 351 285 350 277 350 913 350 698 350 34154 346 484 350 275 352 276 351 905 350 285 350 277 350 285 350 276 351 913 350 484 350 284 351 277 350 286 349 276 351 286 349 276 351 286 349 276 351 913 350 699 349 34152 348 484 350 276 351 276 351 904 351 285 350 277 350 285 350 276 351 913 350 484 350 286 349 276 351 285 350 277 350 286 349 277 350 284 351 276 351 914 349 698 350 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 322 511 323 305 322 304 323 932 323 312 323 305 322 312 323 305 322 941 322 511 323 312 323 727 321 312 323 304 323 312 323 510 324 312 323 305 322 938 325 512 322 33766 321 511 323 305 322 305 322 932 323 312 323 305 322 312 323 305 322 941 322 512 322 313 322 726 323 312 323 305 322 312 323 511 323 312 323 305 322 940 323 511 323 33765 322 510 324 305 322 305 322 932 323 312 323 304 323 312 323 304 323 940 323 510 324 312 323 726 322 312 323 305 322 312 323 512 322 312 323 304 323 941 322 512 322 33765 322 510 324 304 323 304 323 933 322 311 324 304 323 312 323 304 323 940 323 510 324 311 324 725 323 311 324 304 323 311 324 510 324 311 324 304 323 940 323 511 323 33773 322 511 323 304 323 304 323 933 322 310 325 304 323 311 324 304 323 940 323 511 323 311 324 304 323 312 323 304 323 311 324 304 323 312 323 304 323 941 322 724 324 34179 322 511 323 304 323 303 324 932 323 311 324 304 323 311 324 304 323 940 323 511 323 311 324 304 323 312 323 304 323 311 324 304 323 311 324 304 323 940 323 726 322 34178 322 511 323 304 323 304 323 933 322 311 324 304 323 311 324 304 323 939 324 511 323 311 324 303 324 311 324 304 323 312 323 304 323 311 324 304 323 940 323 726 322 34177 323 512 322 304 323 304 323 933 322 311 324 304 323 312 323 304 323 939 324 511 323 311 324 304 323 312 323 304 323 312 323 304 323 311 324 304 323 939 324 725 323 34178 323 512 322 304 323 304 323 933 322 311 324 304 323 312 323 304 323 941 322 511 323 312 323 304 323 312 323 304 323 312 323 304 323 311 324 304 323 941 322 726 322 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 322 511 323 304 323 304 323 933 322 311 324 304 323 312 323 304 323 940 323 511 323 312 323 726 322 312 323 304 323 312 323 726 323 311 324 304 323 940 323 726 322 33328 323 510 324 304 323 304 323 931 324 312 323 304 323 312 323 304 323 942 321 511 323 312 323 725 324 312 323 304 323 312 323 725 323 312 323 304 323 941 322 724 325 33344 322 510 324 304 323 304 323 932 323 312 323 304 323 311 324 304 323 941 322 510 324 312 323 725 323 312 323 304 323 311 324 725 324 312 323 304 323 940 323 727 321 33328 322 511 323 304 323 304 323 932 323 311 324 304 323 311 324 304 323 940 323 510 324 311 324 304 323 311 324 304 323 312 323 304 323 311 324 304 323 940 323 725 323 34180 321 511 323 304 323 304 323 932 323 312 323 304 323 311 324 304 323 941 322 511 323 312 323 304 323 312 323 304 323 312 323 304 323 312 323 304 323 940 323 726 322 34177 324 511 323 304 323 304 323 931 324 311 324 304 323 311 324 304 323 939 324 510 324 311 324 304 323 312 323 304 323 312 323 304 323 312 323 304 323 940 323 724 325 34178 323 511 323 304 323 304 323 932 323 312 323 304 323 312 323 304 323 940 323 510 324 311 324 304 323 311 324 304 323 312 323 304 323 312 323 304 323 941 322 724 324 34179 322 512 322 304 323 304 323 933 322 311 324 304 323 311 324 304 323 941 322 509 325 312 323 304 323 312 323 304 323 312 323 304 323 312 323 304 323 940 323 725 323 +# +name: Enter +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 375 1722 375 673 375 1722 375 1721 376 673 375 1722 376 1721 376 1722 376 673 375 1722 375 674 374 1721 376 673 375 1723 374 674 375 41589 373 1722 375 674 374 1722 375 1723 367 680 375 673 375 672 370 681 367 1729 368 681 367 1729 368 680 368 1729 368 680 368 1729 368 43677 367 1728 369 679 369 1729 368 1730 367 681 367 1729 368 1730 367 1729 368 680 368 1729 368 680 368 1729 368 681 367 1729 368 680 368 +# +name: Keystone +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 266 1829 268 781 267 1830 267 1830 267 781 267 1829 268 1829 268 781 267 1830 267 781 267 781 267 781 267 1830 267 1830 267 781 267 42743 268 1829 268 779 269 1829 268 1829 268 781 267 781 267 781 267 1831 266 780 268 1831 266 1830 267 1829 268 780 268 781 267 1830 267 42729 266 1828 269 781 267 1829 268 1830 267 780 268 1831 266 1830 267 780 268 1829 268 781 267 780 269 780 268 1830 267 1829 268 781 267 +# +name: Picture_mode +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 352 1747 350 697 351 1748 350 1747 350 696 352 1746 351 697 351 698 350 1749 348 1748 349 1748 349 698 350 697 351 1748 349 698 350 42663 348 1746 351 699 349 1747 350 1748 349 699 350 700 348 1747 350 1746 351 698 350 699 349 697 351 1747 350 1748 349 698 350 1748 349 42646 351 1748 349 697 351 1745 352 1745 352 698 350 1746 351 699 349 698 350 1748 349 1747 350 1748 349 698 350 699 349 1748 349 696 352 +# +name: Menu_help +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 352 1744 353 694 354 1743 354 1745 352 696 352 696 352 695 353 1744 353 694 355 695 353 695 354 1744 353 1744 353 1744 353 696 352 43708 352 1744 353 696 352 1744 353 1745 352 696 352 1744 353 1744 353 696 352 1747 350 1746 351 1746 351 695 353 697 351 695 354 1746 351 41596 351 1746 351 696 352 1745 352 1747 350 697 351 699 349 698 350 1747 351 698 350 698 350 695 354 1747 350 1748 349 1747 350 697 352 +# +name: Auto_sync +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 268 1829 268 777 272 1828 269 1827 270 778 271 778 270 1828 269 779 269 1827 270 1828 269 1828 269 1827 270 1827 270 1827 270 778 270 40629 269 1826 271 778 270 1827 270 1827 270 778 270 1827 270 777 271 1826 271 778 270 778 270 780 268 778 271 777 272 779 269 1827 270 44840 270 1827 270 778 270 1827 270 1828 269 779 269 780 268 1827 270 777 271 1827 270 1827 270 1827 270 1829 268 1828 269 1828 269 779 269 +# +name: Eco+quiet +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 267 1830 267 779 269 1829 268 1830 267 779 269 1830 267 780 268 779 270 1829 268 1828 269 781 267 780 268 779 269 1829 268 781 267 43778 267 1830 267 780 268 1829 268 1828 269 780 268 780 268 1828 269 1828 269 780 268 780 269 1829 268 1829 268 1829 268 779 269 1829 268 41695 268 1829 268 780 268 1828 269 1829 268 779 269 1828 269 780 268 780 269 1829 268 1829 268 780 268 780 268 780 268 1829 268 781 268 +# +name: Resize +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 268 1828 269 778 270 1827 270 1826 271 778 270 777 271 1828 269 1827 271 1827 270 1828 269 779 269 1829 268 780 268 1829 268 779 269 41680 268 1829 268 780 268 1829 268 1828 270 778 270 1827 270 779 269 779 269 779 269 779 269 1829 268 779 270 1828 269 779 269 1828 269 43792 269 1828 269 779 269 1828 269 1828 269 781 267 779 270 1828 269 1827 270 1828 269 1829 268 779 269 1828 269 780 268 1828 269 779 270 From 3b0c55bded734cc2f6f682c71b5a3a12a385b157 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:49:39 -0400 Subject: [PATCH 33/63] Added Extron IR903 media switcher remote --- Miscellaneous/Extron/Extron_IR903.ir | 180 +++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 Miscellaneous/Extron/Extron_IR903.ir diff --git a/Miscellaneous/Extron/Extron_IR903.ir b/Miscellaneous/Extron/Extron_IR903.ir new file mode 100644 index 00000000..02d23353 --- /dev/null +++ b/Miscellaneous/Extron/Extron_IR903.ir @@ -0,0 +1,180 @@ +Filetype: IR signals file +Version: 1 +# +# Remote model IR 903 that works with the Extron IN1508 Input Scaling Switcher +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: Swap +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0B 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0D 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Video_mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 11 00 00 00 +# +name: Audio_mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 +# +name: Av_mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 13 00 00 00 +# +name: Freeze +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 17 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1A 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1F 00 00 00 +# +name: Size +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 41 00 00 00 +# +name: Center +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 42 00 00 00 +# +name: Cont_bri +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 43 00 00 00 +# +name: Col_tint +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: Zoom +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Pan +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 46 00 00 00 +# +name: Aspect_ratio +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 48 00 00 00 +# +name: Sharp +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 49 00 00 00 +# +name: Phase +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4A 00 00 00 From 90cf65b5d32c1fa49dd365e8bf5d6bdc51536028 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 14:50:14 -0400 Subject: [PATCH 34/63] Added Emerson remote NH303UD --- TVs/Emerson/Emerson_remote_NH303UD.ir | 199 ++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 TVs/Emerson/Emerson_remote_NH303UD.ir diff --git a/TVs/Emerson/Emerson_remote_NH303UD.ir b/TVs/Emerson/Emerson_remote_NH303UD.ir new file mode 100644 index 00000000..50486227 --- /dev/null +++ b/TVs/Emerson/Emerson_remote_NH303UD.ir @@ -0,0 +1,199 @@ +Filetype: IR signals file +Version: 1 +# +# Remote model Emerson NH303UD. +# Tested on Emerson (FUNAI) LF501EM4 TV +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 20 DF 00 00 +# +name: Source +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 40 BF 00 00 +# +name: Mode +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 83 7C 00 00 +# +name: Freeze +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 9E 61 00 00 +# +name: Sleep +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 22 DD 00 00 +# +name: Pic_size +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 90 6F 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 01 FE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 02 FD 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 03 FC 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 04 FB 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 05 FA 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 06 F9 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 07 F8 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 08 F7 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 09 F6 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 00 FF 00 00 +# +name: Prev_ch +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 57 A8 00 00 +# +name: . +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 1B E4 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 60 9F 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 61 9E 00 00 +# +name: Sap +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 65 9A 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 64 9B 00 00 +# +name: Ch_up +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 50 AF 00 00 +# +name: Ch_dn +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 51 AE 00 00 +# +name: Back +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 78 87 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 70 8F 00 00 +# +name: Info +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 9B 64 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 73 8C 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 76 89 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 75 8A 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 74 8B 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 77 88 00 00 From f3315275d6a6eb1e5cdbc80622bf4e6b486ee46f Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:07:00 -0400 Subject: [PATCH 35/63] added remote LG 75UJ6470 --- TVs/LG/LG_75UJ6470.ir | 294 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 294 insertions(+) create mode 100644 TVs/LG/LG_75UJ6470.ir diff --git a/TVs/LG/LG_75UJ6470.ir b/TVs/LG/LG_75UJ6470.ir new file mode 100644 index 00000000..9284e31a --- /dev/null +++ b/TVs/LG/LG_75UJ6470.ir @@ -0,0 +1,294 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for LG 75UJ6470 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Input +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0B 00 00 00 +# +name: Caption +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 39 00 00 00 +# +name: Help +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 7A 00 00 00 +# +name: Search +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 78 00 00 00 +# +name: Tv +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0F 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 11 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 12 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 13 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 14 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 16 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 17 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 18 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 19 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 10 00 00 00 +# +name: List +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4C 00 00 00 +# +name: Flashbk +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1A 00 00 00 +# +name: Fav +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1E 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 04 00 00 00 +command: AA 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Netflix +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 56 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 7C 00 00 00 +# +name: Amazon +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 5C 00 00 00 +# +name: Settings +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 43 00 00 00 +# +name: Live_zoom +type: parsed +protocol: NEC +address: 04 00 00 00 +command: AF 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 40 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 07 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 06 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 41 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 28 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 5B 00 00 00 +# +name: SAP_astrx +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 91 00 00 00 +# +name: Sleep +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0E 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B1 00 00 00 +# +name: Bkwd +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8F 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B0 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 04 00 00 00 +command: BA 00 00 00 +# +name: Fwd +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8E 00 00 00 +# +name: Red +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 72 00 00 00 +# +name: Green +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 71 00 00 00 +# +name: Yellow +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 63 00 00 00 +# +name: Blue +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 61 00 00 00 From 2ae97b713f7007cb6bd9c2c0f575a134ac7a05e0 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:07:39 -0400 Subject: [PATCH 36/63] Added remote LG AKB73275675 --- TVs/LG/LG_AKB73275675.ir | 270 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 TVs/LG/LG_AKB73275675.ir diff --git a/TVs/LG/LG_AKB73275675.ir b/TVs/LG/LG_AKB73275675.ir new file mode 100644 index 00000000..af2291b8 --- /dev/null +++ b/TVs/LG/LG_AKB73275675.ir @@ -0,0 +1,270 @@ +Filetype: IR signals file +Version: 1 +# +# LG AKB73275675 remote +# +# Capture by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Energy_saving +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 95 00 00 00 +# +name: Ratio +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 79 00 00 00 +# +name: Input +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0B 00 00 00 +# +name: Tv +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0F 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 11 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 12 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 13 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 14 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 16 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 17 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 18 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 19 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 10 00 00 00 +# +name: Dash +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4C 00 00 00 +# +name: Flashbk +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1A 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Fav +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1E 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 04 00 00 00 +command: AA 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 43 00 00 00 +# +name: Av_mode +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 30 00 00 00 +# +name: Q_menu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 45 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 40 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 07 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 06 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 41 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 28 00 00 00 +# +name: Simplink +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 7E 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 5B 00 00 00 +# +name: Red +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 72 00 00 00 +# +name: Green +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 71 00 00 00 +# +name: Yellow +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 63 00 00 00 +# +name: Blue +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 61 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B1 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B0 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 04 00 00 00 +command: BA 00 00 00 +# +name: Backwd +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8F 00 00 00 +# +name: Fwd +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8E 00 00 00 From e0aadecdbeb69c90e446ddeb82b72f020994fdd1 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:08:15 -0400 Subject: [PATCH 37/63] Added LG AKB72915206 remote --- TVs/LG/LG_AKB72915206.ir | 270 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 TVs/LG/LG_AKB72915206.ir diff --git a/TVs/LG/LG_AKB72915206.ir b/TVs/LG/LG_AKB72915206.ir new file mode 100644 index 00000000..edaacaac --- /dev/null +++ b/TVs/LG/LG_AKB72915206.ir @@ -0,0 +1,270 @@ +Filetype: IR signals file +Version: 1 +# +# LG Remote AKB72915206 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Energy_saving +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 95 00 00 00 +# +name: Av_mode +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 30 00 00 00 +# +name: Input +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0B 00 00 00 +# +name: Tv +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 0F 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 11 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 12 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 13 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 14 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 16 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 17 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 18 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 19 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 10 00 00 00 +# +name: - +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4C 00 00 00 +# +name: Flashbk +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1A 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch_dn +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Fav +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1E 00 00 00 +# +name: Ratio +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 79 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 43 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 04 00 00 00 +command: AA 00 00 00 +# +name: Q_menu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 45 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 40 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 07 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 06 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 41 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 28 00 00 00 +# +name: Simplink +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 7E 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 5B 00 00 00 +# +name: Red +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 72 00 00 00 +# +name: Green +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 71 00 00 00 +# +name: Yellow +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 63 00 00 00 +# +name: Blue +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 61 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B1 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 04 00 00 00 +command: B0 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 04 00 00 00 +command: BA 00 00 00 +# +name: Rew +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8F 00 00 00 +# +name: Fwd +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 8E 00 00 00 From f985b204568d9e7da22aaccfb290efd5dbe23ebb Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:16:20 -0400 Subject: [PATCH 38/63] Added remote for E70U-D3 --- TVs/Vizio/Vizio_E70U-D3.ir | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 TVs/Vizio/Vizio_E70U-D3.ir diff --git a/TVs/Vizio/Vizio_E70U-D3.ir b/TVs/Vizio/Vizio_E70U-D3.ir new file mode 100644 index 00000000..89974b97 --- /dev/null +++ b/TVs/Vizio/Vizio_E70U-D3.ir @@ -0,0 +1,74 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Vizio E70U-D3 TV Panel +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 2F 00 00 00 +# +name: Link +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 63 00 00 00 +# +name: Image +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 77 00 00 00 +# +name: Vol+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol- +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch- +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Play_pause +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 37 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# +name: Pic +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 67 00 00 00 +# + From 6a383942fd8464584434cc97ccb08e94daf00734 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:17:00 -0400 Subject: [PATCH 39/63] Added remote for M70Q6-J03 --- TVs/Vizio/Vizio_M70Q6-J03.ir | 138 +++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 TVs/Vizio/Vizio_M70Q6-J03.ir diff --git a/TVs/Vizio/Vizio_M70Q6-J03.ir b/TVs/Vizio/Vizio_M70Q6-J03.ir new file mode 100644 index 00000000..3f1601df --- /dev/null +++ b/TVs/Vizio/Vizio_M70Q6-J03.ir @@ -0,0 +1,138 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Vizio M-series (M70Q6-J03) +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Input +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 2F 00 00 00 +# +name: Peacock +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 51 00 00 00 +# +name: Netflix +type: parsed +protocol: NEC +address: 04 00 00 00 +command: EB 00 00 00 +# +name: Prime_video +type: parsed +protocol: NEC +address: 04 00 00 00 +command: EA 00 00 00 +# +name: Disney+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1F 00 00 00 +# +name: Crackle +type: parsed +protocol: NEC +address: 04 00 00 00 +command: F8 00 00 00 +# +name: Tubi +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 5A 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 2D 00 00 00 +# +name: Settings +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4F 00 00 00 +# +name: Watchfree +type: parsed +protocol: NEC +address: 04 00 00 00 +command: F7 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 45 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 47 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 48 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 46 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4A 00 00 00 +# +name: Cc +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 39 00 00 00 +# +name: Mic +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 40 00 00 00 +# +name: Vol+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol- +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 From 35676936288c304278b6742dd9e777e9c75f0d81 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:17:28 -0400 Subject: [PATCH 40/63] Added remote for V705-G1 --- TVs/Vizio/Vizio_V705-G1.ir | 234 +++++++++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 TVs/Vizio/Vizio_V705-G1.ir diff --git a/TVs/Vizio/Vizio_V705-G1.ir b/TVs/Vizio/Vizio_V705-G1.ir new file mode 100644 index 00000000..6e685379 --- /dev/null +++ b/TVs/Vizio/Vizio_V705-G1.ir @@ -0,0 +1,234 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Vizio V705-G1 +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 08 00 00 00 +# +name: Input +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 2F 00 00 00 +# +name: Vudu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: EC 00 00 00 +# +name: Netflix +type: parsed +protocol: NEC +address: 04 00 00 00 +command: EB 00 00 00 +# +name: Prime_video +type: parsed +protocol: NEC +address: 04 00 00 00 +command: EA 00 00 00 +# +name: Xumo +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 6F 00 00 00 +# +name: Hulu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: F9 00 00 00 +# +name: Redbox +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 42 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 49 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4F 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 45 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 47 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 48 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 46 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 44 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 4A 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1B 00 00 00 +# +name: Watchfree +type: parsed +protocol: NEC +address: 04 00 00 00 +command: F7 00 00 00 +# +name: Vol+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol- +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch+ +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch- +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 2D 00 00 00 +# +name: Cc +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 39 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# +name: Return +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 1A 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 11 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 12 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 13 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 14 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 15 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 16 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 17 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 18 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 19 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 10 00 00 00 +# +name: Pic +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 67 00 00 00 +# +name: - +type: parsed +protocol: NEC +address: 04 00 00 00 +command: FF 00 00 00 From 2a2997978503f9cc187db58e33c37e40b89d45b1 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:18:01 -0400 Subject: [PATCH 41/63] Added remote V705-G1 --- TVs/RCA/RCA_RCR314WR_ RCA313BR.ir | 198 ++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 TVs/RCA/RCA_RCR314WR_ RCA313BR.ir diff --git a/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir b/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir new file mode 100644 index 00000000..2db690e3 --- /dev/null +++ b/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir @@ -0,0 +1,198 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RCA314WR/RCA313BR +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0F F0 00 00 +# +name: Ch_up +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0A F5 00 00 +# +name: Ch_dn +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0B F4 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0C F3 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0D F2 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 00 FF 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 01 FE 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 02 FD 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 03 FC 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 04 FB 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 05 FA 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 06 F9 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 07 F8 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 08 F7 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 09 F6 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0E F1 00 00 +# +name: Mute_fix +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 0E F1 00 00 +# +name: Info +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 17 E8 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 14 EB 00 00 +# +name: Guide_home +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 45 BA 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 42 BD 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 16 E9 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 15 EA 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 43 BC 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 18 E7 00 00 +# +name: Back +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 10 EF 00 00 +# +name: Input +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 1D E2 00 00 +# +name: Rev +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 7E 81 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 70 8F 00 00 +# +name: Fwd +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 7D 82 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 71 8E 00 00 +# +name: Pause +type: parsed +protocol: NECext +address: 86 05 00 00 +command: 81 7E 00 00 From e0fe6cfddfc6b1079c63994669757c5976423894 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:18:26 -0400 Subject: [PATCH 42/63] Added remote AA59-00580A --- TVs/Samsung/Samsung_AA59-00580A.ir | 312 +++++++++++++++++++++++++++++ 1 file changed, 312 insertions(+) create mode 100644 TVs/Samsung/Samsung_AA59-00580A.ir diff --git a/TVs/Samsung/Samsung_AA59-00580A.ir b/TVs/Samsung/Samsung_AA59-00580A.ir new file mode 100644 index 00000000..99a8ea27 --- /dev/null +++ b/TVs/Samsung/Samsung_AA59-00580A.ir @@ -0,0 +1,312 @@ +Filetype: IR signals file +Version: 1 +# +# Remote model Samsung AA59-00580A +# +# Captured by: emptythevoid +# +name: Mute +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0F 00 00 00 +# +name: Vol_down +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0B 00 00 00 +# +name: Vol_up +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 07 00 00 00 +# +name: Power +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 02 00 00 00 +# +name: Source +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 01 00 00 00 +# +name: 1 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 04 00 00 00 +# +name: 2 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 05 00 00 00 +# +name: 3 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 06 00 00 00 +# +name: 4 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 08 00 00 00 +# +name: 5 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 09 00 00 00 +# +name: 6 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0A 00 00 00 +# +name: 7 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0C 00 00 00 +# +name: 8 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0D 00 00 00 +# +name: 9 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0E 00 00 00 +# +name: 0 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 11 00 00 00 +# +name: Dash +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 23 00 00 00 +# +name: Pre_ch +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 13 00 00 00 +# +name: Vol_up +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 07 00 00 00 +# +name: Vol_down +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0B 00 00 00 +# +name: Ch_up +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 12 00 00 00 +# +name: Ch_down +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 10 00 00 00 +# +name: Mute +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0F 00 00 00 +# +name: Ch_list +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 6B 00 00 00 +# +name: Menu +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 1A 00 00 00 +# +name: Search +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 73 00 00 00 +# +name: Hub +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 79 00 00 00 +# +name: Tools +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 4B 00 00 00 +# +name: Info +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 1F 00 00 00 +# +name: Up +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 60 00 00 00 +# +name: Left +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 65 00 00 00 +# +name: Right +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 62 00 00 00 +# +name: Down +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 61 00 00 00 +# +name: Enter +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 68 00 00 00 +# +name: Return +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 58 00 00 00 +# +name: Exit +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 2D 00 00 00 +# +name: A +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 6C 00 00 00 +# +name: B +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 14 00 00 00 +# +name: C +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 15 00 00 00 +# +name: D +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 16 00 00 00 +# +name: Family_story +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: C6 00 00 00 +# +name: Mts +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 00 00 00 00 +# +name: Srs +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 6E 00 00 00 +# +name: Support +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 3F 00 00 00 +# +name: P_size +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 3E 00 00 00 +# +name: Cc +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 25 00 00 00 +# +name: Bkwd +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 45 00 00 00 +# +name: Pause +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 4A 00 00 00 +# +name: Fwd +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 48 00 00 00 +# +name: Rec +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 49 00 00 00 +# +name: Play +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 47 00 00 00 +# +name: Stop +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 46 00 00 00 From a9a324a79bb6452ea5384ec8739a2009aec403c2 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:18:51 -0400 Subject: [PATCH 43/63] Added remote for 32CV100U --- TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir | 300 +++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir diff --git a/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir b/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir new file mode 100644 index 00000000..bbe645bb --- /dev/null +++ b/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir @@ -0,0 +1,300 @@ +Filetype: IR signals file +Version: 1 +# +# Remote SE R0305 for LCD HDTV model 32CV100U +# +# Captured by: emptythevoid +# +name: Power +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 12 00 00 00 +# +name: Sleep +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 15 00 00 00 +# +name: Tv_dvd +type: parsed +protocol: NECext +address: 45 BC 00 00 +command: B3 4C 00 00 +# +name: Eject +type: parsed +protocol: NEC +address: 45 00 00 00 +command: F5 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 00 00 00 00 +# +name: Display +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1C 00 00 00 +# +name: Jump +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 9B 00 00 00 +# +name: Subtitle +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 87 00 00 00 +# +name: Input_zoom +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 0F 00 00 00 +# +name: Audio_select +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 53 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 10 00 00 00 +# +name: Ch_up +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1B 00 00 00 +# +name: Ch_dn +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1F 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1A 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1E 00 00 00 +# +name: Play_mode +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1D 00 00 00 +# +name: Dvd_menu +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 19 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 80 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 51 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 4D 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 81 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 4E 00 00 00 +# +name: Menu_setup +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 0E 00 00 00 +# +name: Exit_cancel +type: parsed +protocol: NEC +address: 44 00 00 00 +command: EF 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 10 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 15 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 14 00 00 00 +# +name: Skip_bk +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 17 00 00 00 +# +name: Skip_fwd +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 57 00 00 00 +# +name: Rev +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 19 00 00 00 +# +name: Ff +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 13 00 00 00 +# +name: Slow_bk +type: parsed +protocol: NEC +address: 45 00 00 00 +command: 0E 00 00 00 +# +name: Slow_fwd +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 0D 00 00 00 +# +name: Angle +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 96 00 00 00 +# +name: Marker +type: parsed +protocol: NEC +address: 45 00 00 00 +command: EC 00 00 00 +# +name: Top_menu +type: parsed +protocol: NEC +address: 44 00 00 00 +command: DF 00 00 00 +# +name: Return +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 5D 00 00 00 +# +name: Repeat_a_b +type: parsed +protocol: NEC +address: 44 00 00 00 +command: 5C 00 00 00 +# +name: Game +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 28 00 00 00 +# +name: Pic_size +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 59 00 00 00 From d005d23ef78d06a46f16467651214de5027b3bda Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:19:16 -0400 Subject: [PATCH 44/63] Added remote for SC3492Z --- TVs/Zenith/Zenith_SC3492Z.ir | 156 +++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 TVs/Zenith/Zenith_SC3492Z.ir diff --git a/TVs/Zenith/Zenith_SC3492Z.ir b/TVs/Zenith/Zenith_SC3492Z.ir new file mode 100644 index 00000000..f422765b --- /dev/null +++ b/TVs/Zenith/Zenith_SC3492Z.ir @@ -0,0 +1,156 @@ +Filetype: IR signals file +Version: 1 +# +# Zenith remote SC3492Z to unknown Zenith TV +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 611 386 612 3984 612 4984 612 387 611 3985 612 387 611 3986 611 4985 611 387 611 3986 611 4985 611 387 611 3986 610 4987 609 4985 611 389 609 +# +name: Timer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 485 514 485 4112 484 5112 484 514 485 4112 484 5109 487 513 486 4113 483 5112 484 514 485 4112 484 513 486 4112 484 5112 484 514 485 4112 484 +# +name: Cc +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 537 463 536 4060 536 5061 535 462 536 4061 536 5059 537 465 534 4061 536 5059 537 462 537 4062 534 5060 536 461 537 4060 537 5061 535 463 536 +# +name: Flshbk +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 587 410 588 4011 536 462 537 4060 537 5059 537 462 536 4060 537 5059 537 5060 536 462 537 4059 538 463 536 4060 536 5060 536 460 538 4060 536 +# +name: Mute +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 595 403 595 4002 594 5001 595 404 594 4002 594 405 593 4003 594 5001 595 5001 595 405 593 4003 594 405 593 4004 592 5004 592 406 592 4004 593 +# +name: Vol+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 596 401 597 4000 596 5000 596 402 596 4001 596 402 596 4002 595 5000 596 5000 596 403 595 4002 595 402 596 4003 594 5002 594 5000 596 404 594 +# +name: Vol- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 484 514 485 4112 485 5111 485 514 485 4112 484 5110 486 513 486 4111 485 5110 486 514 485 4112 484 513 486 4112 484 5112 484 5113 483 513 486 +# +name: Ch+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 591 405 593 4005 591 5005 591 407 591 4006 591 408 590 4006 591 5006 590 5004 592 406 591 4005 592 5005 591 407 591 4006 591 407 591 4007 590 +# +name: Ch- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 598 400 598 3999 597 4999 596 401 597 4000 597 5000 596 402 596 3999 598 4999 597 401 597 4000 597 4998 598 402 596 4000 597 402 596 4000 597 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 508 490 509 4089 507 490 486 4111 485 5112 507 5088 485 513 486 4113 483 5112 484 514 485 4111 485 5111 485 514 485 4112 484 513 486 4111 486 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 592 405 599 3998 598 400 598 3999 598 4998 598 4998 598 400 598 4000 596 4998 598 400 598 3999 598 401 597 3999 598 4999 597 4999 597 400 598 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 589 408 590 3948 648 408 590 4009 587 5009 587 5007 589 410 588 4009 587 5009 587 410 588 4010 587 410 538 4060 586 5009 588 410 538 4059 587 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 598 401 597 3999 597 401 597 3999 598 4998 598 4999 597 401 597 4000 597 401 597 4000 597 5000 596 5000 596 402 596 4001 595 5000 596 402 596 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 509 491 508 4089 507 490 486 4111 509 5087 509 5088 508 490 485 4110 509 490 486 4112 508 5087 509 5087 509 489 486 4111 509 490 486 4112 484 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 591 406 599 3998 598 401 597 3999 598 4999 597 4998 598 401 597 4001 596 401 597 4000 597 4999 597 401 597 3999 598 4999 597 4999 597 401 597 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 536 463 536 4061 535 463 536 4061 535 5060 536 5061 535 463 535 4063 534 463 536 4063 534 5061 535 464 535 4062 535 5060 536 464 535 4060 537 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 598 401 597 4000 596 401 597 4000 597 4999 597 401 597 4000 596 5000 596 5000 596 401 597 4000 597 5000 596 402 596 4002 595 5001 595 403 595 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 597 401 597 3999 597 401 597 4000 597 4999 597 401 597 4002 595 5000 596 4999 597 402 596 4000 597 5000 596 402 596 4001 596 402 596 4002 595 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 593 404 594 4003 593 404 594 4004 593 5002 594 5003 593 405 593 4005 592 5003 593 406 592 4006 591 5004 592 406 592 4005 592 5004 592 407 591 +# +name: Enter +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 597 400 598 3997 599 401 597 3998 599 4999 597 401 597 4000 597 4998 598 400 598 4000 597 4999 597 5000 596 402 596 4000 597 5000 596 402 596 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 591 407 591 4006 591 408 590 4007 590 5006 590 410 588 4008 589 5008 588 409 589 4007 590 5007 589 408 590 4008 589 5007 589 409 589 4007 589 +# +name: Select+ +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 536 462 536 4063 533 463 536 4061 536 5059 537 465 533 4061 535 5062 534 463 535 4060 537 5060 536 463 535 4062 535 5062 534 5061 535 462 537 +# +name: Select- +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 534 463 509 4088 508 490 509 4089 507 5087 509 490 509 4089 507 5088 508 491 485 4111 509 5088 508 5088 508 491 485 4110 486 513 486 4112 484 +# +name: Adj_left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 595 402 596 4001 595 5001 595 404 594 4002 595 5003 593 404 594 4002 595 404 594 4005 592 5003 593 404 594 4003 594 5004 592 5002 593 405 593 +# +name: Adj_right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 507 489 487 4112 484 5112 484 513 486 4112 485 513 486 4111 485 5111 485 514 485 4111 485 5112 484 513 486 4112 484 5112 484 512 487 4111 486 From 849782aa629b05ba668228722581c38122c1df9d Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:19:53 -0400 Subject: [PATCH 45/63] Added remote for Magnavoc N9377 --- VCR/Magnavox/Magnavox_N9377.ir | 174 +++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 VCR/Magnavox/Magnavox_N9377.ir diff --git a/VCR/Magnavox/Magnavox_N9377.ir b/VCR/Magnavox/Magnavox_N9377.ir new file mode 100644 index 00000000..d2d174cf --- /dev/null +++ b/VCR/Magnavox/Magnavox_N9377.ir @@ -0,0 +1,174 @@ +Filetype: IR signals file +Version: 1 +# +# Magnavox N9377 remote that should be compatible with some older Emerson, Magnavox, Sylvania, and FUNAI VCR decks +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3516 3473 907 862 906 842 898 862 906 2601 908 841 899 2603 906 861 907 841 899 861 907 861 907 842 898 2603 906 2603 906 2582 900 2603 906 862 905 2582 900 861 907 2603 906 2583 899 2602 907 2603 906 2583 899 862 906 33728 3516 3473 907 862 906 841 899 861 907 2603 906 841 899 2603 906 861 907 840 901 861 907 861 907 841 900 2603 906 2602 907 2582 900 2602 907 861 907 2583 899 861 907 2603 906 2582 900 2603 906 2602 907 2583 899 861 907 +# +name: Vcr_TV +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3517 3472 908 858 909 840 900 859 909 2602 907 839 901 2601 908 859 909 839 901 860 908 860 908 841 899 858 910 2600 909 2581 901 2603 906 859 909 2580 901 860 908 2602 907 2579 902 2601 908 2602 907 2579 903 2600 909 33725 3518 3472 908 860 908 839 901 859 909 2602 907 838 902 2600 909 859 909 839 901 860 908 858 910 838 902 859 909 2601 908 2580 902 2601 908 860 908 2581 900 860 908 2601 908 2581 901 2601 908 2600 909 2580 902 2601 908 +# +name: Eject +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3495 3496 880 887 881 865 875 887 881 2631 878 866 874 2627 882 2628 881 866 874 2627 882 2627 882 2609 873 2629 880 2630 879 2608 874 2628 881 886 882 2609 873 887 881 886 882 2607 875 889 878 886 882 867 873 887 880 33753 3493 3496 880 888 880 865 875 886 882 2627 882 867 874 2628 881 2627 882 867 873 2628 881 2629 880 2608 874 2628 881 2628 881 2608 874 2628 881 884 884 2607 874 886 882 885 883 2607 875 886 882 886 882 866 874 885 883 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3513 3498 909 841 899 859 909 859 909 2581 901 859 909 2601 908 2580 902 2600 909 2600 909 2579 903 2603 906 859 909 2580 902 2600 909 2602 907 838 903 2602 907 860 908 839 901 859 909 858 910 838 902 859 909 2600 909 33706 3510 3498 909 839 901 860 908 858 909 2580 902 859 909 2601 908 2580 902 2600 909 2601 908 2579 902 2599 910 860 908 2580 902 2600 909 2601 908 840 900 2600 909 860 908 839 901 859 909 859 908 839 901 859 909 2601 908 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3518 3471 906 862 906 840 901 860 907 2604 905 842 898 2602 907 2602 907 840 900 860 907 860 908 842 898 2601 908 2602 907 2582 900 2602 907 860 933 2556 926 835 933 833 935 2554 928 2574 935 2576 933 2556 926 834 934 33700 3519 3470 935 834 933 813 928 833 935 2576 933 812 928 2575 934 2576 933 813 927 833 935 833 935 813 927 2574 935 2574 935 2555 927 2575 934 833 934 2554 928 833 935 833 935 2554 928 2575 934 2575 934 2555 927 833 935 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3520 3471 908 860 908 838 902 860 908 2600 909 838 902 2600 909 860 908 2581 901 860 908 859 909 839 902 2600 909 2600 909 2580 901 2601 908 859 908 2581 901 860 907 2601 908 839 901 2600 909 2599 910 2582 899 860 908 33724 3519 3473 906 860 908 839 901 858 910 2601 908 839 901 2601 908 860 908 2581 900 858 910 859 908 840 901 2601 908 2601 908 2580 902 2600 909 859 909 2580 901 859 909 2601 908 840 900 2600 909 2600 909 2579 903 858 910 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3520 3471 908 859 909 839 901 859 909 2599 910 839 901 2599 910 2600 909 2579 903 860 908 860 908 838 902 2600 909 2600 909 2579 903 2601 908 860 908 2580 902 859 909 857 911 840 900 2601 908 2600 909 2582 899 859 909 33722 3521 3472 907 862 906 839 901 859 909 2601 908 839 901 2600 909 2600 909 2580 902 861 907 860 908 839 901 2601 908 2601 908 2582 900 2600 909 860 908 2581 901 860 908 859 909 839 902 2602 907 2600 909 2579 903 859 909 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3498 934 814 927 834 934 832 936 2556 926 835 933 2576 933 815 925 833 935 2574 935 813 927 834 934 2575 934 2555 927 2574 935 2576 933 813 927 2575 934 834 934 2554 927 2576 933 834 934 2554 927 2574 935 833 934 33787 3512 3499 906 840 900 860 908 861 907 2583 899 861 907 2602 907 841 899 862 906 2603 906 842 898 861 907 2601 908 2582 900 2603 906 2602 907 840 900 2603 906 861 907 2583 899 2601 908 860 908 2583 899 2603 906 862 906 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3509 3500 907 841 899 861 907 860 908 2583 899 862 906 2602 907 2582 900 860 908 2602 907 841 899 862 906 2603 906 2583 899 2602 907 2603 906 842 899 2602 907 862 906 840 901 2602 907 861 907 2583 899 2604 905 862 905 33817 3508 3501 907 841 899 864 904 862 906 2581 901 861 907 2603 906 2581 901 862 906 2603 906 841 900 861 907 2604 905 2583 899 2603 906 2602 907 841 899 2604 905 862 906 841 899 2603 906 861 907 2582 900 2603 906 861 907 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3512 3499 908 839 901 859 908 859 909 2581 901 860 908 2601 908 839 901 2601 908 2603 906 839 901 862 906 2601 908 2580 902 2601 908 2601 908 840 900 2601 908 859 909 2582 900 858 909 860 908 2581 900 2602 907 860 908 33815 3510 3499 908 839 902 860 908 860 908 2580 901 859 909 2601 908 840 900 2601 908 2600 909 839 901 859 909 2601 908 2582 900 2600 909 2600 909 839 901 2601 908 859 909 2580 901 860 908 858 910 2579 902 2601 908 859 908 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3510 3498 909 841 899 859 909 858 909 2580 902 860 907 2601 908 2581 901 2602 907 2602 907 839 901 860 908 2601 908 2581 901 2602 907 2602 907 839 901 2601 908 861 907 839 902 859 909 860 908 2581 901 2601 908 860 908 33813 3512 3499 908 840 900 858 910 860 908 2583 899 859 909 2601 908 2581 901 2599 910 2600 909 839 902 859 908 2602 907 2580 902 2602 907 2600 909 840 900 2600 909 860 908 839 901 860 907 860 908 2582 900 2601 908 859 909 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3516 3473 907 859 908 840 900 861 907 2603 906 840 900 2604 905 862 906 842 898 860 907 2602 907 841 899 2603 906 2603 906 2582 900 2604 905 861 907 2582 899 860 908 2603 906 2583 899 2602 907 861 907 2581 901 861 907 33863 3516 3481 899 860 908 860 907 841 899 2602 907 861 907 2582 900 862 906 861 906 840 900 2603 906 862 906 2583 899 2603 906 2603 906 2581 901 863 905 2602 907 841 899 2601 908 2603 906 2584 898 863 905 2603 906 841 899 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3488 3522 881 866 874 887 881 889 879 2606 876 887 881 2628 881 2608 874 885 883 888 880 2607 875 887 880 2628 881 2608 874 2629 880 2628 881 866 874 2628 881 886 882 866 875 2629 880 2629 880 867 874 2627 882 887 880 33888 3495 3495 881 886 882 865 875 887 881 2627 882 868 873 2628 881 2629 880 866 874 890 878 2627 882 865 876 2627 882 2628 881 2608 874 2626 883 888 880 2609 873 887 881 887 881 2632 850 2628 881 886 882 2606 876 886 882 +# +name: +100 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3519 3471 935 834 934 815 925 2575 934 2575 934 814 927 2574 935 2575 934 812 929 2576 933 2575 934 2555 927 2575 934 2575 934 2554 928 834 934 834 934 2557 925 835 933 833 935 2554 927 833 935 835 933 813 927 833 935 33834 3520 3478 927 834 934 833 935 2556 926 2575 934 834 934 2555 927 2575 934 835 933 2555 926 2576 933 2575 934 2555 927 2576 933 2575 934 814 927 834 934 2574 935 814 926 833 935 2575 934 813 927 833 935 835 933 813 927 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3499 933 814 926 834 934 834 934 2554 928 834 934 2576 933 2554 928 835 933 2576 933 814 927 2577 932 834 934 2556 926 2577 932 2576 933 814 926 2574 935 834 934 813 927 2576 933 834 934 2554 928 833 935 2574 935 33835 3520 3471 934 834 934 813 927 833 935 2576 933 814 927 2575 934 2575 934 811 929 2575 934 834 934 2553 929 834 934 2574 935 2554 928 2576 933 835 933 2554 928 833 935 834 934 2555 927 833 935 2575 934 814 926 2574 935 +# +name: Search_mode +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3495 3502 874 887 881 886 882 868 872 2628 881 887 881 2606 876 2628 881 2628 881 2607 875 887 881 887 881 865 875 2628 881 2629 880 2608 874 888 880 2627 882 866 875 887 881 888 880 865 875 2629 880 2628 881 2607 875 34005 3487 3523 881 864 876 886 882 885 883 2608 874 889 879 2629 880 2607 875 2628 881 2628 881 867 874 886 882 887 881 2606 876 2628 881 2628 881 868 873 2628 881 886 882 865 875 888 880 887 881 2608 874 2627 882 2629 880 +# +name: Display +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3510 3499 908 841 899 858 910 859 909 2581 900 860 908 2601 908 839 902 2600 909 2602 907 839 902 859 909 859 909 2581 901 2600 909 2601 908 839 902 2601 908 858 910 2580 902 860 907 859 909 2581 901 2602 907 2601 908 33862 3517 3472 908 861 907 838 902 858 909 2602 907 838 902 2601 908 859 909 2581 901 2600 909 859 908 840 901 860 908 2601 908 2582 899 2601 908 859 908 2581 901 859 909 2600 909 840 901 859 909 2601 908 2581 901 2601 908 +# +name: Slow +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3507 3503 904 841 900 862 906 862 906 2582 899 863 905 2603 906 2583 899 862 906 2604 905 2583 899 862 906 862 906 2583 899 2604 905 2604 905 841 900 2603 906 861 907 842 898 2604 905 862 906 842 898 2604 905 2604 905 33864 3516 3476 904 862 906 842 898 861 907 2604 905 842 899 2603 906 2603 906 841 899 2604 905 2602 907 842 898 862 906 2604 905 2583 899 2603 906 862 906 2584 898 863 905 862 906 2583 899 862 906 862 906 2584 898 2604 905 +# +name: Exit +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3547 3444 935 833 935 812 928 835 933 2575 934 815 925 2575 934 2574 935 2553 929 2606 903 2575 934 811 930 832 935 2574 935 2554 927 2575 934 836 932 2555 927 832 936 832 936 815 926 835 933 835 933 2553 929 2575 934 33835 3545 3451 928 833 935 834 934 814 926 2574 935 835 933 2553 929 2576 933 2575 934 2554 928 2574 935 834 934 811 929 2574 935 2573 936 2554 928 833 934 2574 935 812 928 833 935 834 934 812 929 835 933 2573 936 2555 927 +# +name: Counter +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3485 3529 903 844 896 865 903 865 903 2585 897 865 903 2606 903 844 896 865 903 2607 902 845 896 2604 905 864 904 2585 897 2602 907 2602 907 840 901 2602 907 861 907 2581 901 2601 908 859 909 2580 902 859 909 2601 908 33888 3519 3479 901 860 908 859 909 839 902 2600 909 858 910 2582 900 859 909 861 907 2580 902 860 908 2601 908 838 903 2600 909 2600 909 2580 902 858 910 2600 909 840 901 2600 909 2600 909 838 902 2601 908 859 909 2582 900 +# +name: Ch_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3500 907 839 901 859 909 859 909 2581 901 861 907 2602 907 839 902 861 907 859 909 841 899 2601 908 860 908 2582 899 2602 907 2602 907 839 902 2602 907 860 908 2581 901 2601 908 2601 908 2581 901 860 908 2601 908 33863 3517 3473 907 859 909 839 901 859 909 2601 908 839 902 2599 910 859 909 839 901 860 908 860 908 2580 902 860 908 2602 907 2580 902 2601 908 860 908 2581 901 859 909 2600 909 2581 901 2601 908 2600 909 839 901 2600 909 +# +name: Ch_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3519 3480 927 831 937 831 937 813 927 2574 935 833 935 2555 927 833 935 832 935 811 930 2575 934 832 936 812 929 2573 936 2574 935 2553 928 832 936 2573 936 812 928 2575 934 2573 936 2554 928 832 936 2574 935 2554 928 33843 3537 3472 935 812 928 832 936 832 936 2556 925 833 935 2574 935 812 928 833 935 835 932 2554 928 834 934 836 932 2555 927 2576 933 2576 933 814 926 2575 934 836 932 2555 927 2574 935 2576 933 812 928 2575 934 2575 934 +# +name: Play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3518 3478 902 859 909 860 908 839 902 2601 908 859 909 2581 901 862 906 2601 908 839 901 2602 907 861 907 839 901 2600 909 2601 908 2580 902 859 909 2601 908 839 901 2601 908 860 907 2581 901 860 908 2603 906 2580 902 34025 3518 3473 907 860 908 840 900 860 908 2602 907 840 900 2601 908 859 909 2582 900 861 907 2602 907 839 902 859 909 2602 907 2581 901 2601 908 860 908 2581 901 858 910 2601 908 840 901 2602 907 860 908 2582 900 2602 907 +# +name: Stop +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3519 3478 900 863 905 864 904 841 900 2606 903 860 908 2581 900 861 907 861 907 2582 900 2602 907 2603 906 841 900 2603 906 2604 905 2582 900 861 907 2604 905 840 900 2602 907 2602 907 841 900 860 908 862 906 2583 899 34027 3519 3472 905 862 906 843 898 862 906 2604 905 842 899 2603 906 861 907 841 900 2604 905 2603 906 2583 899 862 906 2603 906 2582 900 2603 906 861 907 2582 900 861 907 2603 906 2582 900 861 907 862 906 840 900 2602 907 +# +name: Rew +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3511 3500 932 815 925 833 935 833 935 2556 926 835 933 2575 934 813 927 835 933 2577 932 2555 927 834 934 835 933 2554 928 2575 934 2576 933 814 926 2577 932 833 935 2556 926 2575 934 835 933 814 926 2575 934 2575 934 33973 3519 3479 899 860 934 834 908 842 898 2602 907 860 908 2583 899 861 907 860 908 2584 898 2602 907 862 906 841 899 2602 933 2577 932 2556 926 836 932 2575 934 814 927 2576 933 2576 933 814 926 834 934 2575 934 2555 927 +# +name: FFW +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3521 3470 907 863 905 841 899 862 906 2603 906 840 901 2603 906 861 907 842 899 2604 905 863 905 842 898 862 906 2604 905 2584 898 2604 905 862 906 2584 898 861 907 2604 905 2583 899 861 907 2603 906 2584 898 2603 906 34007 3512 3499 905 843 898 863 905 863 905 2582 900 861 907 2605 904 841 899 861 907 2605 904 841 900 860 908 863 905 2582 900 2603 906 2604 905 842 898 2604 905 863 905 2582 900 2602 907 862 906 2584 898 2605 904 2605 904 +# +name: Rec +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3519 3477 927 833 935 835 933 817 923 2576 933 834 934 2554 928 835 933 2576 933 814 926 2575 934 2575 934 814 926 2575 934 2576 933 2555 927 834 934 2575 934 815 925 2575 934 834 934 2555 927 833 935 833 935 2556 926 33891 3520 3470 934 833 935 813 927 833 935 2575 934 812 928 2575 934 834 934 2555 927 832 936 2576 933 2556 926 833 935 2574 935 2554 928 2574 935 833 935 2555 927 834 934 2574 935 813 928 2577 932 833 935 815 926 2576 933 +# +name: Pause +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3489 3523 881 865 876 886 882 888 880 2607 875 885 883 2628 881 2607 875 2627 882 887 881 2607 875 888 880 886 882 2607 875 2628 881 2627 882 864 877 2627 882 887 881 865 876 886 881 2628 881 867 874 2629 880 2628 881 33917 3494 3502 874 888 880 887 881 865 876 2628 881 888 880 2606 876 2629 880 2629 880 864 876 2629 880 889 879 867 873 2629 880 2629 880 2606 876 888 880 2630 879 865 876 889 879 890 878 2607 875 889 879 2631 878 2608 874 From a77a5855e69c1a1a91940d1f91d044791354374a Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:20:35 -0400 Subject: [PATCH 46/63] Added remote for JVC VCR TV 076N0ES010 --- VCR/JVC/JVC_VCR_TV_076N0ES010.ir | 217 +++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 VCR/JVC/JVC_VCR_TV_076N0ES010.ir diff --git a/VCR/JVC/JVC_VCR_TV_076N0ES010.ir b/VCR/JVC/JVC_VCR_TV_076N0ES010.ir new file mode 100644 index 00000000..ef5d7df6 --- /dev/null +++ b/VCR/JVC/JVC_VCR_TV_076N0ES010.ir @@ -0,0 +1,217 @@ +Filetype: IR signals file +Version: 1 +# +# JVC VCR/TV remote model 076N0ES010 +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8412 4227 508 1599 508 1599 508 545 508 545 508 547 506 547 506 1601 506 545 508 1598 508 1600 507 545 508 1599 507 545 508 546 507 545 508 545 508 22092 507 1599 508 1599 508 545 508 546 507 546 507 546 507 1599 508 548 505 1599 508 1597 510 547 506 1600 507 546 507 545 508 544 509 545 508 22092 507 1598 509 1601 506 547 506 544 509 545 508 545 508 1599 508 545 508 1599 508 1598 509 546 507 1600 507 546 507 546 507 545 508 544 509 22092 531 1576 531 1576 531 521 532 521 532 523 530 521 532 1575 531 520 533 1575 532 1575 532 520 533 1576 531 521 532 522 531 521 532 521 532 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4228 506 1600 507 1601 506 545 508 546 507 545 508 546 507 1600 507 546 507 1600 507 545 508 545 508 544 509 546 507 1599 508 545 508 546 507 23147 506 1599 508 1599 508 546 507 546 507 546 507 546 507 1598 509 546 507 1600 507 546 507 545 508 545 508 546 507 1601 506 545 508 545 508 23146 507 1599 508 1600 507 546 507 548 505 545 508 546 507 1599 508 545 508 1599 507 546 507 545 508 546 507 545 508 1600 507 544 509 546 507 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4226 509 1599 508 1599 508 545 508 546 507 544 509 545 508 1600 507 544 509 544 509 1600 507 546 507 546 507 545 508 1599 508 546 507 544 509 23146 507 1598 509 1599 508 546 507 544 509 545 508 546 507 1599 508 548 505 545 508 1599 508 546 507 544 509 544 509 1600 507 545 508 546 507 23148 506 1599 508 1598 509 545 508 546 507 544 509 545 508 1600 507 546 507 546 507 1599 508 545 508 546 507 545 508 1599 508 546 507 546 507 23146 508 1598 509 1600 507 546 507 547 506 545 508 545 508 1600 507 546 507 546 507 1598 509 544 509 545 508 546 507 1600 507 546 507 546 507 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4229 506 1601 506 1602 505 547 506 548 505 547 506 545 508 1600 507 547 506 1601 506 1601 506 546 507 546 507 546 507 1600 507 547 506 546 507 22096 505 1600 507 1601 506 547 506 548 505 547 506 546 507 1602 505 545 508 1600 507 1600 507 547 506 547 506 547 506 1601 506 546 507 547 506 22095 506 1601 506 1601 506 546 507 547 506 548 505 547 506 1601 506 547 506 1599 508 1600 507 547 529 524 507 547 529 1578 529 522 531 524 529 22073 529 1577 530 1578 529 523 530 521 532 522 531 522 531 1576 531 523 530 1576 531 1574 533 522 531 521 532 523 530 1575 532 523 530 522 531 22070 531 1577 530 1576 531 522 531 523 530 522 531 522 531 1576 531 522 531 1576 531 1575 532 521 532 523 530 521 532 1577 530 522 531 523 530 22071 506 1600 507 1600 507 547 506 547 506 546 507 546 507 1600 507 546 507 1600 507 1600 507 546 507 548 505 546 507 1602 505 547 506 547 506 22096 505 1601 506 1601 506 547 506 546 507 546 507 547 506 1601 506 547 506 1601 506 1600 507 547 506 547 506 546 507 1601 506 547 506 547 506 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8413 4229 506 1599 508 1600 507 545 508 547 506 547 506 546 507 1600 507 546 507 547 506 547 506 1600 507 547 506 547 506 1600 507 547 506 547 506 23149 506 1599 508 1602 505 546 507 548 505 546 507 547 528 1578 507 545 531 523 531 522 530 1577 530 524 529 524 506 1601 506 547 506 547 529 23125 530 1577 530 1577 530 523 530 523 530 522 531 523 530 1577 530 523 530 523 530 523 530 1577 530 524 529 522 531 1577 530 523 530 522 508 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4229 506 1601 506 1600 507 547 506 546 507 546 507 546 507 1600 507 546 507 1601 506 547 506 1600 507 546 507 546 507 1599 508 548 505 546 507 22095 506 1600 507 1602 505 547 506 546 507 548 505 547 506 1602 505 546 507 1600 507 547 506 1600 507 547 506 546 507 1600 507 546 507 548 505 22095 506 1600 507 1600 507 546 507 548 505 546 507 547 506 1601 506 547 506 1600 507 547 506 1601 506 547 506 547 506 1600 507 547 506 548 505 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4228 507 1600 507 1602 505 546 507 547 506 546 507 546 507 1599 508 546 507 546 507 1601 506 1600 507 546 507 546 507 1602 505 546 507 548 505 22095 506 1601 506 1601 506 547 506 548 505 547 506 547 506 1600 507 547 506 547 506 1601 506 1601 506 546 507 548 505 1599 508 548 505 547 506 22095 506 1601 506 1600 507 548 505 547 506 546 507 547 506 1601 506 549 504 547 506 1600 507 1600 507 547 506 546 507 1600 507 547 506 546 507 22096 505 1600 507 1601 506 547 506 547 506 545 508 547 506 1599 508 546 507 547 506 1600 507 1601 506 547 506 547 506 1600 507 547 506 547 506 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4229 506 1600 507 1601 506 547 506 546 507 548 505 547 506 1600 507 546 507 1602 505 1600 507 1600 507 547 506 547 506 1601 506 546 507 547 506 21042 506 1600 507 1600 507 549 504 547 506 547 506 546 507 1600 507 546 507 1601 506 1601 506 1600 507 546 507 547 506 1601 506 545 508 546 507 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8412 4230 505 1601 506 1601 506 547 506 547 506 547 506 547 506 1601 506 545 508 547 506 547 506 547 506 1600 507 548 505 1600 507 547 506 547 506 23148 507 1600 507 1601 506 546 507 547 506 547 506 547 506 1600 507 547 506 547 506 547 506 546 507 1601 506 546 507 1601 506 547 506 546 507 23149 506 1600 507 1600 507 546 507 546 507 547 506 546 507 1600 507 546 507 548 505 547 506 547 506 1600 507 547 506 1600 507 546 507 547 506 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4228 507 1602 505 1601 506 548 505 547 506 546 507 546 507 1601 506 547 506 1601 506 546 507 547 506 1601 506 546 507 1602 505 547 506 547 506 22095 506 1600 507 1600 507 547 506 546 507 547 506 548 505 1601 506 547 506 1601 506 548 505 546 507 1601 506 547 506 1600 507 546 507 547 506 22095 506 1601 506 1600 507 546 507 546 507 546 507 547 506 1601 506 547 506 1601 506 546 507 546 507 1601 506 548 505 1600 507 547 506 546 507 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4228 531 1577 530 1576 531 524 529 521 532 521 532 522 531 1577 530 522 531 1578 529 1576 531 522 531 523 530 1577 530 1576 531 524 529 522 531 21016 532 1576 531 1576 531 522 531 522 531 522 531 521 532 1576 531 523 530 1576 531 1575 532 523 530 523 530 1577 530 1577 530 521 532 524 529 21019 529 1576 531 1575 532 523 530 523 530 522 531 522 531 1576 531 522 531 1577 530 1575 532 523 530 524 529 1578 529 1577 529 524 530 524 506 +# +name: Ch_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4230 505 1600 507 1600 507 546 507 547 506 547 506 547 506 1601 506 547 506 547 506 546 507 547 506 1601 506 1600 507 547 506 546 507 548 505 23150 505 1601 506 1601 506 547 506 548 505 546 507 547 506 1600 507 548 505 546 507 546 507 547 506 1600 507 1601 506 547 506 547 506 547 506 23149 506 1600 507 1601 506 546 507 547 506 546 507 547 506 1601 506 546 507 546 507 546 507 547 506 1601 506 1601 506 546 507 546 507 547 506 +# +name: Ch_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4230 505 1599 508 1601 506 547 506 546 507 547 506 547 506 1600 507 547 506 1600 507 547 506 546 507 1600 507 1601 506 548 505 546 507 547 506 22097 505 1601 506 1600 507 546 507 546 507 547 506 547 506 1600 507 547 506 1600 507 547 506 547 506 1600 507 1601 506 546 507 547 506 548 505 22097 505 1600 507 1600 507 546 507 546 507 546 507 548 505 1601 506 546 507 1601 506 547 506 547 506 1601 506 1601 506 547 506 546 507 547 506 +# +name: Rec_play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4229 530 1577 530 1577 530 523 531 522 531 524 529 522 531 1576 531 524 529 523 530 521 532 1576 531 1578 529 522 531 522 531 1577 530 1577 530 21018 530 1578 529 1576 531 523 530 523 530 522 531 523 530 1576 531 523 530 521 532 524 529 1577 530 1578 529 523 530 522 531 1576 531 1576 531 21017 531 1577 530 1577 530 523 530 523 530 524 529 522 531 1576 531 523 530 524 529 523 530 1575 532 1576 531 524 529 522 531 1576 531 1577 530 +# +name: Pause +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8436 4205 557 1550 557 1549 558 495 558 495 558 496 557 495 558 1550 557 496 557 1550 557 497 556 1548 559 1550 557 496 558 495 558 495 558 496 557 22044 558 1550 557 1549 558 495 558 495 558 496 557 496 557 1550 557 496 557 1549 558 496 557 1550 557 1549 558 495 558 495 558 496 557 495 558 22046 530 1577 530 1575 532 522 531 521 532 522 531 522 531 1576 531 522 531 1577 530 522 531 1577 530 1576 531 523 530 522 531 522 531 522 531 22072 529 1579 528 1577 507 546 530 524 506 547 506 545 508 1600 507 547 506 1600 507 545 508 1600 507 1599 508 547 506 546 507 546 507 545 508 +# +name: Play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4228 507 1601 506 1600 507 547 506 548 505 546 507 547 506 1601 506 547 506 547 506 546 507 1600 507 1599 508 547 506 547 506 546 507 546 507 23151 505 1600 507 1601 506 547 506 547 506 547 506 547 506 1600 507 546 507 547 506 547 506 1600 507 1600 507 546 507 548 505 547 506 546 507 23150 506 1600 507 1601 506 545 508 547 506 547 506 545 508 1601 506 548 505 547 506 546 507 1599 508 1600 507 547 506 547 506 546 507 547 506 +# +name: Rew +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4228 507 1601 506 1601 506 549 504 546 507 547 506 547 506 1602 505 548 505 1602 505 1601 506 1599 508 547 506 546 507 547 506 547 506 546 507 22096 507 1600 507 1601 506 548 505 546 507 548 505 548 505 1603 504 547 506 1599 508 1600 507 1601 506 547 506 548 505 547 506 546 507 546 507 22096 506 1600 507 1600 507 546 507 547 506 547 506 546 507 1600 507 546 507 1601 506 1600 507 1601 506 546 507 547 506 546 507 548 505 547 506 +# +name: Ff +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4229 506 1601 506 1601 506 547 506 547 506 546 507 546 507 1600 507 546 507 546 507 1601 506 1602 505 546 507 546 507 547 506 547 506 546 507 23151 505 1600 507 1601 506 546 507 546 507 546 507 547 506 1601 506 547 506 547 506 1601 506 1600 507 546 507 545 508 547 506 547 506 547 506 23149 507 1601 506 1601 506 546 507 546 507 546 507 547 506 1599 508 547 506 547 506 1602 505 1600 507 547 506 547 506 547 506 547 506 546 507 +# +name: Stop +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8413 4229 506 1600 507 1600 507 546 507 546 507 547 506 546 507 1600 507 546 507 1601 506 1601 506 546 507 548 505 548 505 546 507 546 507 546 507 23150 506 1599 508 1601 506 546 507 545 508 546 507 546 507 1600 507 547 506 1601 506 1601 506 547 506 547 506 546 507 547 506 547 506 546 507 23149 507 1601 506 1602 505 548 505 546 507 547 506 546 507 1601 506 546 507 1600 507 1601 506 547 506 545 508 547 506 546 507 546 507 547 506 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4229 506 1601 506 1601 506 546 507 547 506 546 507 546 507 1601 506 547 506 1600 507 1600 507 1600 507 547 506 1601 506 1600 507 548 505 546 507 19988 507 1600 507 1601 506 547 506 547 506 545 508 547 506 1600 507 547 506 1600 507 1601 506 1600 507 546 507 1601 506 1600 507 546 507 547 506 19988 507 1601 506 1599 508 546 507 548 505 546 507 547 506 1601 506 547 506 1600 507 1602 505 1601 506 546 507 1600 507 1600 507 546 507 547 506 19989 506 1599 508 1600 507 547 506 547 506 547 506 547 506 1600 507 546 507 1600 507 1601 506 1601 506 546 507 1600 507 1600 507 546 507 546 507 +# +name: Enter +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8414 4230 506 1600 507 1601 506 547 506 545 508 547 506 546 507 1600 507 547 506 546 507 546 507 1600 507 1601 506 1599 508 1599 508 547 506 546 507 21043 506 1599 508 1599 508 547 506 546 507 547 506 546 507 1600 507 547 506 547 506 546 507 1600 507 1600 507 1601 506 1600 507 546 507 547 506 21043 506 1599 508 1601 506 546 507 546 507 546 507 546 507 1601 506 547 506 546 507 547 506 1601 506 1601 506 1601 506 1600 507 546 507 547 506 +# +name: Minus +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4229 530 1576 531 1576 531 523 530 524 529 522 531 522 531 1576 531 522 531 524 529 1578 529 523 531 523 530 523 530 525 528 1577 530 523 530 23126 531 1576 531 1576 531 524 529 523 530 523 530 521 532 1575 532 523 530 521 509 1599 531 522 531 523 530 523 530 522 531 1575 532 524 529 23126 507 1601 506 1600 507 547 506 547 506 546 507 546 507 1598 509 545 508 546 507 1627 480 546 507 547 506 546 507 547 506 1600 507 546 507 +# +name: Plus +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4229 506 1601 506 1601 506 546 507 547 506 546 507 546 507 1601 506 546 508 1600 507 546 507 546 507 547 506 546 507 547 506 1599 508 546 507 23151 506 1601 506 1600 507 547 506 545 508 547 506 546 507 1601 506 545 508 1601 506 547 506 546 507 546 507 546 507 546 507 1601 506 546 507 23150 507 1599 508 1601 506 546 507 545 508 546 507 547 506 1601 506 546 507 1600 507 546 507 548 505 546 507 546 507 547 506 1599 508 547 506 +# +name: TV_VCR +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4228 507 1600 507 1600 507 546 507 546 507 547 506 547 506 1601 506 546 507 1600 507 1601 506 547 506 547 506 1600 507 546 507 548 505 546 507 22097 506 1601 506 1600 507 546 507 547 506 547 506 546 507 1601 506 546 507 1601 506 1600 507 548 505 546 507 1601 506 546 507 548 505 547 506 22097 506 1601 506 1600 507 547 506 546 507 548 505 547 506 1601 506 547 506 1600 507 1601 506 547 506 547 506 1601 506 547 506 547 506 547 506 22098 505 1601 506 1602 505 547 506 547 506 547 506 547 506 1601 506 548 505 1601 506 1600 507 545 508 546 507 1600 507 547 506 547 506 547 506 +# +name: Timer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4230 506 1601 506 1600 507 547 506 547 506 548 505 547 506 1600 507 546 507 1601 506 547 506 1600 507 547 506 1601 506 1601 506 546 507 548 505 21043 506 1600 507 1601 506 546 507 546 507 546 507 546 507 1601 506 548 505 1599 508 546 507 1600 507 547 506 1600 507 1600 507 547 506 547 506 21043 507 1600 507 1601 506 546 507 546 507 546 507 546 507 1601 506 548 505 1601 506 547 506 1600 507 546 507 1601 506 1600 507 547 506 548 505 21043 507 1600 507 1600 507 546 507 546 507 547 506 547 506 1601 506 547 506 1601 506 546 507 1603 504 546 507 1601 506 1600 507 546 507 545 508 +# +name: Cancel +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4228 507 1600 507 1600 507 547 506 547 506 547 506 547 506 1600 507 545 508 547 506 1600 507 1600 507 548 505 1600 507 1599 508 546 507 546 507 21044 506 1601 506 1600 507 547 506 546 507 545 508 546 507 1601 506 547 506 546 507 1599 508 1601 506 546 507 1600 507 1601 506 547 506 547 506 21044 506 1600 507 1601 506 546 507 546 507 547 507 547 506 1601 506 547 506 548 505 1600 507 1600 507 546 507 1600 507 1599 508 546 507 547 506 +# +name: A_monitor +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4228 507 1600 507 1601 506 547 506 546 507 546 507 547 506 1600 507 546 507 1601 506 1601 506 1599 508 547 506 1601 506 546 507 547 506 546 507 21043 507 1601 506 1600 507 546 507 545 508 547 506 546 507 1600 507 546 507 1601 506 1600 507 1599 508 547 506 1601 506 547 506 547 506 546 508 21043 507 1600 507 1600 507 546 507 546 507 548 505 546 507 1600 507 546 507 1601 506 1601 506 1600 507 546 507 1600 507 546 507 546 507 546 507 21044 506 1599 534 1574 533 519 534 519 535 520 533 518 535 1572 535 519 534 1573 534 1572 535 1572 535 518 535 1572 535 519 534 517 536 517 536 +# +name: Sp_ep +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4230 505 1601 506 1600 507 546 507 547 506 547 506 546 507 1600 507 547 506 1600 507 547 506 546 507 547 506 1601 506 1600 507 547 506 544 509 22098 506 1600 507 1600 507 546 507 547 506 546 507 546 507 1600 507 547 506 1601 506 546 507 546 507 548 505 1599 508 1601 506 547 506 547 506 22097 507 1600 507 1601 506 546 507 546 507 546 507 546 507 1601 506 546 507 1600 507 546 507 546 507 546 507 1600 507 1600 507 546 507 546 507 22098 506 1601 506 1600 507 546 507 546 507 547 506 546 507 1600 507 546 507 1600 507 546 507 546 507 548 505 1600 507 1599 508 546 507 546 507 +# +name: Display +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4229 506 1600 507 1600 507 546 507 545 508 545 508 546 507 1600 507 547 506 546 507 545 508 546 507 1600 507 1600 507 1599 508 546 507 547 506 22097 507 1599 508 1601 506 547 506 548 505 547 506 545 508 1600 507 546 507 546 507 547 506 546 507 1600 507 1601 506 1601 506 546 507 547 506 22098 506 1600 507 1599 508 545 508 546 507 547 506 546 507 1600 507 545 508 546 507 545 508 545 508 1598 509 1600 507 1600 507 546 507 546 507 22096 508 1600 507 1600 507 546 507 545 508 547 506 545 508 1602 505 547 506 546 531 523 507 546 507 1600 531 1576 508 1600 530 523 530 522 531 +# +name: Tv_power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8444 4200 560 1547 560 1547 560 494 560 494 559 494 559 493 560 493 561 492 562 1545 536 1572 536 1569 536 518 535 1575 532 521 532 520 533 519 534 22071 534 1572 535 1573 533 518 536 518 535 519 534 517 536 519 534 518 535 1573 534 1571 536 1573 534 519 534 1572 535 519 534 519 559 492 536 22070 534 1573 534 1573 559 495 534 518 536 518 560 493 536 517 536 518 560 1548 535 1572 535 1572 535 518 535 1572 535 517 536 519 534 517 536 22069 533 1573 534 1573 534 520 533 520 533 521 532 519 534 520 533 521 532 1573 534 1575 532 1574 533 520 533 1574 533 520 533 520 533 519 534 +# +name: Input +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8439 4204 532 1576 531 1575 532 549 504 522 531 524 529 522 531 522 531 523 530 1577 530 1578 506 546 507 547 506 1601 506 545 508 546 507 546 507 23152 506 1600 507 1600 507 547 506 547 506 547 506 547 506 545 508 546 507 1599 508 1600 507 546 507 547 506 1600 507 547 506 545 508 547 506 23151 507 1600 507 1599 508 547 506 546 507 546 507 545 508 546 507 546 530 1579 528 1576 531 522 531 522 531 1579 528 523 530 522 531 522 531 23128 557 1548 559 1548 559 496 557 496 557 494 559 492 561 494 559 495 558 1547 560 1547 560 494 559 494 559 1548 559 493 560 494 559 494 559 +# +name: Tv_ch_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4229 506 1600 507 1601 506 546 507 546 507 547 507 546 507 546 507 546 507 1600 507 545 508 546 507 1599 508 1600 507 546 507 546 507 547 506 23153 505 1600 507 1599 508 547 506 547 506 546 507 547 506 547 506 548 505 1601 506 547 506 547 506 1600 507 1599 508 545 508 546 507 546 507 23151 507 1601 506 1600 507 545 508 547 506 547 506 546 507 545 508 546 507 1600 507 547 506 546 507 1601 506 1600 507 545 508 546 507 546 507 23150 508 1600 507 1600 507 548 505 548 505 546 507 546 507 548 505 546 507 1600 507 546 507 545 508 1601 506 1601 506 547 506 546 507 546 507 +# +name: Tv_ch_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8416 4230 506 1600 507 1600 507 546 507 546 507 546 507 547 506 547 506 546 507 547 506 546 507 546 507 1601 506 1601 506 546 507 547 506 545 508 24205 507 1601 506 1602 505 546 507 547 506 546 507 546 507 546 507 546 507 546 507 547 506 547 506 1600 507 1599 508 547 506 546 507 547 506 24205 507 1600 507 1601 506 546 507 545 508 547 506 547 506 546 507 546 507 546 507 546 507 546 507 1599 508 1601 506 546 507 546 507 546 507 +# +name: Tv_vol_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8415 4230 505 1599 508 1601 506 547 506 546 507 546 507 545 508 546 507 548 505 546 507 1600 507 1600 507 1599 508 1600 507 545 508 546 507 547 506 22098 506 1600 507 1600 507 546 507 546 507 547 506 546 507 546 507 546 507 546 507 1600 507 1600 507 1601 506 1599 508 548 505 547 506 547 506 22097 507 1601 506 1600 507 545 508 546 507 546 507 546 507 546 507 546 507 545 508 1600 507 1600 507 1601 506 1601 506 547 506 547 506 547 506 +# +name: Tv_vol_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8417 4228 532 1576 531 1574 533 521 532 523 530 522 531 521 532 520 533 521 532 1575 532 1576 531 1575 532 1575 532 1575 532 522 531 521 532 520 533 21019 532 1575 532 1575 532 521 532 520 533 521 532 521 532 522 531 520 533 1577 530 1576 531 1575 532 1577 530 1575 532 522 531 521 532 522 531 21018 532 1576 531 1575 532 522 531 522 531 521 532 521 532 521 532 522 531 1575 532 1575 532 1575 532 1576 531 1574 533 523 530 522 531 521 532 +# From b682f491b5cda49916c51d5a8256cfc57e36bf55 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:21:03 -0400 Subject: [PATCH 47/63] Added remote for JVC VCR TV LP21138001 --- VCR/JVC/JVC_VCR_TV_LP21138001.ir | 234 +++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 VCR/JVC/JVC_VCR_TV_LP21138001.ir diff --git a/VCR/JVC/JVC_VCR_TV_LP21138001.ir b/VCR/JVC/JVC_VCR_TV_LP21138001.ir new file mode 100644 index 00000000..f0dd2cf5 --- /dev/null +++ b/VCR/JVC/JVC_VCR_TV_LP21138001.ir @@ -0,0 +1,234 @@ +Filetype: IR signals file +Version: 1 +# +# JVC VCR/TV remote model LP21138-001 +# +# Captured by: emptythevoid +# +name: Power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8371 4179 504 1565 505 1591 504 542 506 568 506 569 505 544 504 1592 504 570 504 1565 505 1591 504 544 503 1591 505 571 503 543 505 569 505 568 506 22944 504 1565 504 1590 505 544 504 569 505 568 506 542 505 1591 505 569 505 1565 504 1592 504 544 503 1591 505 570 504 543 505 569 505 569 505 22917 505 1590 505 1564 505 569 505 572 502 543 505 570 504 1565 504 570 504 1592 504 1565 504 571 503 1591 505 544 504 568 506 542 506 570 504 +# +name: Tv_power +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8370 4179 505 1564 505 1591 505 543 505 569 505 569 505 543 505 569 505 568 506 1565 504 1592 504 1564 505 569 505 1591 505 544 504 568 506 569 505 22789 504 1591 504 1566 503 569 505 569 505 543 504 570 504 542 506 570 504 1591 505 1565 505 1591 505 569 505 1566 504 569 505 543 505 569 505 22788 505 1593 503 1565 504 570 504 570 504 544 504 570 504 543 504 569 505 1592 504 1564 506 1591 505 570 504 1565 504 569 505 544 504 570 504 22789 504 1593 503 1564 505 568 506 571 503 543 505 570 504 543 504 567 507 1591 505 1564 506 1592 504 570 504 1565 504 570 504 544 504 569 505 +# +name: Tv_input +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4180 504 1564 506 1591 505 544 504 569 505 568 506 542 506 568 506 568 506 1565 505 1590 506 544 504 569 505 1591 505 543 505 568 506 568 506 23968 504 1591 505 1565 504 568 506 569 505 544 504 568 506 542 505 568 506 1591 505 1565 504 569 505 567 507 1564 506 569 505 542 506 568 506 23967 505 1590 506 1564 506 569 505 570 504 542 506 568 506 542 506 568 506 1591 505 1564 506 568 506 569 505 1565 505 569 505 543 505 569 505 +# +name: Tv_vcr +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4181 503 1564 506 1591 505 543 505 569 505 569 505 546 502 1591 505 570 504 1565 505 1591 505 544 503 568 506 1590 506 543 504 570 504 568 506 22841 505 1591 505 1565 505 568 506 569 505 543 504 569 505 1564 506 569 505 1590 506 1565 505 568 506 568 506 1564 506 568 506 544 504 569 505 22842 504 1592 504 1565 504 569 505 569 505 543 505 569 505 1565 505 570 504 1593 503 1564 506 569 505 570 504 1566 504 569 505 543 505 570 504 +# +name: A_monitor +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8372 4180 504 1566 504 1592 504 542 506 570 504 569 505 543 505 1593 503 569 505 1564 506 1592 504 1566 504 569 505 1591 505 542 506 569 505 570 504 21846 505 1566 504 1591 505 543 505 569 505 570 504 543 504 1592 504 569 505 1567 503 1592 504 1565 504 569 505 1591 505 543 505 570 504 569 505 21819 506 1591 505 1567 502 569 505 569 505 543 505 570 504 1565 505 569 505 1591 505 1565 505 1590 506 570 504 1566 504 569 505 543 505 569 505 +# +name: Display +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4179 505 1566 504 1592 504 541 507 568 506 569 505 541 507 1590 506 568 506 542 506 571 503 542 506 1590 506 1591 505 1566 504 569 505 571 503 22792 503 1590 506 1565 505 569 505 568 506 542 506 571 503 1564 506 568 506 568 506 542 506 568 506 1590 506 1565 505 1592 504 542 506 568 506 22792 503 1591 505 1565 505 570 504 568 506 543 505 570 504 1565 505 569 505 568 506 543 505 569 505 1591 505 1566 504 1591 505 542 506 568 506 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4179 505 1565 505 1592 504 543 505 569 505 569 505 544 504 1591 505 570 504 1564 506 569 505 542 506 569 505 570 504 1565 505 569 505 570 504 23970 505 1591 505 1566 504 569 505 569 505 544 504 569 505 1565 505 571 503 1593 503 544 504 569 505 569 505 543 505 1592 504 543 505 569 505 23971 504 1592 504 1565 505 569 505 570 504 543 505 569 505 1565 505 569 505 1592 504 542 506 570 504 569 505 542 506 1591 505 542 506 570 504 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8403 4151 533 1536 534 1563 533 515 533 541 533 539 535 514 534 1565 531 543 531 513 535 1563 533 514 534 540 534 542 532 1537 533 539 535 540 534 23889 533 1563 533 1536 534 542 532 542 532 515 533 540 534 1538 532 543 531 540 534 1538 532 540 534 540 534 515 533 1562 534 514 534 540 534 23890 532 1562 534 1537 533 542 532 542 532 515 533 541 533 1537 533 541 533 541 533 1536 534 543 531 542 532 515 533 1562 534 514 534 541 533 23890 532 1563 533 1538 532 543 531 543 531 516 532 540 534 1538 532 542 532 541 533 1538 532 542 532 542 532 516 532 1564 532 515 533 542 532 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8400 4151 533 1536 534 1564 532 514 534 540 534 540 534 514 534 1562 534 541 533 1535 535 1562 534 514 534 540 534 540 534 1537 533 541 533 540 534 22868 533 1563 533 1537 533 540 534 540 534 515 533 541 533 1537 533 541 533 1563 533 1538 532 539 535 540 534 513 535 1564 532 515 533 541 533 22867 534 1561 535 1537 533 540 534 541 533 515 533 540 534 1537 533 542 532 1564 532 1535 535 540 534 542 532 515 533 1563 533 513 535 541 533 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4179 506 1565 505 1591 505 543 505 569 505 570 504 543 505 1592 504 570 504 544 504 567 507 1566 504 569 505 568 506 1564 506 570 504 568 506 23972 504 1590 506 1566 504 569 505 570 504 543 505 570 504 1564 506 569 505 568 506 544 504 1593 503 569 505 543 505 1590 506 544 504 569 505 23970 506 1591 505 1566 504 569 505 570 504 542 506 570 504 1565 505 569 505 569 505 542 506 1590 506 568 506 542 506 1591 505 542 506 570 504 23970 506 1591 505 1564 506 568 506 569 505 542 506 569 505 1565 505 570 504 569 505 543 505 1590 506 568 506 543 505 1591 505 543 505 569 505 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 505 1564 506 1591 505 541 507 569 505 568 506 542 506 1592 504 569 505 1565 505 568 506 1563 507 569 505 570 504 1564 506 567 507 568 506 22950 504 1566 504 1590 506 541 507 567 507 569 505 543 505 1590 506 570 504 1565 505 569 505 1563 507 568 506 568 506 1566 504 568 506 568 506 22922 506 1591 505 1564 506 568 506 569 505 541 507 568 506 1564 532 543 531 1565 531 516 532 1565 531 544 530 516 532 1566 530 517 531 542 532 22922 506 1565 505 1589 533 517 531 541 533 541 533 516 532 1564 532 541 533 1537 533 540 534 1539 531 542 532 541 533 1537 533 543 531 541 533 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8401 4152 533 1536 534 1563 533 515 533 541 533 542 532 514 534 1563 533 543 531 514 534 1564 532 1537 533 541 533 542 532 1537 533 541 533 541 533 22820 529 1566 530 1537 533 541 533 539 535 515 533 542 532 1536 534 541 533 541 533 1536 534 1563 533 541 533 516 532 1564 532 515 533 543 531 22817 532 1564 532 1537 533 542 532 540 534 515 533 541 533 1538 532 541 533 539 535 1538 532 1563 533 541 533 516 532 1565 531 515 533 542 532 22817 532 1563 533 1537 533 540 534 541 533 514 534 541 533 1537 533 540 534 543 531 1538 532 1562 534 541 533 513 535 1562 534 515 533 540 534 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8401 4152 533 1537 533 1563 533 515 533 540 534 541 533 514 534 1564 532 540 534 1536 534 1562 534 1538 532 541 533 540 534 1539 531 541 533 539 535 21847 533 1537 533 1563 533 514 534 541 533 541 533 515 533 1564 532 544 530 1537 533 1562 534 1538 532 541 533 540 534 1537 533 542 532 540 534 21821 532 1564 532 1537 533 540 534 542 532 515 533 543 531 1539 531 541 533 1564 532 1537 533 1563 533 541 533 513 535 1563 533 516 532 541 533 21848 531 1537 533 1563 533 514 534 541 533 540 534 516 532 1562 534 540 534 1536 534 1564 532 1536 534 540 534 540 534 1538 532 541 533 543 531 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8403 4150 535 1536 534 1563 533 515 533 541 533 541 533 514 534 1563 533 540 534 515 533 539 535 513 535 1564 532 541 533 1536 534 542 532 541 533 23943 533 1562 534 1537 533 541 533 538 536 514 534 542 532 1536 534 568 506 541 533 514 534 541 533 1563 533 514 534 1564 532 513 535 542 532 23944 532 1562 534 1536 534 540 534 540 534 514 534 540 534 1537 533 541 533 540 534 515 533 542 532 1563 533 515 533 1563 533 515 533 540 534 23943 533 1564 532 1537 533 542 532 541 533 514 534 540 534 1536 534 541 533 542 532 515 533 540 534 1563 533 513 535 1564 532 514 534 540 534 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8402 4151 534 1536 534 1565 531 517 531 539 535 540 534 513 535 1563 533 542 532 1537 533 540 534 513 535 1563 533 541 533 1536 534 541 533 539 535 22871 531 1562 534 1536 534 543 531 541 533 515 533 541 533 1537 533 541 533 1563 533 515 533 542 532 1561 535 514 534 1562 534 514 534 541 533 22868 534 1564 532 1538 532 540 534 540 534 513 535 541 533 1539 531 540 534 1562 534 515 533 543 531 1561 535 513 535 1564 532 516 532 540 534 22871 531 1562 534 1536 534 541 533 541 533 514 534 541 533 1537 533 541 533 1563 533 514 534 541 533 1562 534 515 533 1563 533 513 535 541 533 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 531 1539 531 1565 531 517 531 542 532 541 533 515 533 1565 531 542 532 1539 530 1565 531 515 533 543 531 1565 531 1538 532 542 532 542 532 21796 505 1591 531 1540 530 543 531 541 532 518 530 543 532 1539 531 542 532 1566 530 1537 533 543 531 543 531 1538 532 1564 532 518 530 543 531 21796 506 1591 505 1564 506 568 532 542 532 516 506 569 531 1539 531 542 532 1564 532 1540 530 543 531 543 531 1538 532 1565 531 516 532 543 531 21796 531 1564 532 1537 533 539 535 541 533 516 532 542 532 1536 534 542 532 1563 533 1539 531 541 533 540 534 1539 531 1563 533 515 533 542 532 +# +name: Cancel +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 504 1566 504 1591 505 543 505 570 504 570 504 542 506 1591 505 569 505 544 504 1592 504 1566 504 570 504 1591 505 1566 504 570 504 569 505 21877 503 1566 504 1592 504 542 506 568 506 570 504 544 504 1591 505 570 504 544 504 1593 503 1566 504 569 505 1592 504 1566 504 570 504 571 503 21851 503 1592 504 1564 506 570 504 570 504 543 505 570 504 1565 505 569 505 569 505 1566 504 1591 505 569 505 1565 505 1592 504 543 505 570 504 21876 504 1566 504 1592 504 543 505 570 504 570 504 544 504 1592 504 569 505 543 505 1592 504 1564 506 569 505 1592 504 1565 505 568 506 568 506 +# +name: Timer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8375 4180 505 1565 505 1591 505 543 505 569 505 571 503 542 506 1591 505 568 506 1564 506 570 504 1565 505 569 505 1592 504 1566 504 568 506 567 507 21822 506 1589 507 1564 506 570 504 569 505 543 505 567 507 1566 504 569 505 1590 506 542 506 1590 506 570 504 1565 505 1591 505 542 506 570 504 21823 505 1590 506 1564 506 568 506 569 505 542 506 569 505 1565 505 569 505 1592 504 544 504 1591 505 569 505 1564 506 1592 504 542 506 570 504 21824 504 1591 505 1564 506 569 505 567 507 542 506 570 504 1565 505 568 506 1591 505 543 505 1591 505 569 505 1563 507 1591 505 543 505 569 505 +# +name: Prog +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8375 4181 504 1564 506 1591 505 542 506 569 505 570 504 543 505 1592 504 568 506 1565 505 570 504 543 505 570 504 569 505 543 505 1592 504 1590 506 22845 505 1591 505 1564 506 570 504 569 505 543 505 570 504 1565 505 569 505 1591 505 543 505 570 504 569 505 543 505 570 504 1565 505 1592 504 22846 504 1591 505 1566 504 569 505 569 505 543 505 568 506 1566 504 570 504 1591 505 543 505 569 505 570 504 542 506 568 506 1565 505 1592 504 22846 504 1591 505 1565 505 569 505 572 502 544 504 569 505 1565 505 568 506 1591 505 541 507 568 506 570 504 543 505 569 505 1565 505 1591 505 +# +name: Prog_check +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8375 4183 502 1565 505 1591 505 541 507 568 506 569 505 543 505 1592 504 569 505 1566 504 569 505 1565 505 1592 504 1592 504 1565 505 569 505 570 504 20698 503 1593 503 1565 505 569 505 570 504 543 505 569 505 1565 505 569 505 1593 503 542 506 1590 506 1591 505 1565 505 1592 504 543 505 569 505 20698 504 1592 504 1564 506 569 505 568 506 544 504 569 505 1565 505 568 506 1592 504 542 506 1592 504 1591 505 1566 504 1591 505 542 506 569 505 +# +name: Sp_ep +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4181 504 1566 504 1592 504 542 506 568 506 568 506 543 505 1591 505 569 505 1564 506 569 505 543 505 569 505 1592 504 1564 506 568 506 568 506 22873 504 1590 506 1566 504 568 506 570 504 543 505 569 505 1564 506 570 504 1593 503 544 504 569 505 568 506 1565 505 1591 505 542 506 568 506 22873 504 1591 505 1565 505 569 505 569 505 543 505 569 505 1565 505 569 505 1591 505 543 505 568 506 569 505 1564 506 1591 505 542 506 568 506 22873 504 1591 505 1566 504 569 505 570 504 542 506 568 506 1565 505 570 504 1592 504 545 503 570 504 570 504 1566 504 1590 506 542 506 569 505 +# +name: Skip_search +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4179 506 1566 504 1591 505 544 504 569 505 569 505 545 503 1591 505 569 505 542 506 1590 506 1565 505 568 506 1591 505 542 506 570 504 1591 505 21774 503 1591 505 1565 505 568 506 570 504 541 507 568 506 1565 505 569 505 568 506 1564 506 1591 505 569 505 1566 504 569 505 543 505 1592 504 21772 505 1592 504 1564 506 570 504 568 506 542 506 571 503 1565 505 570 504 570 504 1565 505 1591 505 568 506 1566 504 569 505 544 504 1591 505 +# +name: Rew +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8376 4179 506 1564 506 1593 503 541 507 570 504 568 506 542 506 1591 505 569 505 1566 504 1592 504 1566 504 570 504 570 504 542 506 570 504 568 506 22873 505 1591 505 1566 504 570 504 569 505 543 505 570 504 1565 505 569 505 1590 506 1565 505 1590 506 568 506 543 505 568 506 543 505 569 505 22873 505 1591 505 1564 506 570 504 569 505 543 505 569 505 1565 505 568 506 1592 504 1566 504 1591 505 569 505 542 506 568 506 543 505 569 505 +# +name: Ff +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4181 503 1567 503 1591 506 543 505 569 505 569 505 542 506 1592 505 569 505 542 506 1591 505 1565 505 569 505 569 505 543 505 569 505 570 504 23897 503 1592 504 1566 504 569 505 569 505 543 505 569 505 1565 505 569 505 569 505 1566 504 1592 505 569 505 542 506 568 506 542 506 568 506 +# +name: Play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 505 1565 505 1591 505 542 506 569 505 568 506 542 506 1590 507 569 505 541 507 568 506 1565 505 1591 505 570 504 543 505 569 505 570 504 23973 506 1565 505 1592 504 543 505 569 505 570 504 545 503 1591 505 569 505 542 506 568 506 1566 504 1592 504 569 505 543 505 569 505 568 506 23948 505 1591 505 1564 506 568 506 569 505 542 506 569 505 1565 505 568 506 570 504 541 507 1591 505 1590 506 542 506 568 506 542 506 569 505 23975 504 1566 504 1592 504 543 505 567 507 567 507 541 507 1591 505 568 506 542 506 569 505 1564 506 1592 504 569 505 542 506 570 504 569 505 +# +name: Rec_and_play +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4180 505 1592 504 1565 505 569 505 572 502 543 505 570 504 1567 503 571 503 570 504 543 505 1594 502 1592 504 543 505 569 505 1565 505 1592 504 21902 505 1565 505 1592 504 542 506 571 503 570 504 544 504 1592 504 570 504 543 505 569 505 1566 504 1591 505 570 504 544 504 1592 504 1592 504 21876 504 1566 504 1591 505 543 505 570 504 569 505 544 504 1593 503 570 504 543 505 569 505 1565 505 1592 504 570 504 543 505 1592 504 1593 503 21876 505 1566 504 1592 504 544 504 569 505 569 505 545 503 1592 504 570 504 542 506 569 505 1565 505 1592 504 569 505 544 504 1592 504 1592 504 21879 501 1566 504 1592 504 544 504 571 503 569 505 544 504 1592 504 569 505 544 504 569 505 1565 505 1591 505 570 504 545 503 1591 505 1591 505 +# +name: Stop +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 505 1566 504 1592 504 542 506 569 505 569 505 543 505 1591 505 570 504 1565 505 1591 505 543 505 569 505 570 504 543 505 570 504 570 504 23870 503 1592 504 1565 505 570 504 570 504 543 505 569 505 1565 505 570 504 1591 505 1566 504 569 505 568 506 545 503 569 505 545 503 570 504 23869 504 1592 504 1566 504 568 506 569 505 542 506 570 504 1566 504 570 504 1591 505 1567 503 569 505 569 505 543 505 569 505 543 505 569 505 +# +name: Pause +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8375 4181 504 1566 504 1592 504 543 505 570 504 569 505 543 505 1593 503 569 505 1566 504 570 504 1566 504 1591 506 569 505 542 506 570 504 569 505 22900 504 1564 506 1592 504 543 505 571 503 570 504 543 505 1591 505 569 505 1566 504 570 504 1566 504 1591 506 569 505 542 506 569 505 569 505 22875 503 1592 504 1565 505 569 505 569 505 543 505 570 504 1565 505 567 507 1592 504 542 506 1591 505 1592 504 543 505 569 505 543 505 569 505 +# +name: Ch_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4180 504 1565 505 1591 505 543 505 570 504 569 505 544 504 571 503 568 506 1565 505 571 503 543 505 1591 505 1591 505 543 505 570 504 570 504 23945 505 1593 503 1566 504 571 503 570 504 546 502 570 504 544 504 569 505 1592 504 544 504 570 504 1592 504 1566 504 571 503 545 503 570 504 23947 503 1592 504 1566 504 569 505 570 504 544 504 571 503 543 505 571 503 1592 504 542 506 573 501 1591 505 1566 504 569 505 543 505 570 504 23945 505 1592 504 1565 505 570 504 570 504 543 505 569 505 544 504 569 505 1594 502 542 506 570 504 1592 504 1567 503 569 505 543 505 569 505 23947 503 1591 505 1564 506 569 505 570 504 543 505 571 503 542 506 570 504 1593 503 543 505 570 504 1592 504 1566 504 569 505 543 505 570 504 +# +name: Ch_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4181 503 1567 503 1592 504 545 503 570 504 569 505 544 504 569 505 572 502 543 505 570 504 545 503 1592 504 1593 503 544 504 570 504 571 503 25074 503 1592 504 1565 505 569 505 570 504 544 504 570 504 544 504 569 505 569 505 544 504 569 505 1593 503 1565 505 571 503 544 504 569 505 25074 503 1592 504 1566 504 569 505 569 505 543 505 570 504 545 503 570 504 569 505 543 505 571 503 1591 505 1567 503 569 505 543 505 569 505 25073 504 1591 505 1566 504 569 505 570 504 543 505 571 503 543 505 571 503 570 504 544 504 570 504 1592 504 1566 504 569 505 544 504 570 504 25073 504 1593 503 1566 504 570 504 571 503 544 504 570 504 543 505 570 504 571 503 544 504 569 505 1592 504 1566 504 569 505 544 504 570 504 +# +name: Vol_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8374 4181 504 1565 505 1593 503 543 505 569 505 569 505 543 505 570 504 569 505 543 505 1591 505 1566 504 1591 505 1593 503 542 506 570 504 570 504 22898 504 1591 505 1565 505 571 503 570 504 542 506 570 504 544 504 569 505 571 503 1565 505 1593 503 1591 505 1565 505 570 504 544 504 569 505 22899 503 1591 505 1566 504 570 504 570 504 543 505 568 506 543 505 568 506 569 505 1566 504 1591 505 1592 504 1564 506 569 505 543 505 569 505 22898 504 1592 504 1565 505 569 505 571 503 543 505 573 501 543 505 569 505 570 504 1566 504 1591 505 1592 504 1565 505 570 504 543 505 570 504 +# +name: Vol_dn +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4180 505 1566 504 1592 504 544 504 569 505 570 504 545 503 571 503 570 504 1566 504 1592 504 1566 504 1591 505 1592 504 543 505 571 503 569 505 21876 504 1566 504 1592 504 544 504 569 505 570 504 545 503 570 504 570 504 1566 504 1593 503 1565 505 1592 504 1592 504 545 503 570 504 570 504 21851 503 1593 503 1566 504 569 505 571 503 544 504 571 503 544 504 572 502 1592 504 1567 503 1592 504 1592 504 1566 504 569 505 544 504 571 503 21876 504 1567 503 1593 503 544 504 571 503 570 504 544 504 570 504 569 505 1565 505 1593 503 1565 505 1593 503 1592 504 544 504 572 502 570 504 21851 503 1592 504 1567 503 570 504 569 505 544 504 571 503 543 505 570 504 1592 504 1566 504 1592 504 1592 504 1565 505 570 504 544 504 569 505 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8375 4181 504 1564 506 1591 505 543 505 570 504 570 504 543 505 1592 504 571 503 1565 505 570 504 543 505 1592 504 1592 504 544 504 570 504 570 504 22952 503 1564 506 1592 504 544 504 570 504 570 504 543 505 1592 504 570 504 1566 504 569 505 543 505 1592 504 1591 505 543 505 569 505 570 504 22924 505 1591 505 1566 504 569 505 569 505 544 504 571 503 1565 505 570 504 1593 503 544 504 569 505 1592 504 1566 504 571 503 543 505 570 504 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8372 4181 504 1565 505 1592 504 543 505 570 504 570 504 543 505 1593 503 572 502 1566 504 570 504 1566 504 569 505 1591 505 545 503 569 505 569 505 22847 503 1593 503 1566 504 570 504 570 504 544 504 572 502 1566 504 570 504 1592 504 544 504 1592 504 571 503 1566 504 571 503 543 505 570 504 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8372 4181 504 1565 505 1592 504 543 505 571 503 569 505 544 504 1592 504 570 504 543 505 569 505 1567 503 570 504 1592 504 544 504 571 503 570 504 23973 505 1591 505 1567 503 570 504 570 504 543 505 569 505 1566 504 569 505 570 504 543 505 1592 504 570 504 1565 505 570 504 544 504 570 504 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4181 504 1565 505 1592 504 544 504 570 504 571 503 544 504 1593 503 571 503 544 504 570 504 543 505 1592 505 1592 504 544 504 569 505 570 504 23975 503 1592 504 1565 505 570 504 570 504 544 504 571 503 1566 504 570 504 571 503 545 503 571 503 1593 503 1567 503 569 505 544 504 570 504 23974 505 1592 504 1566 504 569 505 570 504 544 504 569 505 1566 504 571 503 570 504 543 505 571 503 1592 504 1566 504 571 503 544 504 570 504 23975 503 1592 504 1565 505 570 504 570 504 545 503 569 505 1567 503 570 504 572 502 544 504 571 503 1594 502 1565 505 570 504 544 504 570 504 23975 504 1592 504 1566 504 569 505 570 504 543 505 569 505 1565 505 569 505 569 505 543 505 569 505 1592 504 1566 504 570 504 542 506 569 505 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8373 4182 503 1566 504 1592 505 544 504 570 504 570 504 544 504 1592 504 570 504 1567 503 1592 504 1566 504 570 504 1593 504 1566 504 571 503 570 504 20700 503 1592 504 1566 504 569 505 570 504 543 505 570 504 1566 504 571 503 1592 504 1566 504 1592 504 570 504 1567 503 1593 503 544 504 570 504 20698 505 1591 505 1565 505 571 503 570 504 544 504 570 504 1567 503 571 503 1591 505 1566 504 1592 504 570 504 1566 504 1592 504 542 506 569 505 20698 505 1592 504 1566 504 570 504 569 505 544 504 569 505 1566 504 570 504 1592 504 1567 503 1592 504 570 504 1567 503 1591 505 543 505 570 504 20699 504 1592 504 1566 504 570 504 570 504 544 504 569 505 1566 504 570 504 1592 504 1566 504 1593 503 570 504 1565 505 1593 503 544 504 570 504 20698 505 1591 505 1566 504 569 505 570 504 543 505 570 504 1565 505 571 503 1592 504 1567 503 1592 504 571 503 1566 504 1593 503 544 504 570 504 +# +name: Ok +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 8376 4181 504 1565 505 1592 504 543 505 570 504 570 504 544 504 1592 505 571 503 544 504 570 504 1566 504 1591 505 1591 505 1566 504 570 504 570 504 21772 505 1592 504 1565 505 570 504 569 505 543 505 570 504 1566 504 571 503 569 505 544 504 1592 504 1592 504 1565 505 1591 505 544 504 570 504 21773 504 1591 505 1565 505 570 504 570 504 543 505 569 505 1565 505 572 502 570 504 542 506 1591 505 1591 505 1565 505 1592 504 544 504 568 506 21773 505 1592 504 1567 503 570 504 568 506 543 505 569 505 1566 504 570 504 570 504 543 505 1591 505 1591 505 1565 505 1591 506 543 505 569 505 From 3d28ed6b70d1033cc3fa08c6e2b4eb25ded0f85b Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:21:42 -0400 Subject: [PATCH 48/63] Added remote for Logitech PTZ Pro 2 --- .../Logitech/Logitech_RI0019_for_PTZ_Pro_2.ir | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Videoconferencing/Logitech/Logitech_RI0019_for_PTZ_Pro_2.ir diff --git a/Videoconferencing/Logitech/Logitech_RI0019_for_PTZ_Pro_2.ir b/Videoconferencing/Logitech/Logitech_RI0019_for_PTZ_Pro_2.ir new file mode 100644 index 00000000..0aed82cc --- /dev/null +++ b/Videoconferencing/Logitech/Logitech_RI0019_for_PTZ_Pro_2.ir @@ -0,0 +1,85 @@ +Filetype: IR signals file +Version: 1 +# +# Remote RI0019 for Logitech PTZ Pro 2 +# https://www.logitech.com/en-us/products/video-conferencing/conference-cameras/ptz-pro2-conferencecam.960-001184.html +# +# Captured by: emptythevoid +# +name: Video_Mute +type: parsed +protocol: NEC +address: 02 00 00 00 +command: F9 00 00 00 +# +name: Mirror +type: parsed +protocol: NEC +address: 02 00 00 00 +command: E8 00 00 00 +# +name: Far_end_control +type: parsed +protocol: NEC +address: 02 00 00 00 +command: FA 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 02 00 00 00 +command: A6 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 02 00 00 00 +command: AE 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 02 00 00 00 +command: BE 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 02 00 00 00 +command: B6 00 00 00 +# +name: Zoom_up +type: parsed +protocol: NEC +address: 02 00 00 00 +command: A3 00 00 00 +# +name: Zoom_dn +type: parsed +protocol: NEC +address: 02 00 00 00 +command: E3 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 02 00 00 00 +command: FB 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 02 00 00 00 +command: AC 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 02 00 00 00 +command: 6C 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 02 00 00 00 +command: EC 00 00 00 From 6e1d544fa6c080dbd27d9269281174d535577e08 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:22:08 -0400 Subject: [PATCH 49/63] Added remote for Polycom VX Series --- .../Polycom/Polycom_VX_series_remote.ir | 249 ++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 Videoconferencing/Polycom/Polycom_VX_series_remote.ir diff --git a/Videoconferencing/Polycom/Polycom_VX_series_remote.ir b/Videoconferencing/Polycom/Polycom_VX_series_remote.ir new file mode 100644 index 00000000..e47dba9c --- /dev/null +++ b/Videoconferencing/Polycom/Polycom_VX_series_remote.ir @@ -0,0 +1,249 @@ +Filetype: IR signals file +Version: 1 +# +# Remote for Polycom VX Series Videoconferencing System +# This was lightly tested on a V700 unit, but since it is obsolete, I cannot guarantee everything works +# The remote has two feet that act as an indicator that the remote has been placed on a table. +# This has been included as "Remote_down_idle" +# +# Captured by: emptythevoid +# +name: Call +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 899 551 900 836 1201 837 1188 551 900 836 1202 549 899 837 1203 836 1201 550 899 550 899 837 1207 549 896 836 1188 551 899 837 1202 551 59971 2549 2628 551 899 551 900 836 1200 838 1205 550 896 836 1189 551 899 837 1203 836 1200 551 899 551 899 837 1201 550 899 837 1205 550 896 836 1189 551 59968 2548 2635 548 900 550 900 836 1202 836 1200 552 900 836 1205 551 896 836 1187 836 1190 550 899 551 900 836 1201 550 900 836 1200 551 899 838 1202 550 +# +name: Remote_down_idle +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2620 551 898 551 900 836 1201 837 1189 550 900 836 1200 551 899 837 1201 551 899 837 1201 837 1205 550 898 552 897 553 896 836 1190 836 1201 551 59970 2549 2629 550 899 550 899 838 1202 836 1190 550 899 837 1200 551 900 837 1201 551 898 838 1200 838 1205 550 898 552 899 551 896 836 1190 836 1201 551 59971 2549 2627 552 899 551 900 836 1201 837 1188 552 900 836 1200 551 901 835 1201 551 900 836 1201 837 1204 551 898 552 898 552 895 837 1189 837 1201 551 +# +name: Remote_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2545 2633 550 898 552 902 834 1202 836 1200 552 900 836 1205 551 896 836 1190 551 895 837 1188 551 899 837 1202 836 1202 836 1201 837 1189 837 1201 552 59972 2548 2628 551 899 551 900 836 1203 835 1189 551 900 836 1201 550 901 835 1202 550 899 837 1200 552 900 836 1202 836 1188 838 1202 836 1202 836 1202 551 59973 2548 2633 550 899 551 900 836 1200 838 1201 550 899 838 1205 550 896 836 1190 551 895 837 1189 550 901 835 1202 836 1201 837 1202 836 1189 837 1202 550 +# +name: Hangup +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2629 550 898 552 901 835 1200 838 1188 552 899 837 1200 551 900 837 1202 837 1200 551 898 552 899 837 1201 837 1188 552 899 837 1200 552 899 552 59974 2547 2628 551 899 551 901 836 1203 835 1205 550 897 835 1188 551 900 837 1203 836 1199 552 898 551 900 837 1201 837 1204 552 896 836 1189 550 898 553 +# +name: Snap +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2627 578 872 578 873 863 1173 865 1162 578 873 863 1173 579 871 865 1175 578 872 864 1172 580 872 864 1176 580 867 865 1161 579 871 865 1173 580 59945 2576 2599 580 869 580 870 866 1172 866 1175 581 866 866 1158 581 871 865 1174 579 870 866 1172 580 871 865 1172 580 872 864 1177 579 867 865 1161 580 +# +name: Directory +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2630 575 873 550 899 837 1202 836 1188 578 872 838 1200 578 871 865 1173 580 871 865 1175 863 1177 579 868 864 1163 577 872 864 1174 578 872 579 59947 2548 2627 552 899 551 899 838 1200 838 1204 551 896 836 1188 552 899 838 1201 551 899 837 1201 837 1200 551 899 837 1203 553 895 837 1188 551 899 552 59970 2549 2631 552 898 552 899 837 1202 862 1173 580 873 863 1178 578 868 864 1162 579 867 865 1162 864 1173 579 872 864 1173 579 871 865 1177 579 868 579 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2629 550 899 551 899 837 1202 836 1189 550 900 836 1200 551 900 836 1201 552 898 552 899 551 899 837 1201 551 898 838 1204 552 899 551 895 552 59974 2548 2633 550 898 552 896 836 1189 837 1200 552 900 836 1200 551 899 838 1201 551 899 551 898 552 899 837 1204 551 895 837 1188 552 899 551 900 551 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2546 2627 552 899 550 899 838 1202 836 1189 550 900 836 1200 551 899 837 1202 551 897 553 900 836 1201 550 898 552 899 837 1201 837 1189 837 1201 551 59975 2547 2629 550 898 552 898 838 1201 837 1204 552 895 837 1188 552 900 836 1201 552 898 552 900 836 1201 551 898 552 899 837 1201 837 1202 836 1188 553 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2547 2628 551 898 552 899 837 1202 836 1189 550 900 836 1200 551 899 837 1201 551 899 551 899 837 1199 552 899 837 1203 553 900 550 898 551 895 552 59974 2549 2631 552 899 551 895 837 1189 837 1201 551 899 837 1200 551 899 837 1202 551 898 552 899 837 1204 552 895 837 1189 551 899 551 898 552 899 552 59972 2547 2632 551 898 578 873 838 1201 837 1199 553 899 838 1204 551 896 837 1189 552 899 551 896 836 1189 551 900 836 1201 550 898 552 898 552 899 551 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2627 552 900 550 899 838 1203 835 1189 551 899 837 1201 551 900 836 1201 551 899 551 898 552 899 837 1202 836 1206 549 895 837 1189 837 1201 551 59974 2549 2630 549 899 551 900 836 1202 836 1205 550 894 839 1188 552 899 837 1202 551 898 552 898 552 899 837 1202 836 1200 552 900 836 1202 836 1190 551 +# +name: Enter +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2547 2633 550 899 551 896 836 1190 836 1201 551 899 837 1201 551 898 838 1201 551 898 839 1205 550 896 837 1189 837 1203 549 897 553 899 837 1202 551 59975 2549 2635 548 899 551 896 837 1188 838 1200 552 899 837 1200 551 900 837 1201 552 899 837 1203 553 895 837 1190 836 1200 578 872 551 898 838 1201 578 59950 2548 2632 551 899 550 895 838 1189 837 1200 551 900 837 1201 577 873 837 1201 578 873 837 1204 552 894 865 1162 838 1201 577 870 553 900 837 1201 578 113548 2550 2625 550 898 552 900 836 1200 838 1189 551 899 837 1202 549 899 838 1202 551 898 552 898 552 899 837 1203 836 1200 838 1189 837 1201 550 901 550 59978 2548 2629 550 899 551 899 838 1201 837 1205 577 868 838 1188 578 874 862 1175 551 899 577 872 578 874 836 1201 863 1175 838 1201 837 1189 577 873 578 59947 2548 2632 551 898 552 899 838 1202 836 1201 551 899 837 1205 551 895 837 1190 551 897 553 898 552 894 838 1190 837 1200 838 1201 838 1205 550 895 552 +# +name: Home +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2628 551 899 551 899 837 1202 836 1188 552 899 837 1203 549 899 837 1202 550 898 838 1202 836 1204 551 895 838 1189 837 1200 551 897 553 900 551 59975 2549 2628 551 898 552 900 836 1201 837 1205 551 896 837 1189 550 901 835 1201 552 899 838 1201 837 1200 551 899 838 1200 838 1190 550 899 551 900 551 59971 2550 2632 551 899 551 898 838 1201 837 1199 553 901 835 1204 552 895 837 1189 551 895 838 1190 836 1200 552 899 838 1202 836 1205 551 899 551 895 552 +# +name: Back +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2624 551 898 552 898 838 1202 837 1205 551 895 838 1188 551 899 838 1202 551 900 836 1200 552 898 552 901 835 1202 836 1201 837 1188 552 900 551 59974 2548 2632 551 899 551 899 838 1202 836 1200 552 899 838 1204 552 896 837 1191 549 897 836 1188 552 898 552 899 837 1202 836 1202 836 1205 550 896 551 59977 2549 2631 552 898 552 896 836 1190 836 1199 553 900 837 1200 552 899 837 1201 552 899 837 1206 550 898 552 895 837 1189 837 1202 836 1200 552 900 550 +# +name: Zoom_plus +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2627 552 899 551 900 836 1203 835 1190 549 900 836 1201 550 901 835 1202 551 900 550 901 835 1201 837 1205 550 896 836 1190 836 1201 551 901 549 59972 2548 2629 550 899 551 900 836 1203 835 1207 548 896 836 1187 553 901 835 1202 550 900 550 899 837 1202 836 1202 549 900 836 1201 837 1189 551 927 523 +# +name: Zoom_minus +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2629 550 899 550 900 836 1201 837 1201 550 900 836 1206 549 896 836 1191 549 899 550 896 836 1190 836 1201 837 1200 551 900 550 900 836 1203 549 59972 2547 2632 551 900 550 896 837 1192 834 1202 549 901 835 1201 551 901 835 1202 550 898 552 902 834 1203 835 1190 836 1201 550 898 552 900 836 1202 550 +# +name: Vol_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2629 550 900 550 900 836 1202 836 1189 551 901 835 1200 551 901 835 1203 836 1202 836 1201 837 1189 550 901 835 1202 836 1201 837 1205 550 896 551 59972 2547 2633 550 900 550 897 835 1191 835 1201 550 901 835 1200 551 899 837 1202 837 1202 836 1190 836 1200 551 900 836 1202 836 1202 836 1189 550 901 549 +# +name: Vol_down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2546 2629 550 899 551 899 837 1201 837 1188 552 901 835 1200 551 900 836 1203 836 1202 836 1202 836 1190 836 1202 549 900 550 899 551 900 549 901 550 59971 2549 2629 550 900 550 899 837 1201 837 1205 550 896 836 1188 551 900 836 1203 836 1202 836 1201 837 1201 837 1190 549 900 549 900 550 899 551 900 551 +# +name: Far +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2546 2628 551 898 552 899 837 1201 837 1189 550 899 837 1199 552 898 838 1200 552 899 837 1200 551 899 550 898 552 901 835 1202 836 1189 837 1202 550 59971 2549 2630 549 898 552 899 837 1201 837 1205 550 896 836 1188 552 899 837 1201 552 899 837 1200 552 898 551 898 552 900 836 1202 836 1201 837 1189 551 +# +name: Near +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2547 2629 550 898 552 900 836 1201 837 1189 550 901 835 1200 551 900 836 1201 551 897 553 899 837 1202 836 1203 835 1190 836 1201 551 900 549 899 552 59973 2547 2629 550 898 551 898 838 1203 835 1205 551 896 836 1189 550 899 837 1201 551 899 551 901 835 1202 836 1201 837 1201 837 1190 550 899 551 900 551 59969 2548 2632 551 898 552 899 837 1203 835 1201 550 899 838 1204 551 895 837 1190 550 899 551 896 837 1190 836 1202 836 1201 837 1205 550 900 550 898 549 +# +name: Auto +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 898 552 900 836 1201 837 1200 552 901 835 1206 549 895 837 1192 548 894 838 1193 833 1201 550 899 551 900 836 1202 836 1205 550 895 552 59972 2549 2632 551 898 552 895 837 1188 838 1200 551 899 837 1201 550 899 837 1202 550 899 837 1202 836 1188 552 897 552 899 837 1202 836 1201 551 900 551 59972 2550 2628 551 898 552 899 837 1201 837 1189 550 898 838 1201 550 900 836 1202 551 899 837 1202 836 1204 551 900 550 896 836 1189 837 1200 551 899 552 +# +name: Camera +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 900 549 899 837 1202 836 1200 551 900 837 1205 550 898 834 1190 551 895 837 1190 836 1202 836 1201 837 1205 550 896 836 1191 835 1202 551 59975 2547 2627 552 899 551 900 836 1201 837 1205 550 896 837 1190 549 900 836 1203 550 900 836 1202 836 1202 836 1203 836 1190 549 900 836 1203 835 1202 550 +# +name: Preset +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2627 552 900 550 900 837 1201 837 1188 551 900 836 1199 552 899 838 1203 549 899 838 1201 837 1201 837 1190 836 1201 837 1202 549 900 837 1203 549 59977 2545 2632 551 897 552 895 837 1190 836 1200 552 900 836 1200 577 873 838 1200 579 874 836 1202 836 1189 838 1202 836 1201 864 1178 578 868 864 1161 580 +# +name: Pip +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2629 550 899 551 898 834 1191 835 1201 551 900 836 1200 552 900 837 1202 550 900 837 1201 837 1190 837 1203 548 900 836 1202 836 1202 836 1189 552 59973 2548 2632 551 899 551 900 836 1202 836 1201 551 900 837 1204 551 896 836 1189 552 896 836 1189 837 1202 836 1199 553 899 837 1202 836 1189 837 1202 551 59976 2549 2630 549 899 551 899 837 1201 837 1204 552 894 839 1189 550 901 836 1203 550 899 837 1203 835 1202 836 1205 551 896 836 1190 836 1201 837 1200 553 +# +name: Keyboard +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2630 549 899 551 900 837 1202 836 1201 550 899 837 1206 549 896 836 1187 836 1189 551 898 552 899 551 899 837 1203 835 1202 550 901 835 1202 550 59979 2545 2633 550 899 551 895 837 1190 837 1202 550 900 836 1200 552 899 837 1201 839 1203 553 899 551 898 552 896 836 1190 836 1200 551 899 837 1201 552 +# +name: Delete +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2629 550 899 551 900 836 1202 836 1201 551 900 836 1206 550 895 837 1187 836 1188 552 899 550 898 552 899 837 1202 550 899 837 1202 836 1202 550 59976 2548 2632 551 898 552 896 836 1190 836 1202 550 901 835 1200 552 899 837 1203 836 1204 552 898 552 898 552 895 837 1189 551 901 835 1201 837 1202 550 +# +name: Dot +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2629 550 897 553 901 836 1202 836 1202 550 901 835 1206 549 895 838 1187 836 1190 550 899 551 898 552 899 551 899 837 1201 551 899 551 900 551 59975 2549 2628 551 899 551 901 835 1204 834 1205 550 895 837 1189 551 901 835 1203 836 1200 552 899 550 899 551 899 551 900 837 1200 551 900 550 901 550 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2628 551 898 552 900 836 1202 836 1201 551 899 837 1207 549 894 838 1187 836 1190 836 1200 551 899 551 898 552 900 837 1201 837 1204 551 896 551 59976 2548 2632 551 899 551 896 837 1189 837 1200 551 898 839 1200 552 901 835 1204 836 1202 836 1189 550 898 552 899 551 899 837 1201 837 1200 551 899 552 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2547 2628 551 898 552 900 836 1203 835 1200 552 897 840 1203 552 895 837 1187 837 1188 838 1200 552 899 551 899 837 1200 552 899 551 900 837 1200 552 59975 2550 2632 551 899 551 895 837 1188 838 1199 553 899 838 1201 551 899 837 1203 836 1201 838 1189 551 900 550 901 835 1201 551 898 552 901 835 1201 552 59978 2548 2628 551 898 552 900 836 1203 835 1190 550 898 839 1199 553 899 837 1202 837 1202 837 1204 552 897 553 895 837 1188 552 898 552 899 837 1202 551 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2627 552 899 551 899 837 1201 837 1200 552 900 836 1204 552 895 838 1186 837 1190 836 1200 551 899 551 900 837 1201 837 1201 837 1188 838 1202 551 59977 2548 2629 550 901 549 900 837 1201 837 1204 552 896 836 1188 552 898 838 1202 837 1201 837 1199 553 898 552 898 838 1201 837 1190 836 1203 835 1202 551 59977 2549 2628 551 898 552 900 837 1202 837 1188 552 899 838 1200 552 899 837 1202 837 1202 836 1205 551 899 551 895 837 1188 838 1201 837 1202 836 1203 550 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 900 550 899 838 1202 836 1200 552 899 837 1205 551 895 837 1187 836 1188 838 1201 550 898 838 1200 552 898 552 898 552 898 838 1202 550 59976 2549 2630 553 898 552 894 839 1190 836 1200 552 900 836 1200 552 899 838 1202 837 1201 837 1188 552 900 837 1199 553 899 551 898 552 899 837 1201 551 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2550 2629 550 899 551 900 836 1202 836 1200 551 900 836 1205 551 896 836 1189 834 1188 838 1200 551 900 837 1200 552 899 837 1201 837 1190 836 1202 550 59978 2547 2628 551 899 551 900 836 1202 837 1204 552 894 838 1187 553 900 837 1201 838 1201 837 1201 551 899 837 1204 552 897 835 1190 836 1203 836 1201 552 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2630 549 898 552 900 836 1201 837 1202 550 898 838 1204 552 896 836 1187 836 1190 836 1202 550 900 836 1202 836 1205 551 899 551 899 551 897 550 59977 2549 2635 548 899 551 896 836 1190 837 1203 549 900 837 1200 551 899 837 1203 836 1204 834 1190 550 899 837 1202 836 1202 550 898 552 899 551 899 552 59979 2548 2628 551 899 551 902 834 1202 836 1189 551 900 837 1201 551 900 837 1203 837 1202 836 1205 551 896 837 1189 837 1199 553 898 552 897 553 900 551 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2627 552 898 552 899 838 1202 836 1199 553 900 837 1204 551 894 839 1187 836 1190 836 1200 551 899 837 1200 838 1204 834 1189 838 1200 551 901 550 59977 2549 2630 549 898 552 898 839 1202 836 1205 551 895 837 1188 552 899 837 1202 837 1202 836 1200 552 899 838 1202 836 1190 837 1201 837 1201 551 899 552 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2630 549 897 553 900 836 1202 836 1200 552 898 838 1206 549 895 838 1187 836 1191 836 1228 810 1201 551 898 552 898 552 899 551 901 835 1203 550 59977 2549 2633 550 898 552 895 838 1188 839 1200 552 898 838 1200 552 900 837 1203 836 1201 837 1191 836 1200 552 898 552 898 552 900 550 899 838 1202 551 59979 2575 2600 579 871 579 872 865 1176 862 1161 579 872 865 1174 578 872 864 1174 865 1173 866 1174 864 1161 579 870 580 870 580 871 579 870 867 1172 580 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2574 2600 579 872 578 872 864 1174 864 1172 580 871 865 1176 580 868 864 1159 864 1161 865 1173 865 1171 581 869 581 873 863 1172 866 1161 865 1173 580 59949 2577 2601 578 870 580 872 865 1172 866 1176 580 867 865 1160 580 869 867 1175 864 1172 866 1173 865 1176 580 870 580 868 864 1162 864 1173 866 1173 580 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2627 552 897 552 901 835 1200 839 1199 553 899 838 1205 550 896 837 1186 837 1189 837 1200 551 898 552 900 550 899 551 898 552 899 551 902 549 59976 2550 2630 549 899 551 899 837 1202 837 1205 550 896 837 1188 552 900 837 1203 836 1201 838 1200 551 899 551 900 550 898 552 898 552 899 551 900 551 +# +name: Asterisk +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 899 551 900 837 1202 836 1202 550 900 836 1206 550 896 836 1190 551 900 550 896 836 1191 549 900 836 1201 837 1202 836 1204 551 896 551 59977 2548 2633 550 899 551 896 836 1190 836 1201 551 900 836 1201 551 900 836 1202 551 899 551 901 835 1204 552 896 837 1189 837 1201 837 1203 549 900 551 +# +name: Pound +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2547 2628 551 898 552 899 837 1202 836 1201 551 899 837 1204 551 896 837 1189 552 898 552 895 838 1189 837 1200 551 899 551 898 552 897 552 900 551 59977 2549 2628 551 899 551 899 837 1203 835 1204 552 895 837 1188 552 900 836 1204 549 899 551 899 837 1202 836 1201 550 898 552 899 551 899 551 901 550 +# +name: Graphics +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2549 2627 552 898 552 901 835 1202 837 1201 551 900 836 1206 550 895 838 1189 552 895 838 1188 552 900 550 900 837 1201 551 899 837 1201 837 1204 548 59977 2549 2633 550 898 552 895 838 1189 837 1201 551 899 838 1201 550 898 839 1202 550 900 837 1204 551 898 552 895 838 1188 552 900 836 1203 835 1201 552 +# +name: Help +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 2548 2628 551 898 552 900 836 1201 837 1201 550 899 837 1204 552 897 835 1189 552 896 837 1189 551 899 837 1199 553 898 552 901 549 898 552 899 552 59976 2577 2600 579 870 580 871 865 1174 864 1177 579 867 865 1161 579 872 864 1172 581 872 865 1171 581 871 865 1171 581 870 580 870 580 870 580 871 580 From be31a1cb88a9100e56fe8037a5997f5f321b3015 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:22:40 -0400 Subject: [PATCH 50/63] Added Tandberg TRC V remote --- .../Tandberg/Tandberg_TRC_V_iTV.ir | 212 ++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 Videoconferencing/Tandberg/Tandberg_TRC_V_iTV.ir diff --git a/Videoconferencing/Tandberg/Tandberg_TRC_V_iTV.ir b/Videoconferencing/Tandberg/Tandberg_TRC_V_iTV.ir new file mode 100644 index 00000000..ee76d555 --- /dev/null +++ b/Videoconferencing/Tandberg/Tandberg_TRC_V_iTV.ir @@ -0,0 +1,212 @@ +Filetype: IR signals file +Version: 1 +# +# Tandberg TRC V "iTV" +# Home button did not register. +# There's a frequent 65-sample pulse that happens. This is saved as "Unknown_65" +# +# Captured by: emptythevoid +# +name: Fn1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 626 2513 626 420 626 421 625 420 626 421 625 421 624 422 624 422 624 422 624 422 624 14033 625 2514 625 946 1147 942 1150 944 1148 943 625 422 624 424 622 13503 625 2515 624 946 1148 944 1148 944 1149 943 625 423 623 422 624 13504 623 2516 623 946 1147 945 1148 945 1147 946 622 423 623 423 622 13505 622 2519 621 948 1121 970 1122 971 1145 947 597 447 599 450 596 13530 622 2517 598 972 1145 946 1122 972 1120 971 597 450 596 448 598 13531 596 2543 596 973 1121 973 1119 972 1120 972 596 449 597 451 595 13534 593 2544 594 452 594 452 593 454 592 453 592 454 592 455 591 452 594 453 592 454 593 +# +name: Fn2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 589 2547 572 475 571 478 568 474 591 455 572 477 569 475 571 475 571 476 570 475 571 14088 590 2547 572 476 570 475 571 998 1096 997 1095 996 572 475 571 475 571 13557 570 2567 572 476 570 474 572 998 1096 998 1094 997 571 474 572 474 572 13557 570 2568 571 475 571 475 571 999 1095 998 1094 997 571 476 570 475 571 13558 570 2568 571 474 572 475 571 998 1096 997 1095 999 569 477 569 474 572 13557 570 2568 571 475 571 475 571 999 1095 999 1093 997 571 476 570 475 571 13556 571 2569 570 477 569 474 572 999 1095 999 1094 997 571 475 571 508 538 13558 570 2569 570 476 570 475 571 477 569 476 570 476 570 475 571 476 570 475 571 476 570 +# +name: Fn3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2568 571 474 572 475 571 475 571 475 571 476 570 475 571 475 571 475 571 475 571 14087 571 2568 571 1000 569 475 1096 474 570 997 1097 997 571 476 570 477 569 13556 572 2569 570 999 570 475 1096 472 572 999 1095 999 569 475 571 476 570 13557 570 2570 569 998 571 474 1097 473 571 998 1096 997 571 476 570 474 572 13558 569 2569 570 998 571 475 1096 474 570 998 1096 996 572 475 571 475 571 13556 572 2567 572 999 570 475 1096 473 572 998 1096 998 570 475 571 477 569 13557 570 2568 571 475 571 475 571 476 570 475 571 476 570 475 571 475 571 475 571 474 572 +# +name: Fn4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 622 2515 624 423 623 422 623 424 622 423 623 424 623 423 623 423 623 425 621 422 624 14035 622 2516 624 423 623 945 1148 422 623 947 1147 949 619 424 622 426 620 13505 622 2518 621 424 622 948 1121 448 597 972 1122 974 594 449 597 449 597 13530 597 2542 597 449 598 972 1121 449 595 974 1120 973 595 449 597 451 595 13532 595 2545 594 452 593 975 1119 450 595 974 1119 974 593 453 593 453 593 13534 593 2547 592 452 593 453 573 474 572 474 572 474 572 475 571 474 572 474 572 473 573 +# +name: Fn5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 621 2519 619 426 621 423 623 425 621 424 622 424 598 450 621 424 622 425 621 425 620 14038 621 2517 622 947 1146 423 621 425 621 947 1147 946 622 425 621 424 598 13531 622 2518 621 946 1147 422 623 425 621 948 1121 971 597 447 599 450 596 13530 622 2518 596 972 1122 448 597 449 597 972 1122 972 596 450 596 449 597 13532 596 2541 598 972 1121 450 595 450 596 973 1121 973 595 450 596 451 595 13532 595 2546 593 975 1119 449 595 451 595 974 1120 974 594 453 593 451 594 13535 593 2546 593 451 595 452 594 452 594 485 561 451 595 451 595 453 592 453 593 451 594 +# +name: Mic_mute +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2569 570 475 571 476 570 475 571 476 570 477 569 477 569 476 570 476 570 476 570 14088 570 2568 571 476 570 476 570 999 1095 474 571 999 570 476 570 476 570 477 569 13557 571 2570 569 476 570 478 568 999 1095 474 571 998 571 476 570 406 640 476 570 13557 570 2570 569 476 570 477 569 1001 1093 475 570 1000 569 477 569 478 568 478 568 13559 567 2573 542 502 544 502 573 997 1098 470 575 995 574 470 576 472 574 471 575 13555 572 2566 573 471 575 472 574 995 1099 471 573 995 574 472 574 473 573 473 573 13554 573 2565 574 473 573 473 573 473 573 474 572 473 573 474 572 472 574 474 572 474 572 +# +name: Switch_to_pc +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2570 569 477 569 477 569 476 570 475 571 475 571 476 570 476 570 479 567 477 569 14090 568 2570 569 475 571 1000 569 474 572 476 1095 998 570 476 570 476 570 475 571 13557 571 2568 571 476 570 477 569 476 570 475 571 477 569 476 570 476 570 476 570 476 570 +# +name: Zoom_in +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 534 2601 539 506 539 507 539 507 539 507 539 506 540 506 539 510 537 506 540 507 539 14118 573 2566 573 473 573 476 570 474 572 996 1098 995 573 473 573 474 572 473 573 13556 597 2542 597 449 573 472 574 472 574 998 1096 995 573 472 574 472 574 473 573 13555 573 2567 572 473 573 473 573 472 574 997 1096 994 574 472 574 472 573 474 572 13555 568 2573 566 477 569 476 570 480 566 1001 1093 999 569 477 569 477 569 478 568 13560 569 2570 569 476 570 477 569 476 570 1000 1094 998 570 477 569 476 570 476 570 13558 570 2569 570 475 571 477 569 477 569 1000 1094 997 571 476 570 475 571 477 569 13558 570 2568 571 476 570 476 570 477 569 475 571 476 570 478 568 476 570 475 571 479 567 +# +name: Zoom_out +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 570 2567 572 474 572 474 572 475 571 476 570 476 570 476 570 474 572 475 571 476 570 14087 571 2568 571 998 1096 473 571 999 1095 997 571 476 570 477 569 475 571 13556 572 2569 570 998 1096 473 571 998 1096 998 570 477 569 474 572 476 570 13558 570 2570 569 999 1095 473 571 998 1096 995 573 477 569 474 572 476 570 13557 571 2568 571 1000 1094 477 567 999 1095 998 570 475 571 476 570 475 571 13557 571 2568 571 999 1095 475 570 999 1095 998 570 475 571 475 571 476 570 13557 571 2571 568 474 572 476 570 476 570 475 571 476 570 475 571 476 570 475 571 476 570 +# +name: Vol_up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2571 568 480 566 478 568 478 568 478 568 482 564 478 568 477 569 478 568 479 567 14090 568 2573 566 1001 1093 1000 1093 476 568 1002 568 477 569 479 567 477 569 13560 568 2573 566 1001 1093 1001 1091 477 567 1002 567 478 568 478 568 478 568 13562 566 2572 567 1002 1092 1001 1091 478 566 1002 567 477 569 479 567 477 569 13560 568 2571 568 478 568 478 568 478 568 511 535 478 568 479 567 478 568 477 569 478 568 +# +name: Vol_down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2568 571 477 569 475 571 475 571 476 570 475 571 477 569 477 569 477 569 477 569 14089 569 2569 570 476 570 999 570 477 1094 475 569 998 571 475 571 475 571 475 571 13558 570 2570 569 477 569 999 570 477 1094 474 571 1000 569 475 571 476 570 476 570 13560 568 2569 570 477 569 999 570 475 1096 473 571 999 570 476 570 476 570 476 570 13558 570 2571 568 476 570 999 570 475 1096 475 569 1001 569 476 570 476 570 476 570 13559 569 2568 571 475 571 1000 570 477 1094 475 570 999 570 477 569 476 570 475 571 13558 570 2569 570 480 566 999 570 477 1094 474 570 998 571 476 570 475 571 474 572 13558 570 2570 569 475 571 1000 569 476 1095 474 570 999 571 475 571 476 570 477 569 13557 571 2570 569 477 569 1001 568 474 1097 476 568 999 570 476 570 476 570 476 570 13559 569 2569 570 476 570 999 570 477 1094 474 571 998 571 476 570 477 569 477 569 13557 571 2568 571 476 570 999 570 476 1095 474 570 998 571 476 570 476 570 475 571 13557 571 2570 569 476 570 999 570 476 1095 475 570 1000 569 476 570 477 569 476 570 13558 570 2570 569 477 569 1000 569 476 1095 475 569 999 570 476 570 476 570 477 569 13561 567 2568 571 476 570 1000 569 477 1094 474 571 1000 569 477 569 476 570 476 570 13559 569 2569 570 477 569 999 570 476 1095 476 569 999 570 476 570 478 568 477 569 13558 570 2570 569 475 571 999 570 478 1093 475 569 998 571 477 569 477 569 477 569 13559 569 2569 570 476 570 1000 569 478 1093 474 571 1000 569 477 569 477 569 477 569 13558 570 2569 570 475 571 476 570 476 570 476 570 510 536 477 569 477 569 476 570 477 569 +# +name: Up +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2571 568 477 569 478 568 479 567 478 568 478 568 477 569 477 569 478 568 479 567 14091 567 2570 569 479 567 1001 1093 478 566 477 569 1002 567 479 567 478 568 478 568 13560 568 2571 568 477 569 1002 1092 476 569 477 569 1000 569 479 567 478 568 480 566 13559 569 2570 569 477 569 1002 1092 476 568 479 567 1000 569 476 570 477 569 479 567 13560 568 2570 569 479 567 1002 1092 475 569 479 567 1001 568 479 567 476 570 478 568 13560 568 2571 568 479 567 1002 1097 471 568 479 567 1002 567 478 568 478 573 472 574 13555 567 2571 544 504 572 472 544 502 574 474 566 479 543 503 574 472 574 473 542 503 573 +# +name: Left +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 570 2568 571 475 571 476 570 476 570 477 569 476 570 476 570 477 569 477 569 476 570 14088 570 2567 572 476 570 477 569 476 570 475 571 476 570 999 570 477 569 475 571 476 570 13558 570 2569 570 476 570 474 572 475 571 475 571 477 569 1001 568 475 571 476 570 476 570 13557 571 2570 569 476 570 475 571 476 570 476 570 475 571 1000 569 475 571 477 569 476 570 13558 570 2570 569 477 569 475 571 476 570 475 571 475 571 998 571 475 571 477 569 475 571 13559 569 2568 571 474 572 476 570 475 571 476 570 476 570 476 570 477 569 476 570 477 569 +# +name: Right +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2570 569 475 571 476 570 475 571 474 572 508 538 475 571 474 572 475 571 476 570 14089 569 2567 572 999 570 474 572 476 570 475 571 477 1094 997 571 475 571 476 570 13557 571 2569 570 940 629 476 570 475 571 475 571 474 1097 999 569 475 571 476 570 13558 570 2568 571 999 570 475 571 478 568 477 569 476 1095 997 571 476 570 475 571 13558 570 2569 570 1000 569 476 570 475 571 475 571 475 1096 998 570 475 571 477 569 13559 569 2570 569 1001 568 476 570 477 569 475 571 475 1096 999 569 477 569 476 570 13559 569 2569 570 999 570 476 570 474 572 476 570 478 1093 997 571 475 571 476 570 13557 571 2568 571 475 571 475 571 477 569 476 570 476 570 475 571 476 570 476 570 477 569 +# +name: Down +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2570 569 477 569 476 570 477 569 479 567 478 568 478 568 476 570 478 568 477 569 14091 567 2572 567 1000 1094 475 570 477 569 477 569 1001 568 477 569 477 569 476 570 13558 570 2570 569 1000 1094 477 567 477 569 476 570 1001 568 478 568 477 569 479 567 13558 570 2571 568 1001 1093 476 568 477 569 477 569 1001 568 477 569 477 569 477 569 13559 569 2571 568 1001 1093 476 568 477 569 478 568 1001 568 476 570 477 569 479 567 13561 567 2570 569 1001 1093 476 568 479 567 478 568 1000 569 479 567 478 568 477 569 13561 566 2571 568 479 567 478 573 473 574 474 571 473 573 472 575 472 574 472 574 472 574 +# +name: Ok +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 572 2565 574 474 572 471 575 472 574 472 574 472 574 473 573 471 575 472 574 473 573 14084 574 2566 573 471 575 994 575 472 574 472 574 472 1099 995 573 474 572 473 573 13554 574 2566 573 472 574 995 574 469 577 472 574 473 1098 995 573 473 573 472 574 13555 573 2565 574 472 574 996 573 473 573 471 575 472 1099 994 574 472 574 472 574 13555 573 2564 575 473 573 998 571 471 575 474 572 472 1099 994 574 472 574 473 573 13556 572 2564 575 472 574 995 574 471 575 472 574 472 1099 995 573 472 574 472 574 13554 574 2566 573 472 574 996 573 471 575 472 574 472 1099 993 575 474 572 474 572 13553 575 2565 574 471 575 472 574 471 575 473 573 473 573 473 573 475 571 472 574 473 573 +# +name: Phone_book +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 542 2596 567 478 544 502 544 502 544 503 543 504 542 502 544 502 544 502 544 505 541 14115 566 2572 567 1002 567 479 543 503 1068 1025 1067 1024 568 479 567 480 566 13562 542 2597 542 1026 543 503 543 503 1068 1024 1068 1024 567 479 543 503 543 13585 567 2571 568 1002 566 479 568 479 1091 1002 1067 1025 566 479 567 478 575 13555 567 2571 568 1002 567 478 568 480 1091 1000 1068 1024 568 477 569 479 567 13561 567 2572 567 1003 566 478 568 477 1094 1001 1091 1000 568 480 566 482 540 13586 566 2572 567 1000 569 478 568 478 1093 1000 1092 1000 568 479 572 473 573 13556 566 2572 568 479 567 479 567 478 568 478 568 479 567 478 568 479 567 479 567 479 572 +# +name: Layout +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 572 2567 572 475 571 475 571 474 572 475 571 476 570 475 571 475 571 474 572 475 571 14087 571 2569 570 475 571 1001 1093 996 572 475 1096 995 573 475 571 475 571 13557 571 2567 572 477 569 998 1096 997 571 476 1094 998 570 477 569 474 572 13556 571 2569 570 476 570 998 1096 998 570 475 1096 997 571 475 571 477 569 13557 571 2567 572 476 570 997 1097 997 570 475 1096 997 571 475 571 475 571 13558 569 2567 572 473 573 998 1096 997 570 475 1096 998 570 475 571 475 571 13557 570 2569 570 475 571 1000 1094 997 571 475 1096 997 571 475 571 474 572 13557 570 2570 569 475 571 999 1095 997 571 474 1097 997 570 475 571 476 570 13558 570 2569 570 474 572 998 1096 997 571 475 1096 998 570 475 571 476 570 13558 570 2568 571 474 572 1000 1094 998 570 475 1096 997 571 476 570 475 571 13558 570 2569 570 475 571 1000 1094 998 570 475 1096 998 570 476 570 475 571 13557 571 2567 572 476 570 998 1096 996 572 475 1096 997 571 475 571 476 570 13557 571 2568 571 475 571 998 1096 997 571 474 1097 997 571 476 570 474 572 13557 571 2568 571 475 571 998 1096 998 570 475 1096 996 572 476 570 474 572 13556 572 2570 569 475 571 476 570 475 571 474 572 475 571 475 571 474 572 475 571 476 570 +# +name: Call +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 570 2569 570 475 571 478 568 475 571 474 572 477 569 475 571 475 571 475 571 474 572 14087 571 2569 570 998 1096 996 572 479 567 476 1095 996 572 475 571 476 570 13557 570 2570 569 997 1097 998 570 476 570 476 1095 998 570 477 569 475 571 13558 570 2569 570 999 1095 999 569 475 571 475 1096 996 572 476 570 475 571 13557 570 2572 567 998 1096 997 571 476 570 477 1094 998 570 478 568 479 567 13558 569 2569 570 1002 1092 998 570 477 569 476 1095 997 571 477 569 477 569 13557 571 2571 568 1000 1094 998 569 478 568 475 1096 998 570 477 569 476 570 13558 570 2568 571 476 570 476 570 475 571 476 570 475 571 478 568 476 570 476 570 475 571 +# +name: End_call +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 570 2567 572 477 569 474 572 477 569 476 570 475 571 475 571 475 571 475 571 476 570 14087 571 2569 570 475 571 477 569 1000 569 475 571 475 1096 998 570 476 570 476 570 13558 569 2568 571 474 572 475 571 999 570 475 571 475 1096 998 570 476 570 477 569 13557 571 2570 569 476 570 476 570 999 570 476 570 476 1095 999 569 476 570 476 570 13557 570 2572 567 475 571 475 571 1000 569 476 570 476 1095 998 570 476 570 476 570 13557 571 2568 571 476 570 476 570 998 571 474 572 475 1096 999 569 475 571 476 570 13559 569 2568 571 475 571 475 571 999 571 476 570 476 1095 998 570 477 569 474 572 13559 568 2569 570 476 570 476 570 999 570 475 571 475 1096 1000 568 475 571 476 570 13559 568 2569 570 475 571 475 571 476 570 475 571 477 569 475 571 475 571 476 570 474 572 +# +name: Clear +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 600 2569 570 475 571 475 571 476 570 509 537 477 569 476 570 476 570 477 569 476 570 14088 570 2570 569 1000 1094 473 571 1000 569 475 1096 997 571 476 570 475 571 13557 570 2569 570 1000 1094 474 571 1000 569 475 1096 999 569 478 568 476 570 13559 568 2571 568 999 1095 474 571 998 571 476 1094 998 570 475 571 478 568 13560 567 2569 570 1001 1093 474 570 998 571 475 1096 999 569 478 568 476 570 13558 570 2568 571 1000 1094 474 570 1001 568 475 1096 998 570 476 570 477 569 13558 570 2569 570 998 1096 474 570 999 570 476 1095 998 570 475 571 476 570 13558 569 2569 570 999 1095 474 571 999 570 476 1095 996 572 476 570 476 570 13558 570 2570 569 1002 1092 474 570 1000 569 476 1095 997 571 477 569 476 570 13559 569 2569 570 476 570 477 569 476 570 477 569 476 570 475 571 477 569 475 571 476 570 +# +name: 1 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2569 570 478 568 476 570 477 569 477 569 476 570 477 569 479 567 477 569 479 567 14089 568 2572 567 478 568 1002 543 502 544 504 542 503 543 502 544 503 543 506 540 501 575 13556 573 2566 573 473 573 998 572 471 575 472 574 472 574 472 574 471 575 471 575 472 574 13554 574 2565 574 472 574 996 573 470 576 473 573 471 575 471 575 472 574 471 575 470 576 13553 575 2565 574 472 574 994 575 472 574 471 575 472 574 471 575 472 574 473 573 470 576 13554 573 2566 573 473 573 995 574 472 574 472 574 471 575 471 575 471 575 471 575 473 573 13553 575 2564 575 472 574 473 573 472 574 472 574 471 575 472 574 473 573 472 574 472 574 +# +name: 2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2569 570 476 570 477 569 475 571 477 569 478 568 476 570 477 569 477 569 478 568 14087 571 2570 569 1001 1093 999 569 477 569 478 568 477 569 476 570 476 570 479 567 13558 570 2571 568 999 1095 998 570 478 568 477 569 476 570 477 569 478 568 476 570 13559 569 2570 569 1002 1092 1000 568 477 569 478 568 478 568 477 569 477 569 476 570 13558 570 2572 567 999 1095 998 570 476 570 477 569 477 569 478 568 477 569 477 569 13559 569 2570 569 1000 1094 998 570 477 569 477 569 477 569 477 569 479 567 478 568 13560 568 2570 569 1000 1094 1000 568 477 569 477 569 477 569 476 570 477 569 478 568 13558 570 2569 570 476 570 476 570 476 570 478 568 479 567 477 569 477 569 477 569 478 568 +# +name: 3 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 569 2572 567 479 567 481 565 479 567 479 567 478 568 478 568 478 568 480 566 478 568 14090 568 2572 567 477 569 478 568 1004 565 478 568 478 568 479 567 478 568 479 567 478 568 13559 568 2572 567 478 568 478 568 1001 568 478 568 478 568 480 566 478 568 478 568 477 569 13560 568 2571 568 479 567 479 567 1002 567 479 567 479 567 478 568 478 568 479 567 479 567 13560 568 2571 568 479 567 477 569 1001 568 478 568 479 567 479 567 478 568 478 568 478 568 13560 568 2571 568 477 569 478 568 478 568 478 568 477 569 477 569 479 567 478 568 477 569 +# +name: 4 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 570 2569 570 477 569 477 569 476 570 477 569 475 571 475 571 475 571 476 570 475 571 14089 569 2569 570 999 570 476 1095 999 569 477 569 475 571 475 571 476 570 476 570 13557 571 2570 569 999 570 476 1095 998 570 476 570 476 570 475 571 476 570 477 569 13559 568 2567 572 1000 569 476 1095 999 569 477 569 476 570 476 570 477 569 478 568 13561 567 2569 570 999 570 476 1095 999 569 475 571 476 570 475 571 477 569 478 568 13559 569 2569 570 1000 569 479 1092 998 570 478 568 475 571 477 569 476 570 476 570 13557 571 2569 570 998 571 476 1095 997 571 476 570 476 570 476 570 477 569 479 567 13559 569 2570 569 1000 569 474 1097 997 571 476 570 476 570 476 570 477 569 476 570 13558 570 2569 570 475 571 476 570 477 569 478 568 477 569 476 570 476 570 475 571 475 571 +# +name: 5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 567 2573 566 478 568 478 568 480 566 478 568 479 567 481 565 478 568 480 566 479 567 14091 567 2572 567 478 568 1001 1093 1001 567 479 567 477 569 478 568 479 567 511 535 13561 567 2571 568 479 567 1003 1091 999 569 477 569 479 567 477 569 477 569 477 569 13561 567 2571 568 477 569 1002 1092 1000 568 479 567 479 567 478 568 478 568 479 567 13560 568 2571 568 479 567 1001 1093 1000 568 478 568 479 567 479 567 477 569 479 567 13561 567 2571 568 480 566 478 568 478 568 479 567 478 544 504 566 479 573 472 573 474 573 +# +name: 6 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 572 2566 573 471 575 471 575 473 573 473 573 472 574 471 575 471 575 471 575 471 575 14086 572 2565 574 994 1100 470 574 998 571 472 574 472 574 472 574 473 573 471 575 13555 573 2565 574 994 1100 469 576 996 573 472 574 473 573 472 574 472 574 472 574 13553 575 2564 575 995 1099 471 573 997 572 472 574 473 573 473 573 471 575 471 575 13553 575 2567 572 995 1099 469 575 995 574 472 574 472 574 472 574 471 575 470 576 13554 573 2567 572 994 1100 472 572 996 573 475 571 472 574 473 573 472 574 473 573 13554 574 2566 573 995 1099 471 573 995 574 472 574 472 574 473 573 471 575 472 574 13556 571 2566 573 473 573 472 598 449 597 450 596 450 572 474 595 450 572 473 597 450 596 +# +name: 7 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 568 2570 569 476 570 480 566 476 570 478 568 478 568 477 569 476 570 476 570 477 569 14091 567 2571 568 477 569 477 569 477 569 1001 568 477 569 477 569 476 570 477 569 477 569 13559 569 2569 570 476 570 476 570 476 570 1000 569 478 568 476 570 478 568 477 569 479 567 13559 569 2571 568 477 569 478 568 476 570 1000 569 476 570 477 569 476 570 476 570 477 569 13559 569 2571 568 477 569 480 566 477 569 1000 569 476 570 478 568 477 569 478 568 478 568 13559 569 2570 569 478 568 477 569 477 569 1000 569 478 568 478 568 478 568 476 570 477 569 13558 570 2570 569 477 569 477 569 478 568 478 568 477 569 476 570 476 570 477 569 477 569 +# +name: 8 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 596 2544 595 448 574 473 597 448 598 449 573 475 595 450 572 474 596 450 596 451 571 14086 572 2567 572 997 597 450 596 451 1120 973 595 449 573 475 571 474 596 450 572 13557 595 2543 596 974 595 450 596 451 1120 971 573 474 572 474 596 449 597 450 596 13532 595 2543 596 974 572 475 571 474 1097 997 570 473 573 474 572 474 596 451 571 13555 573 2567 596 976 593 450 572 475 1096 997 571 474 572 474 572 474 572 475 572 13558 569 2567 572 475 570 474 572 474 573 475 570 476 570 475 571 474 572 476 570 475 571 +# +name: 9 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 571 2567 596 449 573 474 596 449 597 451 595 451 595 449 573 473 573 471 599 449 597 14063 595 2542 597 449 573 998 571 474 1121 971 573 472 598 450 597 448 598 450 596 13531 597 2543 596 450 597 972 573 474 1121 973 595 450 596 449 597 448 598 450 572 13556 595 2544 571 474 596 974 571 473 1122 972 596 452 570 473 573 474 572 473 597 13532 595 2543 596 450 596 972 597 450 1097 995 597 449 597 450 596 449 597 449 597 13532 596 2541 598 449 597 449 597 452 594 450 596 449 597 451 595 450 596 449 597 449 573 +# +name: 0 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 542 2595 544 503 543 502 544 502 544 504 542 502 544 502 544 502 544 503 543 504 542 14114 544 2596 567 1001 1069 1024 1068 1025 543 504 542 502 568 477 545 503 543 13586 542 2597 542 1025 1093 1000 1069 1025 566 479 543 504 566 479 543 504 566 13561 567 2572 543 1025 1069 1026 1097 995 542 504 572 474 542 503 573 472 573 13555 543 2595 544 1025 1099 995 1098 996 571 475 572 472 572 473 575 472 574 13554 573 2568 571 996 1098 995 1098 994 573 473 573 472 574 472 574 473 573 13553 574 2565 575 995 1099 994 1098 993 575 472 574 472 574 472 574 471 575 13554 573 2567 572 472 574 473 573 472 574 472 574 471 575 472 574 472 574 472 574 471 575 +# +name: Astrisk +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 574 2565 574 473 573 473 573 473 573 473 573 473 573 472 574 472 574 471 575 473 573 14084 574 2566 573 471 575 470 576 995 1099 995 573 471 575 472 574 472 574 472 574 13554 574 2565 574 472 574 472 574 996 1098 995 572 472 574 472 574 472 574 472 574 13554 574 2565 574 472 574 472 574 996 1098 996 571 472 574 473 573 472 574 472 574 13554 573 2564 575 472 574 474 572 995 1099 994 574 472 574 471 575 472 574 472 574 13554 573 2565 574 472 574 473 573 474 572 474 572 472 574 471 575 472 574 473 573 473 573 +# +name: Pound +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 597 2544 571 475 594 451 572 474 572 475 571 474 596 448 574 473 597 450 572 473 573 14085 597 2543 596 974 595 450 1097 470 574 997 572 474 596 448 598 449 597 450 596 13531 597 2542 596 973 597 450 1121 448 596 973 596 452 594 449 597 449 597 449 597 13532 596 2542 573 996 597 449 1122 448 596 974 595 449 597 449 597 450 596 451 571 13556 571 2568 595 972 573 473 1122 448 596 973 596 449 597 450 596 451 571 474 596 13532 595 2542 597 449 597 450 596 450 596 449 597 449 573 474 596 449 597 448 598 449 596 +# +name: Unknown_65 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 492 2649 490 554 492 554 492 555 491 554 492 555 491 554 492 555 491 554 492 553 493 14182 491 2649 490 555 491 556 490 555 491 555 491 556 490 554 492 1077 492 556 490 553 493 13638 489 2647 492 555 491 556 490 553 493 555 491 554 492 554 492 554 492 555 491 555 491 From e63e1f1aad034c5457518e4ff6d72d6c51c0391f Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:46:47 -0400 Subject: [PATCH 51/63] Update Sony_RM_AMU009_Sony_Audio_System_CMT.ir --- Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir b/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir index 282b4458..fc886d48 100644 --- a/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir +++ b/Audio_Receivers/Sony/Sony_RM_AMU009_Sony_Audio_System_CMT.ir @@ -161,7 +161,7 @@ protocol: SIRC address: 10 00 00 00 command: 12 00 00 00 # -name: Vol_down +name: Vol_dn type: parsed protocol: SIRC address: 10 00 00 00 From 309bbd7e19fcd53118f51600ebba64a975875202 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:50:31 -0400 Subject: [PATCH 52/63] fixed labels Emerson_remote_NH303UD.ir --- TVs/Emerson/Emerson_remote_NH303UD.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/Emerson/Emerson_remote_NH303UD.ir b/TVs/Emerson/Emerson_remote_NH303UD.ir index 50486227..bc44467a 100644 --- a/TVs/Emerson/Emerson_remote_NH303UD.ir +++ b/TVs/Emerson/Emerson_remote_NH303UD.ir @@ -138,13 +138,13 @@ protocol: NECext address: 84 E0 00 00 command: 64 9B 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NECext address: 84 E0 00 00 command: 50 AF 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NECext address: 84 E0 00 00 From 3fb97d206058e67dbb239d45e55a141727f18a09 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:51:13 -0400 Subject: [PATCH 53/63] fixed labels LG_75UJ6470.ir --- TVs/LG/LG_75UJ6470.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/LG/LG_75UJ6470.ir b/TVs/LG/LG_75UJ6470.ir index 9284e31a..f5e8ab0e 100644 --- a/TVs/LG/LG_75UJ6470.ir +++ b/TVs/LG/LG_75UJ6470.ir @@ -143,13 +143,13 @@ protocol: NEC address: 04 00 00 00 command: 03 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NEC address: 04 00 00 00 command: 00 00 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NEC address: 04 00 00 00 From 473e48a40cee7e139884d79759523506d5122d1c Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:52:00 -0400 Subject: [PATCH 54/63] fixed labels LG_AKB72915206.ir --- TVs/LG/LG_AKB72915206.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/LG/LG_AKB72915206.ir b/TVs/LG/LG_AKB72915206.ir index edaacaac..d8b83878 100644 --- a/TVs/LG/LG_AKB72915206.ir +++ b/TVs/LG/LG_AKB72915206.ir @@ -119,13 +119,13 @@ protocol: NEC address: 04 00 00 00 command: 03 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NEC address: 04 00 00 00 command: 00 00 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NEC address: 04 00 00 00 From 771fb364ec55bfca29a92b45e45e56dff6da1970 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:52:31 -0400 Subject: [PATCH 55/63] fixed labels LG_AKB73275675.ir --- TVs/LG/LG_AKB73275675.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/LG/LG_AKB73275675.ir b/TVs/LG/LG_AKB73275675.ir index af2291b8..28e73f2c 100644 --- a/TVs/LG/LG_AKB73275675.ir +++ b/TVs/LG/LG_AKB73275675.ir @@ -119,13 +119,13 @@ protocol: NEC address: 04 00 00 00 command: 03 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NEC address: 04 00 00 00 command: 00 00 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NEC address: 04 00 00 00 From 58888af2c855e8582dad85b642dbe5edb254efea Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:53:35 -0400 Subject: [PATCH 56/63] fixed labels RCA_RCR314WR_ RCA313BR.ir --- TVs/RCA/RCA_RCR314WR_ RCA313BR.ir | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir b/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir index 2db690e3..4abd252c 100644 --- a/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir +++ b/TVs/RCA/RCA_RCR314WR_ RCA313BR.ir @@ -11,13 +11,13 @@ protocol: NECext address: 86 05 00 00 command: 0F F0 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NECext address: 86 05 00 00 command: 0A F5 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NECext address: 86 05 00 00 @@ -101,12 +101,6 @@ protocol: NECext address: 86 05 00 00 command: 0E F1 00 00 # -name: Mute_fix -type: parsed -protocol: NECext -address: 86 05 00 00 -command: 0E F1 00 00 -# name: Info type: parsed protocol: NECext From 99cbe9c426e6632bb30315e2f7fdd00b6bbc3918 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:56:37 -0400 Subject: [PATCH 57/63] fixed labels Samsung_AA59-00580A.ir --- TVs/Samsung/Samsung_AA59-00580A.ir | 36 ++++++++---------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/TVs/Samsung/Samsung_AA59-00580A.ir b/TVs/Samsung/Samsung_AA59-00580A.ir index 99a8ea27..ff2f51e0 100644 --- a/TVs/Samsung/Samsung_AA59-00580A.ir +++ b/TVs/Samsung/Samsung_AA59-00580A.ir @@ -5,30 +5,18 @@ Version: 1 # # Captured by: emptythevoid # -name: Mute -type: parsed -protocol: Samsung32 -address: 07 00 00 00 -command: 0F 00 00 00 -# -name: Vol_down -type: parsed -protocol: Samsung32 -address: 07 00 00 00 -command: 0B 00 00 00 -# -name: Vol_up -type: parsed -protocol: Samsung32 -address: 07 00 00 00 -command: 07 00 00 00 -# name: Power type: parsed protocol: Samsung32 address: 07 00 00 00 command: 02 00 00 00 # +name: Mute +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0F 00 00 00 +# name: Source type: parsed protocol: Samsung32 @@ -113,30 +101,24 @@ protocol: Samsung32 address: 07 00 00 00 command: 07 00 00 00 # -name: Vol_down +name: Vol_dn type: parsed protocol: Samsung32 address: 07 00 00 00 command: 0B 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: Samsung32 address: 07 00 00 00 command: 12 00 00 00 # -name: Ch_down +name: Ch_prev type: parsed protocol: Samsung32 address: 07 00 00 00 command: 10 00 00 00 # -name: Mute -type: parsed -protocol: Samsung32 -address: 07 00 00 00 -command: 0F 00 00 00 -# name: Ch_list type: parsed protocol: Samsung32 From f013aef8afe0c54c4883153463092493e555c2c5 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:57:34 -0400 Subject: [PATCH 58/63] fixed labels Toshiba_SE_R0305_32CV100U.ir --- TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir b/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir index bbe645bb..ad3c7849 100644 --- a/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir +++ b/TVs/Toshiba/Toshiba_SE_R0305_32CV100U.ir @@ -125,13 +125,13 @@ protocol: NEC address: 40 00 00 00 command: 10 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: NEC address: 40 00 00 00 command: 1B 00 00 00 # -name: Ch_dn +name: Ch_prev type: parsed protocol: NEC address: 40 00 00 00 From 369a702ac18d9f2e9abc03cf647d9266d586f658 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:58:40 -0400 Subject: [PATCH 59/63] fixed labels Vizio_E70U-D3.ir --- TVs/Vizio/Vizio_E70U-D3.ir | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TVs/Vizio/Vizio_E70U-D3.ir b/TVs/Vizio/Vizio_E70U-D3.ir index 89974b97..f34283e9 100644 --- a/TVs/Vizio/Vizio_E70U-D3.ir +++ b/TVs/Vizio/Vizio_E70U-D3.ir @@ -29,25 +29,25 @@ protocol: NEC address: 04 00 00 00 command: 77 00 00 00 # -name: Vol+ +name: Vol_up type: parsed protocol: NEC address: 04 00 00 00 command: 02 00 00 00 # -name: Vol- +name: Vol_dn type: parsed protocol: NEC address: 04 00 00 00 command: 03 00 00 00 # -name: Ch+ +name: Ch_next type: parsed protocol: NEC address: 04 00 00 00 command: 00 00 00 00 # -name: Ch- +name: Ch_prev type: parsed protocol: NEC address: 04 00 00 00 @@ -71,4 +71,3 @@ protocol: NEC address: 04 00 00 00 command: 67 00 00 00 # - From 2f7032e0d94cbb30349e39ccc9eab9fcfcc548be Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 15:59:34 -0400 Subject: [PATCH 60/63] fixed labels Vizio_M70Q6-J03.ir --- TVs/Vizio/Vizio_M70Q6-J03.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVs/Vizio/Vizio_M70Q6-J03.ir b/TVs/Vizio/Vizio_M70Q6-J03.ir index 3f1601df..61baf075 100644 --- a/TVs/Vizio/Vizio_M70Q6-J03.ir +++ b/TVs/Vizio/Vizio_M70Q6-J03.ir @@ -119,13 +119,13 @@ protocol: NEC address: 04 00 00 00 command: 40 00 00 00 # -name: Vol+ +name: Vol_up type: parsed protocol: NEC address: 04 00 00 00 command: 02 00 00 00 # -name: Vol- +name: Vol_dn type: parsed protocol: NEC address: 04 00 00 00 From 75847ba2e1e852535d08b83143e57b20e96de280 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 16:00:19 -0400 Subject: [PATCH 61/63] Fixed labels Vizio_V705-G1.ir --- TVs/Vizio/Vizio_V705-G1.ir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TVs/Vizio/Vizio_V705-G1.ir b/TVs/Vizio/Vizio_V705-G1.ir index 6e685379..14fb2bac 100644 --- a/TVs/Vizio/Vizio_V705-G1.ir +++ b/TVs/Vizio/Vizio_V705-G1.ir @@ -113,25 +113,25 @@ protocol: NEC address: 04 00 00 00 command: F7 00 00 00 # -name: Vol+ +name: Vol_up type: parsed protocol: NEC address: 04 00 00 00 command: 02 00 00 00 # -name: Vol- +name: Vol_dn type: parsed protocol: NEC address: 04 00 00 00 command: 03 00 00 00 # -name: Ch+ +name: Ch_next type: parsed protocol: NEC address: 04 00 00 00 command: 00 00 00 00 # -name: Ch- +name: Ch_prev type: parsed protocol: NEC address: 04 00 00 00 From 56e74e7361a6abba48d8d6d024d96ce2c7414309 Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 16:01:04 -0400 Subject: [PATCH 62/63] Fixed labels Zenith_SC3492Z.ir --- TVs/Zenith/Zenith_SC3492Z.ir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TVs/Zenith/Zenith_SC3492Z.ir b/TVs/Zenith/Zenith_SC3492Z.ir index f422765b..d123897c 100644 --- a/TVs/Zenith/Zenith_SC3492Z.ir +++ b/TVs/Zenith/Zenith_SC3492Z.ir @@ -35,25 +35,25 @@ frequency: 38000 duty_cycle: 0.330000 data: 595 403 595 4002 594 5001 595 404 594 4002 594 405 593 4003 594 5001 595 5001 595 405 593 4003 594 405 593 4004 592 5004 592 406 592 4004 593 # -name: Vol+ +name: Vol_up type: raw frequency: 38000 duty_cycle: 0.330000 data: 596 401 597 4000 596 5000 596 402 596 4001 596 402 596 4002 595 5000 596 5000 596 403 595 4002 595 402 596 4003 594 5002 594 5000 596 404 594 # -name: Vol- +name: Vol_dn type: raw frequency: 38000 duty_cycle: 0.330000 data: 484 514 485 4112 485 5111 485 514 485 4112 484 5110 486 513 486 4111 485 5110 486 514 485 4112 484 513 486 4112 484 5112 484 5113 483 513 486 # -name: Ch+ +name: Ch_next type: raw frequency: 38000 duty_cycle: 0.330000 data: 591 405 593 4005 591 5005 591 407 591 4006 591 408 590 4006 591 5006 590 5004 592 406 591 4005 592 5005 591 407 591 4006 591 407 591 4007 590 # -name: Ch- +name: Ch_prev type: raw frequency: 38000 duty_cycle: 0.330000 From 6904543c0d1620279813dafa08a830cdd1b4fbac Mon Sep 17 00:00:00 2001 From: emptythevoid Date: Wed, 30 Aug 2023 16:16:04 -0400 Subject: [PATCH 63/63] Update GPX_D2816.ir I fixed the fix I didn't fix right --- DVD_Players/GPX/GPX_D2816.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DVD_Players/GPX/GPX_D2816.ir b/DVD_Players/GPX/GPX_D2816.ir index ab9c9b60..51645e91 100644 --- a/DVD_Players/GPX/GPX_D2816.ir +++ b/DVD_Players/GPX/GPX_D2816.ir @@ -275,13 +275,13 @@ protocol: NEC address: 00 00 00 00 command: 0E 00 00 00 # -name: Prev +name: F_bwd type: parsed protocol: NEC address: 00 00 00 00 command: 1A 00 00 00 # -name: Next +name: F_fwd type: parsed protocol: NEC address: 00 00 00 00