<?xml version="1.0"?>
<rss version="2.0"><channel><title>Show Off Latest Topics</title><link>https://forum.flirc.tv/index.php?/forum/37-show-off/</link><description>Show Off Latest Topics</description><language>en</language><item><title>Flirc on VMware</title><link>https://forum.flirc.tv/index.php?/topic/9792-flirc-on-vmware/</link><description><![CDATA[<p>
	Ok so I and many people have had this issue where we install Kodi via Windows, the problem resides in active window for the remote to work with kodi at all and the same goes for other OS as well, to bypass this I used VMware and installed the newest Ubuntu which I have only dedicated to running Kodi, now in removable devices for vmware flirc shows up and says disconnect from host connect to here and thus I select that, I used flirc gui to program the remote I want to use.  Now everything is all good I have dual monitor setup with my vmware running in one monitor and my windows 11 on another, the remote works flawlessly this way with kodi no matter what i do not have to select the vmware player to activate the flirc device for it to work, I can just press any key on the remote weather im playing a game on win11 and running my vmware it's awesome makes things way way easier like it supposed to be.  When doing in windows you have to alt tab and select the program that you want to use with flirc which would be kodi, running vmware ubuntu with kodi and flirc results in a much better experience in using the remotes, I can video what I mean if you don't understand for user's that experience this issue and you have resources hardware to share with your vm, most will use virtualbox as it's free but I find vmware much easier but it cost money
</p>
]]></description><guid isPermaLink="false">9792</guid><pubDate>Sat, 24 Dec 2022 05:43:30 +0000</pubDate></item><item><title>flirc-bridge docker-mqtt</title><link>https://forum.flirc.tv/index.php?/topic/21479-flirc-bridge-docker-mqtt/</link><description><![CDATA[<p>
	I vibecoded a docker container that hosts a web dashboard and mqtt-bridge
</p>

<p>
	 
</p>

<p>
	<img alt="68747470733a2f2f66696c65732e636174626f78" class="ipsImage" data-ratio="78.37" height="750" width="696" src="https://camo.githubusercontent.com/794eeb334ced52534dcd9b4c5760dfe77a1f6d63779c7f9219e359af086179af/68747470733a2f2f66696c65732e636174626f782e6d6f652f61316831736d2e706e67" /><img alt="68747470733a2f2f66696c65732e636174626f78" class="ipsImage" data-ratio="78.37" height="750" width="696" src="https://camo.githubusercontent.com/ec80dea192531c94b9faf94ee662e85abc577480128994d16ab2d55c87bfd899/68747470733a2f2f66696c65732e636174626f782e6d6f652f317664336f712e706e67" />
</p>

<p>
	Github: <a href="https://github.com/Bluscream/flirc-bridge?tab=readme-ov-file#flirc-bridge" rel="external nofollow">https://github.com/Bluscream/flirc-bridge?tab=readme-ov-file#flirc-bridge</a><br />
	Docker Hub: <a href="https://hub.docker.com/r/bluscream1/flirc-bridge/tags" rel="external nofollow">https://hub.docker.com/r/bluscream1/flirc-bridge/tags</a>
</p>
]]></description><guid isPermaLink="false">21479</guid><pubDate>Sun, 30 Nov 2025 16:55:15 +0000</pubDate></item><item><title>Control HTPC with Flirc</title><link>https://forum.flirc.tv/index.php?/topic/21432-control-htpc-with-flirc/</link><description><![CDATA[<p>
	The Flirc-Approach is great, due to its OS-independency - Just assign Key-Strokes to IR-Commands and it will smoothly behave like a connected keyboard. But ...<br />
	For using my HTPC I was looking for are more individual solution: IR-Codes should result in different Key-Strokes depending on the currently focused Windows-App.<br />
	This requirement is somewhat "off topic" for Flirc if you have really understood the Flirc-Approach - Nevertheless, I wanted to use Flirc for this setup, because I think Flirc is a high-quality IR-Receiver with good support and long-term availability.
</p>

<p>
	So, I ended up in creating a simple Windows-App (Visual-Studio-based): It will read your customized INI-File and send Keystrokes depending on the app, that is currently focused. As follows you will find my INI-File (In this early version you will not find multiple focused apps, but this is to come):
</p>

<p>
	<span style="font-size:9px;"><span style="font-family:'Courier New', Courier, monospace;">; This file is expected to be placed at: %ProgramData%\FLIRC-HTPC\FLIRC-HTPC.ini<br />
	;<br />
	; SendKeys-Reference (see <a href="https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/sendkeys-statement" rel="external nofollow">https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/sendkeys-statement</a> )<br />
	; BACKSPACE    {BACKSPACE}, {BS}, or {BKSP}<br />
	; BREAK        {BREAK}<br />
	; CAPS LOCK    {CAPSLOCK}<br />
	; DELETE       {DELETE} or {DEL}<br />
	; DOWN ARROW   {DOWN}<br />
	; UP ARROW     {UP}<br />
	; LEFT ARROW   {LEFT}<br />
	; RIGHT ARROW  {RIGHT}<br />
	; END          {END}<br />
	; ENTER        {ENTER} or ~<br />
	; ESC          {ESC}<br />
	; HELP         {HELP}<br />
	; HOME         {HOME}<br />
	; INSERT       {INSERT} or {INS}<br />
	; NUM LOCK     {NUMLOCK}<br />
	; PAGE DOWN    {PGDN}<br />
	; PAGE UP      {PGUP}<br />
	; PRINT SCREEN {PRTSC}<br />
	; SCROLL LOCK  {SCROLLLOCK}<br />
	; TAB          {TAB}<br />
	; F1           {F1}<br />
	;  :             :<br />
	; F16          {F16}<br />
	; Keypad +     {ADD}<br />
	; Keypad -     {SUBTRACT}<br />
	; Keypad *     {MULTIPLY}<br />
	; Keypad /     {DIVIDE}<br />
	;<br />
	; To specify keys combined with any combination of the SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following codes:<br />
	;    Key    Code<br />
	;    SHIFT   +<br />
	;    CTRL    ^<br />
	;    ALT     %<br />
	;<br />
	; To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed,<br />
	; enclose the code for those keys in parentheses. For example, to specify to hold down SHIFT while E and C are pressed, use<br />
	;    +(EC).<br />
	;<br />
	; To specify repeating keys, use the form {key number}. You must put a space between key and number.<br />
	; For example, {LEFT 42} means press the LEFT ARROW key 42 times; {h 10} means press H 10 times.<br />
	;<br />
	; Example for starting Windows-Explorer from Windows-Startmenu: "^{ESC}Explorer{ENTER}"<br />
	;</span></span>
</p>

<p>
	<span style="font-size:9px;"><span style="font-family:'Courier New', Courier, monospace;">[General]<br />
	3994093319="0"<br />
	4211345159="1"<br />
	4194633479="2"<br />
	4177921799="3"<br />
	4144498439="4"<br />
	4127786759="5"<br />
	4111075079="6"<br />
	4077651719="7"<br />
	4060940039="8"<br />
	4044228359="9"<br />
	2540177159="{ENTER}"<br />
	2673870599="{UP}"<br />
	2657158919="{DOWN}"<br />
	2590312199="{LEFT}"<br />
	2640447239="{RIGHT}"<br />
	3526166279="{ESC}"<br />
	2473330439="%{F4}"<br />
	3943958279="%{TAB}"<br />
	1353647879="{POWERSHELL:\"&amp; 'C:\Program Files (x86)\Scripts\Toggle-VPN.ps1'\"}"           ; "SAMSUNG Extra"<br />
	2490042119="{EXECUTE:\"C:\Program Files (x86)\Scripts\StartTV.bat\",\"\",\"\"}"           ; "SAMSUNG List" (mapped to Logitech-Harmony-Button "DVR")<br />
	1738016519="{EXECUTE:\"C:\Windows\System32\shutdown.exe\",\"c:\Windows\",\"/s /f /t 0\"}" ; "SAMSUNG PowerOff"</span></span>
</p>

<p>
	<span style="font-size:9px;"><span style="font-family:'Courier New', Courier, monospace;">[dvbviewer]<br />
	1353647879=""                        ; Override "SAMSUNG Extra"<br />
	2490042119=""                        ; Override "SAMSUNG List" (mapped to Logitech-Harmony-Button "DVR")<br />
	3960669959="x"                       ; "SAMSUNG PrevChannel"<br />
	3760129799="{F6}"                    ; "SAMSUNG Info"<br />
	3927246599="{F7}"                    ; "SAMSUNG Yellow"<br />
	3843688199="{F8}"                    ; "SAMSUNG Menu"<br />
	3041527559=" "                       ; "SAMSUNG Pause"<br />
	2957969159="e"                       ; "SAMSUNG Guide"<br />
	3058239239="r"                       ; "SAMSUNG Record"<br />
	3125085959="+{LEFT}"                 ; "SAMSUNG Rewind"<br />
	3074950919="+{RIGHT}"                ; "SAMSUNG FastForward"<br />
	3977381639="{ADD}"                   ; "SAMSUNG ChannelUp"<br />
	4010804999="{SUBTRACT}"              ; "SAMSUNG ChannelDown"</span></span>
</p>

<p>
	<br />
	If you like this approach, feel free to download source-code ( <a href="https://www.klimkeit.net/Flirc-HTPC/download.php?filename=Flirc-HTPC_(source-code).zip" rel="external nofollow">https://www.klimkeit.net/Flirc-HTPC/download.php?filename=Flirc-HTPC_(source-code).zip</a> ) or the compiled-version ( <a href="https://www.klimkeit.net/Flirc-HTPC/download.php?filename=Flirc-HTPC_(compiled).zip" rel="external nofollow">https://www.klimkeit.net/Flirc-HTPC/download.php?filename=Flirc-HTPC_(compiled).zip</a> ). The programm should be started like this: "Flirc-HTPC.exe -IRmethod=Flirc-Libs" - It will silently minimize to Windows-Systemtray.<br />
	Since I do not want to bother with any redistribution-/license-aspects, the download is missing the files "libflirc.dll" and "libir.dll". Get them from the SDK: <a href="https://github.com/flirc/sdk" rel="external nofollow">https://github.com/flirc/sdk</a> - Path: /libs/Win64
</p>

<p>
	<br />
	Sorry: No support or warranty for this - Just shared "as is".
</p>
]]></description><guid isPermaLink="false">21432</guid><pubDate>Mon, 18 Aug 2025 13:24:25 +0000</pubDate></item><item><title>Documenting my set up on Mint Linux</title><link>https://forum.flirc.tv/index.php?/topic/15208-documenting-my-set-up-on-mint-linux/</link><description><![CDATA[<p>
	I'm happy with the Flirc so far, but I found the initial set up a bit un-intuitive - so I thought I would document how I got this running on Mint Linux.<br />
	<br />
	Ultimately, I want to record all the codes from the huge remote that came with my screen, mount the Flirc near the IR receiver of the screen on a USB extension cable, and then use my PC as the primary control for the screen (transmitting IR via the Flirc dongle with scripts). At that point, I can put the remote in a drawer somewhere, so it's not cluttering up my space. I'm not quite there yet, but I think it's just a matter of learning how to decode the recorded codes and how to feed them to`sendir`.
</p>

<p>
	<strong>My process</strong><br />
	Using the commands below, I downloaded the binaries and loaded the libraries I was missing. I also pasted in <a href="https://flirc.gitbooks.io/flirc-instructions/content/linux.html" rel="external nofollow">the recommended udev rules</a>.
</p>

<p>
	<span style="font-family:'Courier New', Courier, monospace;">sudo apt install libreadline7 libhidapi-hidraw0 libqt5xmlpatterns5</span>
</p>

<p>
	<span style="font-family:'Courier New', Courier, monospace;">wget <span>http://apt.flirc.tv/arch/x86_64/flirc.latest.x86_64.tar.gz</span></span>
</p>

<p>
	<span style="font-family:'Courier New', Courier, monospace;">tar xvzf flirc.latest.x86_64.tar.gz</span>
</p>

<p>
	<span style="font-family:'Courier New', Courier, monospace;">cd Flirc-3.27.12</span><br />
	<br />
	After unplugging and replugging the Flirc, I was able to successfully test it:
</p>

<ol>
	<li>
		I recorded a key press from my remote, turning it into the 'e' key. Then I pressed the key on the remote again and it typed an 'e'!
		<ol>
			<li>
				<p>
					<span style="font-family:'Courier New', Courier, monospace;">Flirc-3.27.12$ ./flirc_util record e<br />
					 Press any button on the remote to link it with 'e'</span>
				</p>

				<p>
					<span style="font-family:'Courier New', Courier, monospace;">  Succesfully recorded button</span>
				</p>

				<p>
					<span style="font-family:'Courier New', Courier, monospace;">Flirc-3.27.12$ e</span>
				</p>
			</li>
		</ol>
	</li>
	<li>
		I successfully started the GUI, and upgraded the firmware via the GUI
	</li>
	<li>
		I successfully confirmed the firmware update, the self test, and the stored 'e key' macro. 
		<ol>
			<li>
				<p>
					<span style="font-family:'Courier New', Courier, monospace;">Flirc-3.27.12$ ./flirc_util settings<br />
					3.27.12<br />
					FW Version: v4.10.3<br />
					   SKU:     Flirc 2.0 [dori]<br />
					   Branch:  release<br />
					   Config:  release<br />
					   Hash:    0x9E8F9304</span>
				</p>

				<p>
					<span style="font-family:'Courier New', Courier, monospace;">Settings:<br />
					  sleep detection:  always enabled<br />
					  noise canceler:   always enabled<br />
					  inter-key delay:  N/A for current firmware<br />
					  variant:          Flirc<br />
					  builtin profiles: NA<br />
					  Memory Info:      NA<br />
					  product sku:      Flirc 2.0 [dori]</span>
				</p>

				<p>
					<span style="font-family:'Courier New', Courier, monospace;">Recorded Keys:<br />
					Index  hash       IK   ID  key<br />
					-----  --------   ---  --  ------------<br />
					    0  F6F39F97   054  01  e<br />
					<br />
					Flirc-3.27.12$ ./flirc_util unit_test<br />
					Flirc Okay</span>
				</p>
			</li>
		</ol>
	</li>
</ol>

<p>
	<strong>Issues encountered</strong>
</p>

<ol>
	<li>
		Adding the repository, per the docs, did not work at all for me, it comes up as 'insecure' and even using the apt flags for --allow-unauthenticated didn't help. The x86_64 repo doesn't have a Release file. That seemed to be one source of the issues, but I think there are multiple problems that would need to be addressed to allow the repo to work.
	</li>
	<li>
		<p>
			After initial install, I was still getting the error below, even though the device showed up in lsusb. Ultimately it seems I was encountering an issue where udev rules are not applied until the device is removed and then reinserted.
		</p>

		<p>
			<span style="font-family:'Courier New', Courier, monospace;">Flirc-3.27.12$ ./flirc_util settings<br />
			device disconnected, can't run command</span>
		</p>
	</li>
	<li>
		Running the Flirc self test unexpectedly erased the key I had recorded during testing.
	</li>
	<li>
		I was unable to find a download for the firmware, so I had to use the GUI to update the firmware. I probably would not have loaded the GUI or it's dependencies at all otherwise.
	</li>
</ol>
]]></description><guid isPermaLink="false">15208</guid><pubDate>Sun, 10 Mar 2024 04:40:39 +0000</pubDate></item><item><title>Flirc integration for HomeSeer</title><link>https://forum.flirc.tv/index.php?/topic/18918-flirc-integration-for-homeseer/</link><description><![CDATA[<p>
	<span style="color:#000000;font-size:12pt;">I created Flirc integration plugin for HomeSeer. It can learn IR commands from any remote and create HS devices automatically for the learned command - to trigger HomeSeer events (including long / double press).</span>
</p>

<p>
	<a href="https://forums.homeseer.com/forum/hs4-products/hs4-plugins/audio-video-infrared-plug-ins-aa/ak-flirc-alexbk66/1706867-ak-flirc-plugin-introduction-configuration?p=1706872#post1706872" rel="external nofollow">https://forums.homeseer.com/forum/hs4-products/hs4-plugins/audio-video-infrared-plug-ins-aa/ak-flirc-alexbk66/1706867-ak-flirc-plugin-introduction-configuration?p=1706872#post1706872</a>
</p>

<p>
	 
</p>

<p>
	<img alt="Click image for larger version  Name: image.png Views: 0 Size: 26.1 KB ID: 1706647" data-ratio="28.30" width="1000" src="https://forums.homeseer.com/filedata/fetch?id=1706647&amp;d=1739630581" />
</p>
]]></description><guid isPermaLink="false">18918</guid><pubDate>Mon, 17 Feb 2025 07:06:16 +0000</pubDate></item><item><title>Sunrise TV Box UHD + Logitech Harmony or any universal remote</title><link>https://forum.flirc.tv/index.php?/topic/2527-sunrise-tv-box-uhd-logitech-harmony-or-any-universal-remote/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	I configured Flirc to control the Sunrise TV Box UHD (Swiss internet provider).
</p>

<p>
	This box is manufactured by Sagemcom (DIW384 UHD) and is controlled by a bluetooth remote.
</p>

<p>
	<img alt="image.png.8cbd26c92afc3a157bc57146323ebbe3.png" class="ipsImage ipsImage_thumbnailed" data-fileid="394" src="https://forum.flirc.tv/uploads/monthly_2017_07/image.png.8cbd26c92afc3a157bc57146323ebbe3.png" /><img alt="image.png.ed27fc2d13d12ae4c0f1653b3000d56a.png" class="ipsImage ipsImage_thumbnailed" data-fileid="393" src="https://forum.flirc.tv/uploads/monthly_2017_07/image.png.ed27fc2d13d12ae4c0f1653b3000d56a.png" /></p>

<p>
	Below the list of all remote command that I found using the command line function:
</p>

<p>
	 
</p>

<table border="0" cellspacing="0"><colgroup width="156"></colgroup><colgroup width="232"></colgroup><tbody><tr><td align="left" height="23">
				<font color="#FF3333">Power</font>
			</td>
			<td align="left">
				flirc_util record_api 48 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">red</font>
			</td>
			<td align="left">
				flirc_util record_api 105 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">green</font>
			</td>
			<td align="left">
				flirc_util record_api 106 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">yellow</font>
			</td>
			<td align="left">
				flirc_util record_api 108 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">blue</font>
			</td>
			<td align="left">
				flirc_util record_api 107 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">TV Guide</font>
			</td>
			<td align="left">
				flirc_util record_api 141 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Back/Cancel</font>
			</td>
			<td align="left">
				flirc_util record_api 70 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Info</font>
			</td>
			<td align="left">
				flirc_util record_api 149 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">OK</font>
			</td>
			<td align="left">
				flirc_util record_api 65 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">UP</font>
			</td>
			<td align="left">
				flirc_util record_api 66 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">DOWN</font>
			</td>
			<td align="left">
				flirc_util record_api 67 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">LEFT</font>
			</td>
			<td align="left">
				flirc_util record_api 68 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">RIGHT</font>
			</td>
			<td align="left">
				flirc_util record_api 69 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Recordings</font>
			</td>
			<td align="left">
				flirc_util record_api 153 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Menu</font>
			</td>
			<td align="left">
				flirc_util record_api 64 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Volume up</font>
			</td>
			<td align="left">
				flirc_util record_api 233 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Volume down</font>
			</td>
			<td align="left">
				flirc_util record_api 234 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Mute</font>
			</td>
			<td align="left">
				flirc_util record_api 226 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Channel UP</font>
			</td>
			<td align="left">
				flirc_util record_api 156 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Channel Down</font>
			</td>
			<td align="left">
				flirc_util record_api 157 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Play/Pause</font>
			</td>
			<td align="left">
				flirc_util record_api 205 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Fast forward</font>
			</td>
			<td align="left">
				flirc_util record_api 179 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Fast rewind</font>
			</td>
			<td align="left">
				flirc_util record_api 180 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">REC</font>
			</td>
			<td align="left">
				flirc_util record_api 178 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Next</font>
			</td>
			<td align="left">
				flirc_util record_api 181 102
			</td>
		</tr><tr><td align="left" height="23">
				<font color="#FF3333">Back</font>
			</td>
			<td align="left">
				flirc_util record_api 182 102
			</td>
		</tr></tbody></table><p>
	 
</p>

<p>
	The keypad can be programmed using the Flirc application and by simulating a standard keyboard.
</p>

