| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #11 (permalink) | |
| Retired Team Member Join Date: Aug 2006 Location: Bay Area, CA
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Quote:
In the changelog I guess it would be this: 23/09/2006 [11:27h] mPod added: "Select channel by index" did not work in TVGuide and everywhere for External Channels (thanks to Hesse) I'll have to make sure the "select by index" is unchecked with my SVN installation. If this is the case, then this plugin created by Hesse will make things SOOO much easier! One other question, and I hope I don't take things too far off topic for this thread, but how fast/slow does one have to enter in channel numbers with the MCE remote? I find that the faster, the better, but this doesn't seem right ![]() | |
| | |
| | #12 (permalink) |
| Portal Member Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
| natrlhy, There are a few issues. The fix in the SVN in combination with this plugin makes it simple to do what you and I want which is to change by channel number and populate the TV database appropriately, but there is actually one more small hangup which I mentioned in the thread where I posted the original code that made it into SVN (http://forum.team-mediaportal.com/sh...9428#post79428) The problem is that in the MP sourcecode, it is hardcoded that channels will only be 2 digits and the timeout for entering digits is 800ms! If you go to the thread, you'll see in the second post an attached file. In that file I changed it so that you can enter 3 digits in the TV guide section with a 2 s timeout I think. However, I have not looked into where it needs to be changed for LiveTV. My thought is to make this a configuration option with a setting in the TV configuration section so that the user can choose how many digits before automatically entering the channel. But I won't have a chance to even look at it until probably Wednesday and it would take me a day or two to figure it out because I'd have to add to the configuration section. If we could get a dev to do it, I'm sure it would be much easier for them. |
| | |
| | #13 (permalink) |
| Retired Team Member Join Date: Aug 2006 Location: Bay Area, CA
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Hesse, Thank you for the clarification. I will be looking out for your updated code and modify accordinly to test the channel changing to the nearest match if the channel entered is invalid. I just confirmed that the SVN I'm running (rev10448) DOES work after unchecking the following: Run "Setup MediaPortal" Televsion: Uncheck "Select channel by index" |
| | |
| | #15 (permalink) |
| Retired Team Member Join Date: Aug 2006 Location: Bay Area, CA
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Hesse, opusnut worked out some bugs in scoops DirecTV_new serial plugin that was more generic. It is working flawlessly for me. I have the HTL-HD receiver from DirecTV. http://forum.team-mediaportal.com/sh...ad.php?p=76279 I do not know if it's OK for me to post my working plugin but I would be glad to share it. scoop wanted to do more testing and he will upload it to the main download section but I'm just not sure how this works with sharing other peoples code, etc. |
| | |
| | #16 (permalink) |
| Portal Member Join Date: Sep 2006
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | Hello Hesse: Thank you for the wonderful plugin. If I can get it working then that will solve a lot of problems. Unfortunately I run into an error when I try to configure the plugin. Here is the error dump: ************** Exception Text ************** System.TypeLoadException: Could not load type 'MediaPortal.Util.Config' from assembly 'Core, Version=1.0.2375.18796, Culture=neutral, PublicKeyToken=null'. at MediaPortal.Util.MPChannelUpdater.Open() at MediaPortal.Util.MPChannelUpdaterSettings..ctor() at MediaPortal.Util.MPChannelUpdaterConfiguration..ct or() at MediaPortal.Util.MPChannelUpdaterPlugin.ShowPlugin () at MediaPortal.Configuration.Sections.PluginsNew.item Configure_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Configuration Assembly Version: 1.0.2375.32811 Win32 Version: 1.0.2375.32811 CodeBase: file:///C:/Program%20Files/MediaPortal/Configuration.exe ---------------------------------------- Core As you can see, I am using the lastest 'stable' update ver. 2.0.0.0. Maybe I should update to the latest SVN version? From reading this forum, it seems it may solve other problems as well. I'm always reluctant to stray from the stable versions only because I am a complete novice with MP. Any suggestions? Thanks ... Dale |
| | |
| | #17 (permalink) |
| Portal Member Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
| Hi Dale, It looks like it can't fine the namespace that I put it in. Just to be sure, you put both the MPChannelUpdater.dll and the System.Data.Sqlite.dll in the \plugins\windows directory? Can anyone else verify that they can load the configuration in the plugin? I'm using an SVN from 9/20 I believe, so I can't say if it will work with 0.2.0.0 because I compiled it with a later release, but there really isn't anything in the plugin that needs any new MP stuff unless the configuration of plugins has changed since that version. |
| | |
| | #18 (permalink) | |
| Portal Member Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
I saw your posts over in that thread and it looks good. What I've read is that the commands have changed from the D10 to the D11 so that shouldn't be too hard because actually when I look at the logs for the "new" serial plugin, it successfully talks to the receiver, it just doesn't change channels. Maybe you could ask again about getting the code uploaded so I could try it out or get the authors permission to send it to me . I'm going to go over there to post, I just haven't gotten around to it yet.Thanks, Jesse | |
| | |
| | #19 (permalink) |
| Portal Member Join Date: Jun 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
| Anybody knows if this works/improves sth. for DVB-t? I still have the problem that MP only finds 2 of more than 20 channels: Mediaportal latest svn - Autotune few channels Pinnacle 60e |
| | |
| | #20 (permalink) |
| Portal Member Join Date: Sep 2006
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | Hello again: I just did a complete install from scratch and updated the install with the lastest 'stable' version which is 0.2.0.4. I have received the same error as I indicated a few days ago. I am reluctant to use an SVN to update because I did that yesterday and ran into a few problems that I couldn't get around. Anyway, I used Zap2It to download and create my EPG. Is there a chance that it creates a file that is slightly different than the standard database, thus giving an error when I run your program? If that is not the case then perhaps I should just wait for the next 'stable' update before trying your plugin again. Anyone had success on a channel listing created by Zap2It? Any assistance would be appreciated. Thanks .. Dale |
| | |
![]() |
| Bookmarks |
| Tags |
| channel, mpchannelupdater, updates |
| Thread Tools | |
| Display Modes | |
| |
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 |