CVS test biuld (1 Viewer)

lar282

Portal Pro
July 11, 2004
414
2
Re: tvguide.xml import failing

h4rb1ng3r said:
the program guide setting for using an external tvguide.xml file fails to import. with the latest CVS build of 1.0.5.14

on a different note, adding a kill process for the ehrecvr.exe that runs on MCE systems may be a worthwhile addition. i know there a few people who were having the same issues i was having with it.

Cheers
The import works for me.
try to rename the tvdatabase (so u can revert) and try again. Sometimes they change the format or a wierd character get stuck in the databse



//Lasse
 
A

Anonymous

Guest
to get the import working i had to put a file called xmltv.exe in the same directory as my xml file. eventhough it doesn't use the xmltv.exe, it wouldn't import the xml file it unless it was there.
 
A

Anonymous

Guest
Hi,

I have just started to use MP today. I am using a NOVA-T card in the UK and have come across the same bug whereby it stops autotuning after 4 channels

callstack

System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.TV.Recording.DVBGraphBDA.StoreChannels(Boolean radio, Boolean tv) in D:\mediaportal\TVCapture\DVBGraphBDA.cs:line 2321

I downloaded the latest CVS and compiled and debugged the program

I have traced the error down to

public void StoreChannels(bool radio, bool tv)
{
try
{
for (int i=0; i < transp.channels.Count;++i)
{
DVBSections.ChannelInfo info=(DVBSections.ChannelInfo)transp.channels;

//i added
if info.service_name == null || info.service_provider_name == null )
{ continue; }
// to prevent Trim being called on NULL
info.service_name=info.service_name.Trim();
info.service_provider_name==String.Empty)

The error is clearly in the getting of the ChannelInfo structure as I still only get 6 channels. I have not debugged the Interop stuff as its 1 in the morning in the UK and its time for bed !

Can anyone pass this info on to those in the know?
 
A

Anonymous

Guest
Could anyone send me their

TVDatabaseV12.db

database if they use dvb-t in the UK as then I will be able to use MP.

Thanks in advance.

charliedurrant at g mail dot com
 

Dordo

Portal Pro
December 3, 2004
82
0
Had some more sucess with this build over others, my Xpert DVB-T card finally works somewhat, although I can only pick up one channel at the moment, even when inputting the other frequencies manually I still can not watch them or even change channels. See http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?t=3914
for a description of a problem I have had with Autotuning. Its a JIT report I receive after auto tuning. While it pickes up the first station properly and says its find all the other stations at the correct frequencies none are added.
 
R

riegel

Guest
SePPiE said:
also said it in other post... Skystar 2 works with recording, timeshifting and plugins (pmcam, teletext, and other popular one's :p )
It's perfect :).

Which release of pmcam do you use Seppie ?
In my configuration doesn't work.

SS2 it's perfectly installed and configured without mdaplugins set works perfect on the FTA channels.

I got two kinds of errors

1) Enterin' the tv sections a windows:
"failed to load resource from resource file Pleas check your setup"

and then

2) "runtime error 216 at ......"

Someone could help me pls ?
Tnx in advance
Riegel
 

SePPiE

Portal Pro
December 6, 2004
66
0
The Netherlands
Latest current version of PMCAM...
are you really running latest cvs ver? and also don't forget to edit the channels in configuration screen and set the ECM pid to the one for SECA2..(Use other DVB program to get the ECM pid values)...
 
R

riegel

Guest
SePPiE said:
Latest current version of PMCAM...
are you really running latest cvs ver? and also don't forget to edit the channels in configuration screen and set the ECM pid to the one for SECA2..(Use other DVB program to get the ECM pid values)...

Tnx 4 reply Seppie
As Frodo tips in this tread I installed 0.1.5.0.1 first and then this http://home.exetel.com.au/bionicdonkey/files/MediaPortal.20050114-cvs.rar
Also edited as u suggested the ecmpid
I don't know what else I can do ?! :(
 

Users who are viewing this thread

Similar threads

  • Sticky
All good now!!
All good now!!
We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
Replies
2
Views
470
  • Sticky
Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the next release. We allocate about one month for Pre Release testing. In that time we will only fix bugs, after which comes the final release! Highlights of this release Bugfixes: [MP1-5221] - Core: Fix...
Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
Replies
0
Views
1K
I eventually came across the TwinHan driver CD that was included with the original product. The CD contains numerous drivers for the different TwinHan tuner models, but the drivers are for Win 2K (32-bit only) and Win XP (32-bit and 64-bit). The drivers install directly on Vista, and the drivers can be installed on Win 7 and Win 10...
I eventually came across the TwinHan driver CD that was included with the original product. The CD contains numerous drivers for...
Hi, went from a 1.29 install (working, reinstalled for other reasons) on a fairly fresh and fully updated Windows 10 system for a...
Replies
24
Views
2K
We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core: Fix FrameGrabbing for EVR [MP1-5222] - TV Server: Fix ISO-8859-10/14 DVB text encodings [MP1-5224] - Fix Card "CancelTune" request Since Pre-Release : New: Since Pre-Release : Improvement / Rework...
We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
Replies
0
Views
2K
You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
Hello, Because I was annoyed with closing MP, launch config, modify setting and start MP again, I decided to give MP the ability...
Replies
5
Views
3K
Top Bottom