(original thread) US/Canadian/Mexico EPG Zap2it Plugin Released (1 Viewer)

Status
Not open for further replies.

patrick

Portal Pro
April 20, 2005
608
45
Southeast
Home Country
United States of America United States of America
MANY MANY thanks patrick!

I ran the Zap2itPlugin.v1.6-Post10456-SVN-BIN.zip file you provided against the latest SVN (Rev 10586) and it worked perfectly from what I can tell.

I started with NO TV Channels and now the TVDatabaseV21.db3 file is now 27.2 MB and fully populated with my zap2it account channels.

The entire process took about 20 minutes from first starting MediaPortal.

I did have to go into Televsion -> TV Channels-> TV Cards: and map each available TV Channel to the correct TV Card.

I also had to go into Television->TV Channels
and edit the ATSC channels just as you described in the above posts.

I also had to Autotune my ATSC channels but this was to be expected.

Thanks again!

Glad it seems to be working ok.

I posted in the developer forum and put a patch on SF about
the ATSC channel edits, so maybe one of the MP devs will look at it.

patrick
 

hobbes487

Portal Pro
August 25, 2005
208
3
Home Country
United States of America United States of America
I have been having problems with this plugin. I had version 1.5 installed and it worked perfectly until a couple weeks ago. I would get pop up saying the EPG had been loaded successfully, but the guide was empty.

I then downloaded Zap2itPlugin.v1.6-StableTree-Pre10456-SVN-BIN.zip and installed that. It doesn't work either. It just keeps giving the successfully loaded EPG popup, but the guide doesnt update.
 

patrick

Portal Pro
April 20, 2005
608
45
Southeast
Home Country
United States of America United States of America
I have been having problems with this plugin. I had version 1.5 installed and it worked perfectly until a couple weeks ago. I would get pop up saying the EPG had been loaded successfully, but the guide was empty.

I then downloaded Zap2itPlugin.v1.6-StableTree-Pre10456-SVN-BIN.zip and installed that. It doesn't work either. It just keeps giving the successfully loaded EPG popup, but the guide doesnt update.

Can you post your epg log after an update
(you can force an epg update on next loading in the plugin configuration)
to http://pastebin.team-mediaportal.com

So are you say your guide is COMPLETELY empty and you are getting the
successfully loaded EPG popup or just some channels no longer have data?

If you updated your MP install or exported and imported your channel list
you may have to re auto-tune your channels.

patrick
 