<p>
	Thanks to yawor for his post explaning this function : 
</p>
<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedcontent="" data-embedid="embed656693437" scrolling="no" src="https://forum.flirc.tv/index.php?/topic/1339-force-flirc-to-work-as-generic-hid-device-instead-of-keyboard/&amp;do=embed" style="height:207px;max-width:502px;"></iframe>

<p>
	<span style="font-size:18px;"><span style="color:#2980b9;"><strong><u>Config for the logitech Harmony HUB</u></strong></span></span>
</p>

<p>
	<span dir="ltr" style="background-color:#f7f9fb;color:#333333;font-size:16px;text-align:left;">This is the last config I am using now :<span> </span></span><a href="https://www.dropbox.com/s/mptca2zqjcqvtmd/Sunrise_Flirc.fcfg?dl=0" style="background-color:#f7f9fb;color:#0070d2;font-size:16px;text-align:left;" title="" rel="external nofollow">https://www.dropbox.com/s/mptca2zqjcqvtmd/Sunrise_Flirc.fcfg?dl=0</a>
</p>

<p>
	You can use the config file without learning the commands (they are saved in the flirc config file).
</p>

<ol><li>
		flash your Flirc dongle from the PC or MAC with the config file
	</li>
	<li>
		Connect the Flirc to the usb port of the sunrise tv box. Make sure that the harmony hub can send the IR signal to Flirc dongle.
	</li>
	<li>
		Add the sunrise tv box from the harmony application :<img class="ipsImage ipsImage_thumbnailed" data-fileid="431" src="https://forum.flirc.tv/uploads/monthly_2017_09/IMG_9662.jpg.16fa45b544b4014b10612d21a80a44da.jpg" alt="IMG_9662.jpg.16fa45b544b4014b10612d21a80a44da.jpg" /></li>
	<li>
		Now you can validate that it works in the next screen from the harmony application :<img class="ipsImage ipsImage_thumbnailed" data-fileid="432" src="https://forum.flirc.tv/uploads/monthly_2017_09/IMG_9663.jpg.25b5fd841f909714ebfb0ea240e01948.jpg" alt="IMG_9663.jpg.25b5fd841f909714ebfb0ea240e01948.jpg" /></li>
</ol><p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">2527</guid><pubDate>Sun, 30 Jul 2017 13:36:29 +0000</pubDate></item><item><title>Flirc - Computer Monitor - Fire TV Stick</title><link>https://forum.flirc.tv/index.php?/topic/3876-flirc-computer-monitor-fire-tv-stick/</link><description><![CDATA[
<p>
	Hi all,
</p>

<p>
	Wanted some info if someone can help me
</p>

<p>
	i have a computer monitor (dell s2719h) and a fire tv stick which i connect to it through hdmi ,all good till now ,everything is working ok except 2 things.. i can’t control the volume and turn on/off the fire stick using the remote ,everything else is working without a problem. So.. my question is.. 
</p>

<p>
	if i attach the flirc usb to the fire stick is possible to control the volume and turn on/of the fire stick using the fire remote ? I was thinking that is not working now because the monitor/fire stick doesn’t have ir .. so if i add the flirc to fire stick maybe will work ?! <br />
	Any ideas ? Has someone tryed it ?
</p>

<p>
	thanks
</p>
]]></description><guid isPermaLink="false">3876</guid><pubDate>Sun, 14 Jun 2020 10:40:43 +0000</pubDate></item><item><title>my frankenstein htpc</title><link>https://forum.flirc.tv/index.php?/topic/89-my-frankenstein-htpc/</link><description><![CDATA[
<p>i built this over the past year with left over parts i come across.  only thing i purchased for the htpc was the case and lcd panel.</p><p>
asus m2n-e motherboard</p><p>
amd 5200 cpu</p><p>
5gb ddr2-800 ram</p><p>
64gb g2 ssd for windows 7 install and xbmc</p><p>
640gb western digital black (has ubuntu w/ xbmc on it, i dual boot via bios until i decide which way i want to go)</p><p>
1.5tb samsung drive (movies)</p><p>
nmediapc 6000b case (cheapest with full atx support) and the pro-lcd</p><p>
avermedia ultratv 1500 mce (going to replace with a digital tuner for ota hdtv)</p><p>
</p><p>
tv is a 6 year old winbook t37</p><p>
receiver is a 5 year old philips htib</p><p>
logitech harmony 650</p><p>
lenovo n5902a (to control the computer until my flirc shows up)</p><p>
</p><p>
both OS's are running xbmc 10.1</p><p>
lcd panel is working in windows with the mplay software, haven't tried configuring it in xbmc yet.</p><p>
</p><p>
<img src="http://i1100.photobucket.com/albums/g404/svtfmook/WP_000104.jpg" alt="WP_000104.jpg"></p><p>
</p><p>
<img src="http://i1100.photobucket.com/albums/g404/svtfmook/WP_000116.jpg" alt="WP_000116.jpg"></p><p>
</p><p>
<img src="http://i1100.photobucket.com/albums/g404/svtfmook/WP_000103.jpg" alt="WP_000103.jpg"></p><p>
</p><p>
next purchases will be a new tv and receiver</p><p>
</p><p>
i then have to build 3 more of these for the other rooms in the house....</p>
]]></description><guid isPermaLink="false">89</guid><pubDate>Mon, 02 Jan 2012 20:51:12 +0000</pubDate></item><item><title>FLIRC-SE in a non Streacom case</title><link>https://forum.flirc.tv/index.php?/topic/1728-flirc-se-in-a-non-streacom-case/</link><description><![CDATA[
<p>Hi all</p>
<p> </p>
<p>Not the clearest of photos but just thought I'd show the completion of a recent HTPC build of mine.</p>
<p> </p>
<p>I wanted to have the functionality of fully shutting down (S5) / powering back up which only the FLIRC-SE offers.  I wanted a large chassis (Silverstone GD08), bigger than anything Streacom could offer, which naturally causes complications to mounting a FLIRC-SE.</p>
<p> </p>
<p>Sorry about image quality but as you can see, I've mounted the unit by attaching it to a drive bar door in the top right.  3 holes drilled, one for the IR sensor (will cover with tinted film) and two for the mounting bolts (used black plastic M3 bolts)</p>
<p> </p>
<p><a href="http://s472.photobucket.com/user/PLLNM001/media/FLIRC%20SE%20condensed_zpshon279qa.jpg.html" rel="external nofollow"><img src="http://i472.photobucket.com/albums/rr88/PLLNM001/FLIRC%20SE%20condensed_zpshon279qa.jpg" alt="FLIRC%20SE%20condensed_zpshon279qa.jpg"></a></p>
]]></description><guid isPermaLink="false">1728</guid><pubDate>Tue, 10 Mar 2015 08:34:19 +0000</pubDate></item><item><title>Super pleased with my Flirc, Fire TV, and Harmony!</title><link>https://forum.flirc.tv/index.php?/topic/2474-super-pleased-with-my-flirc-fire-tv-and-harmony/</link><description><![CDATA[
<p>I've been looking for a one remote solution for my Home Theater for a while. I was pleased to discover Flirc and the many glowing reviews and testimonials using it with Fire TV. I have a basic HT system consisting of a Sony receiver, Westinghouse TV and Fire TV.... so obviously I couldn't use just one remote. I really haven't seen any post about using Flirc with an older Harmony like mine, the Harmony 659.. However my experience has been flawless. It has been out of the box perfect. Everything works for me, no issues between my first gen Fire TV and my Flirc paired with my Harmony. All commands work perfectly in the native interface, Netflix/apps, and Kodi. Best $23 USD I have spent on my HT in as long as I can remember. Just wanted to thank the developers for all their hard work. And shoutout to any old school Harmony survivors like myself. Still working perfectly after a good decade+. Even have GF approval (basically WAF), it Just Works!</p><p>Edit: Sorry if this is in the incorrect section, but didn't have any questions or issues, just wanted to give thanks.</p>
]]></description><guid isPermaLink="false">2474</guid><pubDate>Wed, 03 May 2017 01:38:03 +0000</pubDate></item><item><title>Flirc Generic XBOX One Remote Profile for Kodi</title><link>https://forum.flirc.tv/index.php?/topic/2145-flirc-generic-xbox-one-remote-profile-for-kodi/</link><description><![CDATA[
<p><a href="http://smile.amazon.com/gp/product/B011TEA0VE?psc=1&amp;redirect=true&amp;ref_=oh_aui_detailpage_o01_s01" rel="external nofollow">http://smile.amazon.com/gp/product/B011TEA0VE?psc=1&amp;redirect=true&amp;ref_=oh_aui_detailpage_o01_s01</a></p><p>I've been pretty happy with this. All of the buttons are mapped.</p><p>Figured I'd share if someone wants to save themselves some time (3Minutes) programming it themselves.</p>

<p><a class="ipsAttachLink" href="http://forum.flirc.tv/applications/core/interface/file/attachment.php?id=262">XB1_Kodi_Kevo.fcfg</a></p>
<p><a href="https://forum.flirc.tv/uploads/monthly_2016_01/remote.png.086c8a809f88317a544061f2f2e22479.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="263" src="https://forum.flirc.tv/uploads/monthly_2016_01/remote.thumb.png.188f63759e7258ea4594f385849ae26e.png" class="ipsImage ipsImage_thumbnailed" alt="remote.png"></a></p>]]></description><guid isPermaLink="false">2145</guid><pubDate>Sat, 16 Jan 2016 02:20:46 +0000</pubDate></item><item><title>Using Flirc with AnalysIR</title><link>https://forum.flirc.tv/index.php?/topic/2570-using-flirc-with-analysir/</link><description><![CDATA[
<p>
	Just a note to let Flirc users know that we have now added support for Flirc to our AnalysIR software application.
</p>

<p>
	With this you can decode, analyse, reverse engineer IR signals &amp; much much more.
</p>

<p>
	Details along with a video tutorial on how to start using your Flirc with AnalysIR can be viewed in this post.
</p>

<p>
	The interface is achieved via the existing Flirc GUI, and we have only tested with the newer Flirc.
</p>

<p>
	<em>We have not tested with the original Flirc as we have only the newer one available for testing.</em>
</p>

<p>
	To see the blog post &amp; video tutorial click:<em> </em><a href="https://www.analysir.com/blog/2017/09/25/using-analysir-with-flirc-video-tutorial/" rel="external nofollow">Using AnalysIR with Flirc – Video tutorial</a>
</p>

<p>
	 
</p>

<p>
	<strong>Disclaimer</strong>: You need a registered copy of AnalysiR to use this feature.
</p>
]]></description><guid isPermaLink="false">2570</guid><pubDate>Sun, 24 Sep 2017 23:25:14 +0000</pubDate></item><item><title>XBOne Kinect working with FireTV and Kodi</title><link>https://forum.flirc.tv/index.php?/topic/1778-xbone-kinect-working-with-firetv-and-kodi/</link><description><![CDATA[
<p>I have an Xbox One with Kinect and I have got it to control my FireTV which has Kodi installed on it. I looked on the forum before buying to see if anyone had this working but I couldn't find anything so I decided to buy and try.</p>
<p> </p>
<p>## I can only get 7 command working since when the XBone only sends out  IR on 7 commands to control your cable box when in TV app. Other commands like ONEguide don't send IR.   If there are more let me know but I could only get 7 commands###</p>
<p> </p>
<p>Since I didn't have a remote I had to tell the XBone that I had a cable box so that it will send those IR commands out when using voice commands.</p>
<p> </p>
<p>I picked COX and any type of model. I don't believe it matters since you will pair these commands with the FLIRC.</p>
<p> </p>
<p>The XBone voice commands that can be paired are .</p>
<p> </p>
<p> </p>
<p>XBOX SKIP BACKWARD</p>
<p>XBOX REWIND</p>
<div>XBOX STOP</div>
<p>XBOX PAUSE</p>
<p>XBOX PLAY</p>
<p>XBOX FAST FORWARD</p>
<p>XBOX SKIP FORWARD</p>
<p> </p>
<p> </p>
<p> </p>
<p>I setup my laptop with FLIRC software and FLIRC installed. Lauch it v3.6 and open up the firetv skin. I had my laptop setup near my Kinect so it can capture the IR signal. The voice commands can also be control with a controller.</p>
<p> </p>
<p>I then simply paired the following.</p>
<p> </p>
<p>XBOX SKIP BACKWARD         = LEFT</p>
<p>XBOX REWIND                        = UP</p>
<div>XBOX STOP                             = SELECT</div>
<p>XBOX PAUSE                           = RETURN/ESCAPE</p>
<p>XBOX PLAY                              = PLAY/Pause</p>
<p>XBOX FAST FORWARD          = Right</p>
<p>XBOX SKIP FORWARD            = Down</p>
<p> </p>
<p>This allows me work voice control my FireTV which in term controls Kodi. I do sometimes get double or triple commands sent. I saw a few tipson how to try to resolve them and hope that fixes it.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">1778</guid><pubDate>Mon, 13 Apr 2015 15:29:01 +0000</pubDate></item><item><title>Great piece of kit</title><link>https://forum.flirc.tv/index.php?/topic/1902-great-piece-of-kit/</link><description><![CDATA[
<p>I thought i'd drop you a quick line to thank you for a great product.  I have a MacBook Pro Retina which I use daily for presentations and was mightily pee'd off when Apple decided to remove the infrared.  Yes, I can still use Keynote remotely through my phone but holding a small brick looks nowhere near as good as the sleek silver Apple remote.  </p>
<p> </p>
<p>I've been quietly sulking for the past year until I finally came across your wonderful little product.  It arrived today, took me two minutes to get it to work, and I'm still smiling a few hours later.</p>
<p> </p>
<p>There's doubtless a small army of unfulfilled MBP retina users out there who are as sad and pathetic as I once was.  Take a few minutes to post your link on some of the forums.  Help them!  They need you!     ;-)</p>
<p> </p>
<p>Thanks again.</p>
<p> </p>
<p>Alex</p>
]]></description><guid isPermaLink="false">1902</guid><pubDate>Mon, 22 Jun 2015 12:10:08 +0000</pubDate></item><item><title>PS4 + Max Shooter One + Harmony Smart Control + PS4 Controler + Onkyo Receiver</title><link>https://forum.flirc.tv/index.php?/topic/1772-ps4-max-shooter-one-harmony-smart-control-ps4-controler-onkyo-receiver/</link><description><![CDATA[
<p>So I am determined to control my PS4 and its Apps (Netflix, Hulu etc.) from my "universal" Harmony remote. I have everything -almost- working. The weak link seems to be the Flirc which is sending out keystrokes at random times and stopping movies etc. from playing. I use a IR blaster that from the Harmony Hub to the Flirc so that there is no chance of IR interference. My next step is to put a power filter on the setup to hopefully eliminate the flaky behaviour of the Flirc.</p>
<p> </p>
<p>Anyone else trying to control their PS4?</p>
]]></description><guid isPermaLink="false">1772</guid><pubDate>Wed, 08 Apr 2015 01:35:33 +0000</pubDate></item><item><title>Jason thanx!</title><link>https://forum.flirc.tv/index.php?/topic/1576-jason-thanx/</link><description><![CDATA[
<p>I just want to express my positive feedback on the Flirc SE (Streacom Edition), wow it just works!</p><p></p><p>
After reading the posts of Jason (his follow up in cases there are bugs in a release) I was very confident about the product and bought it this weekend. After adding my Xbox one remote I am now a very happy user / customer.</p><p></p><p>
So thanks and keep up the good work!</p><p></p><p>
Regards,</p><p></p><p>
Mark</p>
]]></description><guid isPermaLink="false">1576</guid><pubDate>Tue, 13 Jan 2015 22:39:00 +0000</pubDate></item><item><title>hi there and thx!</title><link>https://forum.flirc.tv/index.php?/topic/1515-hi-there-and-thx/</link><description><![CDATA[
<p>Hi,</p>
<p>i just wanted to say thank you.</p>
<p>Got my flirc yesterday for my streacom htpc and i think it is awesome, but i only had some hours to play with it until now.</p>
<p>Before i start questioning i'm reading through the forum, new IR-Device and new remote (harmony touch) is damn confusing.</p>
<p>My first impression is that this is an XBMC thing, good for me using mediaportal. :(</p>
<p> </p>
<p>I'm switching over from the libCEC adapter because there are some features missing like startig programs and powering on both, tv and pc).</p>
<p> </p>
<p>That's it! :D</p>
<p>Will head over again when done with the setup or completly distracted. ;)</p>
<p> </p>
<p>greetz loki</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.flirc.tv/uploads/monthly_12_2014/post-16851-0-39789700-1418775605.jpg" rel="external nofollow"><img src="https://forum.flirc.tv/uploads/monthly_12_2014/post-16851-0-39789700-1418775605_thumb.jpg" data-fileid="222" alt="post-16851-0-39789700-1418775605_thumb.j"></a></p>
]]></description><guid isPermaLink="false">1515</guid><pubDate>Wed, 17 Dec 2014 00:16:15 +0000</pubDate></item><item><title>Xen Hypervisor + Windows 7 Guest + Virtualhere + FLIRC</title><link>https://forum.flirc.tv/index.php?/topic/1022-xen-hypervisor-windows-7-guest-virtualhere-flirc/</link><description><![CDATA[
<p>First, let me say that FLIRC is awesome and it is the linchpin to my entire XBMC setup (for obvious reasons).  Great job Jason!  I couldn't be happier.</p>
<p> </p>
<p>About my setup:</p>
<p> </p>
<p>I wanted to setup the ultimate home theater pc in my living room.  My main requirements are to stream my local videos, pictures, and music AND play PC games in addition to Playstation, Playstation 2, and Wii games all on the same machine.   After looking over various options, I decided to purchase the Alienware X51 i7 (8 CPUs) /8Gb/1TB with the AMD Radeon R9 270 graphics card.  This was largely due to it's small form factor and performance specs, and after receiving it, I can say it meets all my needs perfectly. </p>
<p> </p>
<p>The first thing I did was blow away the disk and install a minimal Xen partition using Debian Wheezy with a single CPU and 1Gb of RAM.  I then configured the remaining disk space as a volume group with 2 logical volumes (300/500).  Once that was up and running, I setup a Windows 7 Home Premium guest (HVM) with 4 CPUs and 4Gb RAM and assigned it to the 300GB logical volume. Then I configured Xen to pass-through the Radeon card to the Windows 7 guest.  Once this was done, I connected the HDMI output of the Radeon card to my TV for video/audio out.  Once I booted the Win 7 guest, I downoaded the graphics drivers, rebooted and voila!  </p>
<p> </p>
<p>At this point, getting the network working was top priority.  The Alienware has a Broadcom WiFi chipset that simply doesn't work with the available Linux drivers.  This was my original plan since I don't have any ethernet cables in the living room (and certainly didn't want to run any just for this).  To remedy this, I purchased an ASUS EA-N66 Wireless Bridge and connected it to the ethernet port.  After a very simple setup, networking was good to go!</p>
<p> </p>
<p>I setup a second Debian Wheezy guest (PVM) and assigned it to the 500GB logical volume and configured it with 2GB RAM and 2 CPU's.  This was going to be my backend work horse with SabNZbd and various utilities that manage my media libraries.  This was important to me because the Windows machine simply can't handle multiple simultaneous users and switching out of XBMC to tinker with a python script gone awry is not my idea of a good time.  Especially while the wife and kids are trying to watch TV!</p>
<p> </p>
<p>So far so good right?  Wrong.  For reasons that I still haven't figured out, I could not pass through my USB devices from Xen to my Win 7 guest.   What was strange is that the VGA card worked, but none of my USB ports.  This was a big problem for obvious reasons.  No USB means no FLIRC (or any other USB devices)!  I was about to throw in the towel and simply restore the Alienware back to factory install when I happened upon a product called <a href="http://virtualhere.com" rel="external nofollow">Virtualhere</a>.  Virtualhere is Linux server software that shares USB devices over TCPIP.  I thought it was definitately worth a try so I downloaded it and gave it a whirl.  I setup the virtualhere server on the Xen hypervisor and then installed the client on the Windows 7 guest.  A few clicks later and I saw ALL of my USB devices which include the following:</p>
<p> </p>
<p>XBox 360 Controller Receiver (for my Xbox 360 controllers)</p>
<p>ASUS USB-BT400 Bluetooth (for the PS3 and Wii controllers)</p>
<p>Logitech K400r Keyboard/Mouse</p>
<p>FLIRC (Xbox One Remote)</p>
<p> </p>
<p>After this, I downloaded and installed each of the drivers on the Windows 7 guest and began configuring/installing the necessary software:</p>
<p> </p>
<p>XBMC (Media Center)</p>
<p>EPSXE  (Playstation)</p>
<p>PSCX2 (Playstation 2)</p>
<p>Dolphin (Wii)</p>
<p> </p>
<p>For FLIRC, the configuration utility did not work (even though the drivers installed successfully) on the Windows 7 guest.  I took the FLIRC to another Windows 7 machine, installed the software and it worked like a charm.  I was able to configure my Xbox One Remote Control perfectly using the FLIRC setup tool (XBMC configuration).  I saved the settings, unplugged it, and then plugged it back into the Windows 7 guest.  Fired up XBMC and lo and behold, it was working perfectly.</p>
<p> </p>
<p>I still have a lot of work to do to get it how I want but it is definitely headed in the right direction.</p>
<p> </p>
<p>Peace!</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">1022</guid><pubDate>Thu, 27 Mar 2014 20:26:04 +0000</pubDate></item><item><title>Using FLIRC and a PandaBoard to control an HDMI switch with an Xbox One</title><link>https://forum.flirc.tv/index.php?/topic/1420-using-flirc-and-a-pandaboard-to-control-an-hdmi-switch-with-an-xbox-one/</link><description><![CDATA[
<p>I recently bought an Xbox One, and one of the neat things it can do is control your whole home theatre by voice command. It uses the Kinect as an IR blaster, and it can turn on and control your AV receiver, TV (or projector in my case), and TV set top box. You can even turn the whole shebang on and off by saying "Xbox On" or "Xbox Turn Off". It lets you change channels with your voice, and even gives you a really nice schedule program grid for watching TV, which is something my OTA STB (on the far left of the photo) doesn't do.</p>
<p><img src="http://i.imgur.com/lY9R1sGl.jpg" alt="lY9R1sGl.jpg"></p>
<p> </p>
<p>Unfortunately, there's one thing it can't do, which is change the inputs on anything, or control an HDMI switch. As you can see in the previous photo, I've got a Monoprice 4x2 matrix switch handling all my devices. It lets me take any of my inputs and send them to either the projector, or my PC monitor on the other side of the room. Normally I use a Harmony remote to control everything (to help me remember which inputs are which). The Xbox One was actually a fifth input, but that didn't matter, because the Xbox One has an HDMI input that you run your STB through. Anyhow, I really wanted to be able to turn everything on and off with the Xbox voice commands, and I noticed that the HDMI switch has a serial port on it:</p>
<p><img src="http://i.imgur.com/0KNjcdYl.jpg" alt="0KNjcdYl.jpg"></p>
<p> </p>
<p>It turns out that you can completely control the switch via the serial port, doing anything that the remote can do. Even better, Monoprice publishes (on their website, despite the big "CONFIDENTIAL" label) documentation on the commands you need to send to control the thing:</p>
<p><img src="http://i.imgur.com/zoiV2vUl.png" alt="zoiV2vUl.png"></p>
<p> </p>
<p>Serial ports are kind of hard to find on modern PCs, but I had an ARM dev board lying around. It's a PandaBoard, which has the hardware of a high-end smartphone from two or three years ago. My original plan was to stick it inside an empty NES case and use it for emulation, but that didn't pan out (not fast enough, and vsync didn't work), so it's been sitting on a shelf for ages. I thought, this thing has serial ports, and some googling turned up FLIRC, and this thing has USB ports, and even though it's got an ARM chip, you can load Ubuntu Linux onto it instead of Android... It would be crazy expensive to buy this just for this project (the board is a few hundred dollars), but since I already had the thing lying around... I figured why not put it to some use for a change. If I was doing this from scratch, I'd grab a Raspberry Pi to do it at a fraction the cost. Anyhow, here's it all wired up (albeit pulled out from the back of the shelf):</p>
<p><img src="http://i.imgur.com/TSQwjjQl.jpg" alt="TSQwjjQl.jpg"></p>
<p> </p>
<p>I programmed the FLIRC to send a keystroke whenever it saw the power command for my OTA STB, because the Xbox One would be the only thing that would ever send that command, and it would only send that command when it was turning everything on or off. Then I configured Ubuntu to run a script whenever it saw the keystroke the FLIRC would send, and I wrote some bash scripts:</p>
<p><img src="http://i.imgur.com/HmJ4BbSl.png" alt="HmJ4BbSl.png"></p>
<p> </p>
<p>And what's the result? It all works! The final setup is actually the *first* photo in this post, you can just barely see the PandaBoard and FLIRC hiding at the back of the shelf behind the AV receiver, out of view. I can now say "Xbox On", and the FLIRC will see the Xbox's commands, and cause my HDMI switch to get turned on and switched to the right inputs. It also turns the HDMi switch off when I tell the xbox to shut down, although the scripting on that is a little spotty (it only works about half the time), so I'll need to tweak the script to get that as solid as the power up.</p>
<p> </p>
<p>Here's a youtube video of everything getting turned on. I've cut out the lengthy wait for the projector to warm up. Keep in mind that the XBox has absolutely no way to directly control the HDMI switch!</p>
<p> </p>
<p>
</p><div class="ipsEmbeddedVideo" contenteditable="false"><div><iframe width="480" height="270" src="https://www.youtube.com/embed/7TQlEBy4ydc?feature=oembed" frameborder="0" allowfullscreen="true"></iframe></div></div>
]]></description><guid isPermaLink="false">1420</guid><pubDate>Wed, 05 Nov 2014 07:12:47 +0000</pubDate></item><item><title>just wanted to say thank you very much</title><link>https://forum.flirc.tv/index.php?/topic/1298-just-wanted-to-say-thank-you-very-much/</link><description><![CDATA[
<p>Hello Jason,</p><p>
I just had to say thank you very much for a great product. Got the flirc the other day plugged it into my windows 7 laptop and programmed it as a full keyboard. Man was that easy I use it for xbmc and windows media center it works like a charm.</p><p>
I have it plugged into a belkin powered USB hub plugged into my htpc using one of the USB ports,I then used the next USB port for my Logitech k400 wireless keyboard and low and behold I can use them at the same time that's incredible. So my wife can use the lg remote that came with the tv and we can use the keyboard when we want to surf the web I love it.</p><p>
Showed my setup to a couple of friends last nite and they were blown away with it they all wanted to take the flirc home and try it. Of course the wife said no way it's hers now. So I told them to go to your website and order there own flirc.</p><p>
Thank you again loving it.</p><p>
Bob</p>
]]></description><guid isPermaLink="false">1298</guid><pubDate>Wed, 03 Sep 2014 16:09:20 +0000</pubDate></item><item><title>Recommend USB-Extender</title><link>https://forum.flirc.tv/index.php?/topic/211-recommend-usb-extender/</link><description><![CDATA[
<p>In case anybody is searching for a usb-extender to place the flirc-device next to his hi-fi-devices I recommend the Logitech USB-Extender wich comes with many of their keyboards and mice.</p><p>
</p><p>
Maybe you recently purchened a Logitech device and still got the extender in the packing, like I did. :)</p><p>
</p><p>
</p><p>
The benefit of this extender is the foot wich holds the flirc-device slightly up and gives it a good stand</p><p>
</p><p>
<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.flirc.tv/uploads/monthly_05_2012/post-945-0-02292000-1337535898.jpg" rel="external nofollow"><img src="https://forum.flirc.tv/uploads/monthly_05_2012/post-945-0-02292000-1337535898_thumb.jpg" data-fileid="36" alt="post-945-0-02292000-1337535898_thumb.jpg"></a></p><p>
</p><p>
<img src="http://www.logitech.com/assets/36271/stand-extension-replacement-usb-receiver-extender-cable.jpg" alt="stand-extension-replacement-usb-receiver-extender-cable.jpg"></p><p>
</p><p>
<a href="http://www.logitech.com/en-gb/349/4872" rel="external nofollow">http://www.logitech.com/en-gb/349/4872</a> (search for "PN 993-000293")</p>
]]></description><guid isPermaLink="false">211</guid><pubDate>Sun, 20 May 2012 17:45:16 +0000</pubDate></item><item><title>XBMC and EyeTV Integration</title><link>https://forum.flirc.tv/index.php?/topic/357-xbmc-and-eyetv-integration/</link><description><![CDATA[
<p>Ok, I am at first base with this.</p><p>
</p><p>
This is the video <a href="http://www.youtube.com/watch?v=dJHG2K8NQas" rel="external nofollow">http://www.youtube.com/watch?v=dJHG2K8NQas</a></p><p>
<img src="http://f.cl.ly/items/0I0k0o0W3Y401i2R3K0f/remotelrg-1-1-3-1.jpg" alt="remotelrg-1-1-3-1.jpg">These are the scripts including the keyboard.xml <a href="https://www.dropbox.com/sh/nfdo4esv0mm978p/1dTzbGWOAZ/XBMCEyeTV.zip" rel="external nofollow">https://www.dropbox....Z/XBMCEyeTV.zip</a></p><p>
</p><p>
Features that I have added to the remote are:</p><p>
1. Screenshots (automatically upload to photo stream)</p><p>
2. Blacklight</p><p>
3. Growl notifications toggle (incomplete)</p><p>
</p><p>
and a few more custom app controls as you can see...</p><p>
</p><p>
PS: I dont mean to post such a large image but I cant seem to resize it here.</p>
]]></description><guid isPermaLink="false">357</guid><pubDate>Thu, 29 Nov 2012 08:57:32 +0000</pubDate></item><item><title>Just wanted to say thanks</title><link>https://forum.flirc.tv/index.php?/topic/1146-just-wanted-to-say-thanks/</link><description><![CDATA[
<p>This was the easiest to use out of the box experience of any product I have ever purchased.  I opened it and plugged it into my Windows 8.1 system.  Went to the web site, downloaded and ran the software.  When it finished installing, I browsed through the various controllers, choose the Windows Media Center, selected several buttons and pressed the same button on my remote.  After configuring about 8 different buttons, I unplugged it from my system and plugged it into my new RASPLEX box and booted.  As soon as the RASPLEX came up to the main screen the remote was working.  Start to finish, less than 10 minutes.  I wish all products worked this well straight out of the box.  Can't wait to see what you guys come up with next.  Have already shown this to about 8 of my friends and 2 are ordering theirs today.  Will keep an eye on your website for new products.</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Keith</p>
<p> </p>
<p>P.S.  I tried it today just for the heck of it on my Windows 8 system and was able to control Windows Media Center, Plex App, and the Metro interface with the same remote I was using for my TV.  What a cool product!</p>
]]></description><guid isPermaLink="false">1146</guid><pubDate>Mon, 02 Jun 2014 14:51:14 +0000</pubDate></item><item><title>HTPC and Gaming</title><link>https://forum.flirc.tv/index.php?/topic/1030-htpc-and-gaming/</link><description><![CDATA[
<p>Hi Everyone,</p>
<p> </p>
<p>Here is my gear!</p>
<p> </p>
<p>thanks  ;)</p>
<p> </p>
<p>Moutaz</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.flirc.tv/uploads/monthly_04_2014/post-13999-0-59656000-1396383074.png" rel="external nofollow"><img src="https://forum.flirc.tv/uploads/monthly_04_2014/post-13999-0-59656000-1396383074_thumb.png" data-fileid="162" alt="post-13999-0-59656000-1396383074_thumb.p"></a></p>
]]></description><guid isPermaLink="false">1030</guid><pubDate>Tue, 01 Apr 2014 20:23:22 +0000</pubDate></item><item><title>WMC + XBMC</title><link>https://forum.flirc.tv/index.php?/topic/622-wmc-xbmc/</link><description><![CDATA[
<p>I thought I'd share my configuration of my Harmony 650 remote. I didn't think it's worthy of it's own thread, so I hope I'm not hijacking this thread here. [Edit by Chris!: I think it's worth it's own thread so I used my mod powers for good - not evil :) )<br><br>
The media center (which I setup for my Father) is running Windows 7 using WMC for live &amp; recorded TV and XBMC for downloaded movies &amp; TV shows. I initially thought this may be tricky due to XBMC and WMC having overlaps in the default keymap for some of their functions. Play/pause/skip/etc are actioned by different keyboard commands. It is possible to edit XBMC's keymap, but upon inspecting it, I see it also recognises the WMC keyboard commands.</p>
<p> </p>
<p>My Logitech Software profile is as follows:<br><br>
Activity - Watch TV<br><br>
Devices:</p>
<p>TV - Sony<br>
Receiver - Yamaha<br>
Media center - Sony DVD recorder RDR-HX725 (This sends majority of the commands)</p>
<p>Media center - Apple TV (I've added this to fill in extra buttons that the Sony recorder couldn't fill and also to assign signals to custom buttons)<br><br>
After setting up the activity to implement all four devices, I went into the customise buttons screen. I filled in any gaps of buttons which weren't assigned and also made custom buttons for the LCD screen on the remote. These custom LCD buttons were what I used the Apple TV for, I just assigned random actions.</p>
<p> </p>
<p>To setup Flirc, I opened the keyboard map and went through the WMC keyboard map from their website, assigning all the buttons that were relevant. There were one or two buttons left over which I could use in XBMC. I also assigned the custom buttons (such as launching certain programs, close (alt+f4), and other windows functions.<br><br>
So far, this is working flawlessly. There might be a quicker way of doing things, but this way I know exactly what is assigned to what.<br><br><br>
I don't know where I found out about Flirc, but I've got to say that I'm extremely happy I stumbled upon it. You guys have an amazing product here :)</p>
]]></description><guid isPermaLink="false">622</guid><pubDate>Mon, 22 Jul 2013 13:15:09 +0000</pubDate></item></channel></rss>
