Search found 1478 matches
- Wed May 06, 2026 4:14 am
- Forum: JP1 - Software
- Topic: Weird RMIR behaviour - 2 Roku upgrades
- Replies: 53
- Views: 70059
Re: Weird RMIR behaviour - 2 Roku upgrades
1. I uploaded this file . It contains two device upgrades, both using the NEC1 (005A) protocol. The DVD has device number 73. The "Cable" has device 108 and subdevice 104. Opening the DVD from the "General" tab is ok. Opening it from the "Devices" tab, and the device is suddenly 108, and there is a ...
- Sun Mar 22, 2026 9:58 am
- Forum: JP1 - Beginners
- Topic: Casio XJ-350
- Replies: 2
- Views: 5205
Re: Casio XJ-350
Importing JP1 files is nowdays normally relatively easy: You just open it with RemoteMaster/RMDU and export it as Girr file. That file can often be used by itself, or you can open it with IrScrutinizer, and export it in one of many different file formats, including the three you listed.
This one ...
This one ...
- Wed Mar 18, 2026 1:26 pm
- Forum: JP1 - General Forum
- Topic: Media Player Recommendations...?
- Replies: 28
- Views: 30054
Re: Media Player Recommendations...?
Raspberry Pi does not come with a preinstalled OS. There are vendors who sell packages with a preloaded OS on a micro SD card, but probably not with a mediaplayer OS. But it is really not hard; there are tons of, e.g., Youtube videos.
- Wed Mar 18, 2026 4:43 am
- Forum: JP1 - General Forum
- Topic: Media Player Recommendations...?
- Replies: 28
- Views: 30054
Re: Media Player Recommendations...?
The thread is already a month old, and the OP seems to have settled on a solution, but, given the title of the thread, I still want to point out that a (dedicated) Raspberry Pi makes an excellent media player. The 1 and 2s are possibly a bit weak, and the 5 lacks 3.5 mm jack (you can use a HDMI ...
- Mon Mar 09, 2026 12:53 pm
- Forum: JP1 - Software
- Topic: RMIR v3.2 Major new release!
- Replies: 60
- Views: 204966
Re: RMIR v3.2 Major new release!
This is the folder in SVN.
- Wed Feb 25, 2026 5:28 am
- Forum: JP1 - General Forum
- Topic: Media Player Recommendations...?
- Replies: 28
- Views: 30054
Re: Media Player Recommendations...?
Hmm, can't you play the audio files on Roku? Googling for "play mp3 on Roku" gives tons of hits. Ideally, you would like to install VLC or Kodi, but that appears to be (at least formally) not possible. 
- Wed Feb 25, 2026 2:03 am
- Forum: JP1 - General Forum
- Topic: Media Player Recommendations...?
- Replies: 28
- Views: 30054
Re: Media Player Recommendations...?
What are your requirements? Except for "not too expensive" and IR support?
There are tons of media player comparisons on the Internet, in particular Youtube.
IR support appears to be less and less supported, but often either FLIRC (emulates a USB keybord) or a MCE USB receiver offers a solution.
There are tons of media player comparisons on the Internet, in particular Youtube.
IR support appears to be less and less supported, but often either FLIRC (emulates a USB keybord) or a MCE USB receiver offers a solution.
- Sun Feb 22, 2026 10:46 am
- Forum: X10 and Home Automation
- Topic: What device are you using to send and receive IR signals?
- Replies: 5
- Views: 98465
Re: What device are you using to send and receive IR signals?
Nice to hear from you.
This guide was helpful however: https://www.drejo.com/blog/arduino-lirc/
This is what I wrote the author as reply (slighty shortened)
I strongly recommend against directly connecting IR LEDs to the board. The reason is not to "avoid huge currents", the main reason is to ...
This guide was helpful however: https://www.drejo.com/blog/arduino-lirc/
This is what I wrote the author as reply (slighty shortened)
I strongly recommend against directly connecting IR LEDs to the board. The reason is not to "avoid huge currents", the main reason is to ...
- Sat Feb 07, 2026 4:03 am
- Forum: JP1 - Beginners
- Topic: help creating upgrade
- Replies: 21
- Views: 26773
Re: help creating upgrade
I am an avid Denon user myself; first AVR-3808, then A100 (~AVR-4311), and now AVC-4800H.
This file contains the commands that I use for my AVC-4800. It is in Girr format; RMIR/RMDU can "open" it directly; just save it to disc and "open" it. Be sure to select executor 00CD:2* in the popup that ...
This file contains the commands that I use for my AVC-4800. It is in Girr format; RMIR/RMDU can "open" it directly; just save it to disc and "open" it. Be sure to select executor 00CD:2* in the popup that ...
- Sun Jan 18, 2026 5:40 am
- Forum: JP1 - Software
- Topic: Yet another setupscript for RMIR on Linux
- Replies: 6
- Views: 38601
Re: Yet another setupscript for RMIR on Linux
Here is one single command that does everything at once; download the script, the program, and install it. Just copy and paste into a suitable terminal program. Of course, curl needs to be installed.
curl -fsSL https://raw.githubusercontent.com/bengtmartensson/rmir-fixes/refs/heads/master/download ...
curl -fsSL https://raw.githubusercontent.com/bengtmartensson/rmir-fixes/refs/heads/master/download ...
- Sat Dec 27, 2025 9:28 am
- Forum: JP1 - General Forum
- Topic: RMIR cannot decode learned signals
- Replies: 13
- Views: 28423
Re: RMIR cannot decode learned signals
Merry Christmas y'all!
I can confirm that, with standard setup and parameters, IrpTransmogrifier does not decode the given signals:
$ irptransmogrifier decode 0000 0073 0000 000E 0020 001F 0040 003F 0020 001F 0040 003F 0020 001F 0020 00A4 0020 001F 0040 003F 0040 003F 0020 001F 0020 001F 0040 ...
I can confirm that, with standard setup and parameters, IrpTransmogrifier does not decode the given signals:
$ irptransmogrifier decode 0000 0073 0000 000E 0020 001F 0040 003F 0020 001F 0040 003F 0020 001F 0020 00A4 0020 001F 0040 003F 0040 003F 0020 001F 0020 001F 0040 ...
- Sun Dec 21, 2025 10:54 am
- Forum: Nevo and Xsight Remotes
- Topic: RMIR Xsight Support
- Replies: 703
- Views: 1481164
Re: RMIR Xsight Support
Since I am not (presently?) a XSight user, I attacked the first problem. It is pretty easy to analyze and fix the crash:
Index: src/main/java/com/hifiremote/jp1/DeviceUpgrade.java
===================================================================
--- src/main/java/com/hifiremote/jp1/DeviceUpgrade ...
Index: src/main/java/com/hifiremote/jp1/DeviceUpgrade.java
===================================================================
--- src/main/java/com/hifiremote/jp1/DeviceUpgrade ...
- Tue Jul 01, 2025 7:07 am
- Forum: JP1 - Software
- Topic: RMIR v3.2 Major new release!
- Replies: 60
- Views: 204966
Graham, I am certainly OK with that. Just to clarify, I never advocated linking the development version; I share your reluctance of doing that. Just the official current version.
It is all just about redundancy. These days people read carefully only in rare occasions, so sometimes redundany can be ...
It is all just about redundancy. These days people read carefully only in rare occasions, so sometimes redundany can be ...
- Sun Jun 29, 2025 5:18 am
- Forum: JP1 - Software
- Topic: RMIR v3.2 Major new release!
- Replies: 60
- Views: 204966
- Sat Jun 28, 2025 2:49 am
- Forum: JP1 - Beginners
- Topic: Key Suggestions...
- Replies: 11
- Views: 22952