Remote Support for FireDTV (1 Viewer)

A

Anonymous

Guest
Hi Guys

I have now got a stable version of remote support for FireDTV, this is more of an add on to MediaPortal as it mimics the MCE remote.

I have also setup an interface to make it easy for additional remotes to be added.
 

Jean-Max

Portal Pro
October 20, 2004
99
0
FRANCE
firedtv said:
Hi Guys
I have now got a stable version of remote support for FireDTV, this is more of an add on to MediaPortal as it mimics the MCE remote.
I have also setup an interface to make it easy for additional remotes to be added.

Congratulations !
Is-it from you, Leslie ?
Your plugin in beta phase was very good :)

** Screenshot of beta version**

Now, we expect it, in next M-P CVS ;) .. before ... July's 0.1.3.0
 
A

Anonymous

Guest
Hi jean-max

Yes it is leslie, I am zipping everything for upload an will be posting tonight
 

Hell_Angel

Portal Pro
June 17, 2005
79
10
Home Country
Finland Finland
Remote support?

Hello!

I tried to add this plugin to my Mediaportal program. I first installed Mediaportal 1.0.2.0, then latest CVS (06-16-05), then I copied files from you archive file that includes those remote control files. After that I configured Mediaportal and enabled FireDTV remote control. I closed RC and CI programs before doing that. Then I restarted Mediaportal as it prompts and nothing happens. Remote don't work. Then I tried to put on that advance beta mode, but still nothing happens... What should I do?

Best regards,
Kari
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Re: Remote support?

Hell_Angel said:
Hello!

I tried to add this plugin to my Mediaportal program. I first installed Mediaportal 1.0.2.0, then latest CVS (06-16-05), then I copied files from you archive file that includes those remote control files. After that I configured Mediaportal and enabled FireDTV remote control. I closed RC and CI programs before doing that. Then I restarted Mediaportal as it prompts and nothing happens. Remote don't work. Then I tried to put on that advance beta mode, but still nothing happens... What should I do?

Best regards,
Kari
It's already included in the latest CVS versions.
 
M

MadMouse

Guest
Hi Guys

I have submitted a patch to Sourceforge.

1.) Better logging
2.) Better Exception Handling.
3.) Updated DLL Interops.
4.) Response issues.

Please make sure that the fireSATAPI.dll file is in the mediaportal directory.
 

chrholm

Portal Pro
June 20, 2005
64
2
45
Copenhagen
Home Country
Denmark Denmark
I could not get this to work until I had a look at the sources, and found there is a naming problem regarding the XML-entries in MediaPortal.xml.

In Configuration/Sections/FireDTVRemote.cs (204-206) the following is used to store the configuration:

Code:
xmlwriter.SetValueAsBool("remote", "FireDTV", checkBoxFireDTVEnabled.Checked);
xmlwriter.SetValue("remote", "FireDTVKeyFile", textBoxFireDTVKeyFile.Text);
xmlwriter.SetValue("remote", "FireDTVRemoteName", comboBoxRemoteControl.Text);

In RemotePlugins/FireDTV/FireDTVRemote.cs (75-77) the following is used to load the configuration:

Code:
_remoteEnabled	= ((xmlreader.GetValueAsBool("remote", "FireSAT", false)) && (_FireSAPapiFound));
_FileName		= (xmlreader.GetValueAsString("remote", "FireSATKeyFile", "FireSATKeyMap.XML"));
_RemoteName		= (xmlreader.GetValueAsString("remote", "FireSATRemoteName", "FireSAT Remote Control"));

When I changed the load to match the save, the remote control worked like a charm. I can't get the buttons 0-9 to work, but I will have to look at that some other day, for now its workable.

Christian
 

Jean-Max

Portal Pro
October 20, 2004
99
0
FRANCE
Hello

The integrated FireDTV remote plugin in 0130 (and its CVS) is OK :)
All works nice :)

Don't forget 2 things :

-> Copy FireSatApi.dll
from /program files/FireDTV/Tools
to /mediaPortal/

-> Close RC icon (Remote Control) in right task bar
 

Users who are viewing this thread

Similar threads

The layout of remotes does vary from one model/brand to another. I too find that some layouts are better than others. Generally, I prefer the buttons that I use most-frequently to be positioned near the center of the remote, which is not the case with that particular Dell remote. :( Battery life is often a problem. A remote that I...
The layout of remotes does vary from one model/brand to another. I too find that some layouts are better than others. Generally, I...
In Dec 2020: I purchased 2 remotes for my new HTPC install, eg: HP USB MCE IR RC6 Wireless Receiver and TSGH-IR02 Windows Media...
Replies
16
Views
3K
Debounce Registry Setting For anyone who wants to try the debounce registry setting, this is the setting: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da] "EnableDebounce"=dword:00000001 There are several different values for the...
Debounce Registry Setting For anyone who wants to try the debounce registry setting, this is the setting: Windows Registry Editor...
I'm currently testing the new Sofabaton x1 remote control with which I want to replace my Harmony. Everything looks good so far...
Replies
4
Views
833
restarting is supported but depends on the reason why it failed. As an external tool try JDownloader.org - Official Homepage
restarting is supported but depends on the reason why it failed. As an external tool try JDownloader.org - Official Homepage
Earlier this year I changed my internet service provider from a landline (where I was consistently overcharged), to a mains-powered...
Replies
1
Views
608
So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after restart. If you go to an episode and open the options and pick choose artwork then choose episode thumbnail it shows the correct thumbnail and says it is remote. Click on it and it goes local instantly and...
So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after...
So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after...
Replies
0
Views
276
  • Sticky
Your log clearly reports: [2024-03-03 18:26:58,258] [Log ] [MPMain ] [DEBUG] - Main: Wait for TV service requested [2024-03-03 18:26:58,262] [Log ] [MPMain ] [DEBUG] - Main: TV service found. Checking status... [2024-03-03 18:26:58,263] [Log ] [MPMain ] [INFO ] - Main: TV service is in status Running - proceeding...
Your log clearly reports: [2024-03-03 18:26:58,258] [Log ] [MPMain ] [DEBUG] - Main: Wait for TV service requested...
MediaPortal 1.33 Release Written by Team-MediaPortal. We have just released MediaPortal 1.33 - Springtime / 20th Anniversary...
Replies
7
Views
947
Top Bottom