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

(egg in face) I had to dnld SD plugin mpe1 to re install. trying again Thnx
(egg in face) I had to dnld SD plugin mpe1 to re install. trying again Thnx
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
40
Views
4K
  • 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
1K
Glad the problem was at least solved for you. But it's one of the issues nobody likes. It's bad to have bugs, but I prefer a clear error in logs with a solution behind ;)
Glad the problem was at least solved for you. But it's one of the issues nobody likes. It's bad to have bugs, but I prefer a clear...
Good morning, I am using MP2 since several years on a Win10 machine and now switched to a new PC with Win11. After installation, I...
Replies
33
Views
2K
You are right, the one on the repository is correct, not sure how I ended up with a different version. See attached the incorrect version I ended up with.
You are right, the one on the repository is correct, not sure how I ended up with a different version. See attached the incorrect...
We have just released MediaPortal 1.32 Halloween Thanks to the great work of our new developer Pablik we are now able to present...
Replies
33
Views
4K
@Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
@Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
Replies
1
Views
550
Top Bottom