MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2005-01-22, 18:24   #1 (permalink)
Anonymous
Guest
 
Posts: n/a


Default MPExTuneCmd Plugin (Sat. tuner channel changer)

I have created a little plugin for MP that executes an external command .exe or .bat on a channel change events.

I use this to integrate with http://www.dtvcontrol.com/ to change channels on my external DirectTV receiver via the low speed serial port within the MediaPortal environment.

What you need to implement this is.

1) Download dtvcon from : http://www.dtvcontrol.com/download/dtvcon172.zip
2) Build or buy a serial cable and test with dtvcon utility. You can see how to build one on the dtvcontrol website. You can also buy one from http://store.snapstream.com/accessories.html either the directTV cable pack for $20 for your receiver.
3) Download the MPExTuneCmd.zip MP plugin from : http://sourceforge.net/tracker/index...97&atid=647927
4) Unzip the file and move the MPExTuneCmd.dll into the plugins/process mediaportal directory.
5) Run the MediaPortal configuration and enable the MPExTuneCmd plugin, click Setup and point to the dtvcmd.exe from the dtvcontol install location, use a "#" as the command delimiter.
6) In the MP Configuration under Television|Channels edit a channel and click advanved and set the Type: External, Input: SVHS (or whatever works for you), External Channel: whatever the real channel is. Then click OK. Continue editing a few other channels and restart MP and test.

This should provide very fast channel changes compared to any IR based interface.

This plugin will basically execute the specified .exe or .bat with the channel number appended as a parameter on all external channel change events. So integration would work with many external methods.

Enjoy,
901Racer
  Reply With Quote
Old 2005-03-09, 15:40   #2 (permalink)
Portal User
 
Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I can't seem to get this to work. I have grider set up to change channels on my dish network receiver. When I run "C:/program files/girder32/event.exe 123 -silent" from a cmd box girder will change the channel for me. Shouldn't I be able to do this with this plug in?
gtirebuyer is offline   Reply With Quote
Old 2005-04-01, 14:56   #3 (permalink)
Portal Member
 
Join Date: Aug 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts


Default MPExTuneCmd Plugin

Help

I can't get to run events.exe either. Can anyone confirm that this plugin is working with 0.1.0.10 or any other version?

David
dogboy is offline   Reply With Quote
Old 2005-04-03, 01:22   #4 (permalink)
mbb
Portal Member
 
Join Date: Nov 2004
Posts: 158
Thanks: 1
Thanked 2 Times in 2 Posts

Country:


Default

It's working now in 0.1.1.1

8)
mbb is offline   Reply With Quote
Old 2005-05-03, 03:35   #5 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

also having issues with this plugin... is anyone well-versed enough to trouble shoot?

i'll buy you a drink...
  Reply With Quote
Old 2005-05-03, 10:06   #6 (permalink)
mbb
Portal Member
 
Join Date: Nov 2004
Posts: 158
Thanks: 1
Thanked 2 Times in 2 Posts

Country:


Default

first, describe your issue :?: please.
mbb is offline   Reply With Quote
Old 2005-05-03, 22:01   #7 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

Quote:
Originally Posted by mbb
first, describe your issue :?: please.
I guess that would help...

I am using a RJ6-DB9 Serial Cable adapter from the Snapstream store to control my DirectTV receiver with dtvcontrol (v1.72)... it works really well for changing channels on it's own.

But the plugin doesn't work for me. I have installed per the instructions above but when I try and change a channel from within MP, the TV feed freezes and I notice that there are multiple instances of the DirectTv Control program open in the background.

First issue that I believe to be causing problems is that dtvcontrol no longer uses "dtvcmd.exe" mentioned in step 5, it now uses "DirectTV Control.exe" However, I have no clue as to how I would go about checking this out in the plugin. Is it a simple naming issue?

I may try and rename "DirectTV Control.exe" to "dtvcmd.exe" later to see if that helps.

So, next question, where can I research making a plugin that will simply tell MediaPlayer to send channel changing commands directly to DirectTV Control?

Many thanks.
Samuel
  Reply With Quote
Old 2005-05-23, 22:58   #8 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

Quote:
Originally Posted by FOP
Quote:
Originally Posted by mbb
first, describe your issue :?: please.
I guess that would help...

I am using a RJ6-DB9 Serial Cable adapter from the Snapstream store to control my DirectTV receiver with dtvcontrol (v1.72)... it works really well for changing channels on it's own.

But the plugin doesn't work for me. I have installed per the instructions above but when I try and change a channel from within MP, the TV feed freezes and I notice that there are multiple instances of the DirectTv Control program open in the background.

First issue that I believe to be causing problems is that dtvcontrol no longer uses "dtvcmd.exe" mentioned in step 5, it now uses "DirectTV Control.exe" However, I have no clue as to how I would go about checking this out in the plugin. Is it a simple naming issue?

I may try and rename "DirectTV Control.exe" to "dtvcmd.exe" later to see if that helps.

So, next question, where can I research making a plugin that will simply tell MediaPlayer to send channel changing commands directly to DirectTV Control?

Many thanks.
Samuel
Anhy update on this? If I can easily use my low speed data cables with my SnapStream data cables and RCA DirecTV receivers, I will ty MP. Right now, this is the only thing holding me back. I WILL NOT use any type of IR device. Thanks in advance.
  Reply With Quote
Old 2005-05-25, 22:26   #9 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

Nice plugin, I finally figured out how to get this to work with girder and the command line thing

I have a MCE 2005 remote, so I used the driver plugin from TheGreenButton forum. Then I imported the SageSetExternalChannel.gml which has the script and events to trigger 0,1,2,3 etc.

The configure the command to execute:
<girder path>/event.exe SageSetExternalChannel 18 # -silent

So when you say change channel to 600, it will be:

event.exe SageSetExternalChannel 18 600 -silent

The SageSetExternalChannel.gml will then execute command in this sequence: 6, 0, 0

very nice


Hope this helps someone else, I'll attach the files to SageSetExternalChannel.gml next.
  Reply With Quote
Old 2005-06-04, 10:46   #10 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

Hi,

I have al the necessary files; girder, sageexternal.gml etc. Could someone tell me were in Media Portal I have to give in the command line: event.exe SageSetExternalChannel 18 600 -silent ? Is this in the channel setup, on the tab external where you can specify the channel number?

I tried this but it doesnt work )-:

Thanks for your help.

Best regards,
  Reply With Quote
Reply

Bookmarks

Tags
changer, channel, mpextunecmd, plugin, sat, tuner

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
KNC 1 DVB-C / cannot tune channels lutz General Support 15 2006-10-01 12:04
Technotrend DVB-S no LNB switch Erbsenkopp General Support 0 2006-08-03 10:04
Technotrend Budget 1500 CI no LNB switch Erbsenkopp General Support 0 2006-08-03 09:46
Tuning-problem - FireDTV - Stockholm-Nacka alek01 Installation, configuration support 2 2006-07-11 00:06
Xmltv set big hassle for a newb Anonymous Tips and Tricks 38 2004-12-18 21:09


All times are GMT +1. The time now is 08:36.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden