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
47
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

Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall rules were set to Public. I couldn't connect to the new TV Server from my old single-seat installation running 32-bit until I changed all MP-related firewall rules on the new machine to Private. Before I did...
Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall...
Server and client on modern uptodate Windows 11 desktop. Software is Server and Client version x86 1.38.003 Remote client on...
Replies
26
Views
2K
4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
Replies
5
Views
2K
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
Replies
1
Views
2K
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
Replies
2
Views
1K
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
Replies
0
Views
519
Top Bottom