mzemina

Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,064
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    patrick - Isn't there a method to force the EPG even though you don't have a TV tuner card in this computer? I used to be able to do it but can't with the Zap2itPlugin.v1.6-StableTree-Pre10456-SVN-BIN.zip
     

    patrick

    Portal Pro
    April 20, 2005
    608
    45
    Southeast
    Home Country
    United States of America United States of America
    patrick - Isn't there a method to force the EPG even though you don't have a TV tuner card in this computer? I used to be able to do it but can't with the Zap2itPlugin.v1.6-StableTree-Pre10456-SVN-BIN.zip


    Looks like my first reply got pushed to the previous page.

    The plugin will only match analog lineups if there is already
    epgMapping present in the database for a channel OR it will try
    to "find" a match IF a frequency is present for the channels (from the Autotune).

    So you have a few options.

    If your lineup IS digital you can remove all your channels from MP,
    set the plugin to auto-add digital channels and it will auto-add
    them all even without a TV Card (or autotune) and set them as external.

    If your lineup is NOT digital your best bet is to
    Export/backup the channel list from your existing "good"
    install and import them to your install with no TV card.
    This should contain channel and frequency information
    allowing the zap2it plugin to attempt to "find" matches.

    If one of these does not match what you need let me know.

    HTH,
    patrick
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,064
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    ...If your lineup is NOT digital your best bet is to
    Export/backup the channel list from your existing "good"
    install and import them to your install with no TV card.
    This should contain channel and frequency information
    allowing the zap2it plugin to attempt to "find" matches.

    If one of these does not match what you need let me know.

    HTH,
    patrick

    Well my lineup is not digital and I did backup from the good install and performed a restore on this computer. No problems yet.
    Brought up MP and then got the dialog/poup "Unable to process any channels, have you done an autotune in setup?"

    View attachment 434
     

    hobbes487

    Portal Pro
    August 25, 2005
    208
    3
    Home Country
    United States of America United States of America
    I have been having problems with this plugin. I had version 1.5 installed and it worked perfectly until a couple weeks ago. I would get pop up saying the EPG had been loaded successfully, but the guide was empty.

    I then downloaded Zap2itPlugin.v1.6-StableTree-Pre10456-SVN-BIN.zip and installed that. It doesn't work either. It just keeps giving the successfully loaded EPG popup, but the guide doesnt update.

    Can you post your epg log after an update
    (you can force an epg update on next loading in the plugin configuration)
    to http://pastebin.team-mediaportal.com

    So are you say your guide is COMPLETELY empty and you are getting the
    successfully loaded EPG popup or just some channels no longer have data?

    If you updated your MP install or exported and imported your channel list
    you may have to re auto-tune your channels.

    patrick


    I posted the log here: http://pastebin.team-mediaportal.com/10858


    EDIT -- I re-autoscaned the channels and that seemed to work. Thanks!
     

    patrick

    Portal Pro
    April 20, 2005
    608
    45
    Southeast
    Home Country
    United States of America United States of America
    Well my lineup is not digital and I did backup from the good install and performed a restore on this computer. No problems yet.
    Brought up MP and then got the dialog/poup "Unable to process any channels, have you done an autotune in setup?"

    Strange, I wonder if the channel frequencies got lost somewhere.

    If your channels are listed in the configuration.exe you can try
    this work around:

    --- DO NOT DO THIS ON THE PC WITH A TV CARD ---
    Using the SQLite Database Browser in the docs folder
    open your TVDatabase, goto the execute sql tab

    Use the SQL:
    update channel set frequency=1111000 where frequency=0

    Select the execute sql button. Error message should say "No error"

    Save the database, close the database and the SQLite Database browser
    and re-start MP.

    Let me know if this works or not.
    Please post your epg log if it still does not work.

    HTH,
    patrick
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,064
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    ...
    If your channels are listed in the configuration.exe you can try
    this work around:

    --- DO NOT DO THIS ON THE PC WITH A TV CARD ---
    Using the SQLite Database Browser in the docs folder
    open your TVDatabase, goto the execute sql tab

    Use the SQL:
    update channel set frequency=99 where frequency=0

    Select the execute sql button. Error message should say "No error"

    Save the database, close the database and the SQLite Database browser
    and re-start MP.

    Let me know if this works or not.
    Please post your epg log if it still does not work...

    Performed work-around, everything seemed to work with the SQLBrowser tool.
    Started up MP, no change. below is the epg.log:
    Code:
    0/5/2006 9:42:51 AM Zap2it EPG Client: version 1.6.2463 starting
    10/5/2006 9:42:51 AM Date of last program entry in database currently 1/1/0001 12:00:00 AM
    10/5/2006 9:42:51 AM Configured to grab 7 days of EPG data
    10/5/2006 9:42:51 AM Scheduling first poll for Zap2it listings at 10/5/2006 9:43:06 AM
    10/5/2006 9:43:06 AM Starting EPG refresh job on thread #3
    10/5/2006 9:43:06 AM UTC time is 10/5/2006 2:43:06 PM, local time is 10/5/2006 9:43:06 AM (DST is True)
    10/5/2006 9:43:06 AM RemoveOldPrograms()
    10/5/2006 9:43:06 AM sql:DELETE FROM tblPrograms WHERE iEndTime < '20061004000000'
    10/5/2006 9:43:06 AM sql:DELETE FROM canceledseries where iCancelTime < '20061004000000'
    10/5/2006 9:43:06 AM RemoveOldPrograms done
    10/5/2006 9:43:06 AM vacuum done
    10/5/2006 9:43:07 AM Requesting 24 hours of program listings from [10/5/2006 9:43:07 AM] to [10/6/2006 9:43:07 AM]
    10/5/2006 9:43:10 AM Processing lineup Local Broadcast Listings [id=PC:74112 type=LocalBroadcast postcode=74112]
    10/5/2006 9:43:10 AM Could not find a match for KJRH/2
    10/5/2006 9:43:10 AM Could not find a match for KOED/11
    10/5/2006 9:43:10 AM Could not find a match for KOTV/6
    10/5/2006 9:43:10 AM Could not find a match for KTUL/8
    10/5/2006 9:43:10 AM Could not find a match for KWHB/47
    10/5/2006 9:43:10 AM Could not find a match for KOKI/23
    10/5/2006 9:43:10 AM Could not find a match for KDOR/17
    10/5/2006 9:43:10 AM Could not find a match for KQCW/19
    10/5/2006 9:43:10 AM Sucessfully processed 0 of 8 channels
    10/5/2006 9:43:10 AM WARNING: Skipping schedule import (no channels sucessfully processed)
    10/5/2006 9:43:10 AM Removing any overlapping programs
    10/5/2006 9:43:10 AM Committing the transaction
    10/5/2006 9:43:10 AM Scheduling next poll for 10/6/2006 6:06:45 AM

    I think I am missing simple, but it is going right past me.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom