Polish channels (1 Viewer)

piernik

Portal Pro
October 22, 2008
141
26
There is polish grabber telemagazyn.com.pl but this site doesn't exists anymore. Correct address is telemagazyn.pl

Someone can correct it :)
 

kesar

MP Donator
  • Premium Supporter
  • August 4, 2008
    154
    7
    Warsaw
    Home Country
    Poland Poland
    Did you configure the web EPG grabber for polish channels? I tried few months ago, but I gave up.
     

    Uran

    New Member
    October 24, 2008
    2
    0
    Warsaw
    Home Country
    Poland Poland
    Polish Grabber

    Hi

    For Polish grabber you must do few tricks:

    1. Download www_telemagazyn_pl.xml and replace existing one with new grabber
    Grabber file should be: C:\Documents and Settings\All Users\Dane aplikacji\Team MediaPortal\MediaPortal TV Server\WebEPG\grabbers\PL (if you install mediaportal in default directory)
    2. Download channels.xml and replace existing one
    channels.xml file should be: C:\Documents and Settings\All Users\Dane aplikacji\Team MediaPortal\MediaPortal TV Server\WebEPG\channels

    And thats all (but it's a first version and have only 50 channels)

    Now if you want have more channels see below:

    Edit channels.xml find line:

    Code:
    <section name="1390">
        <entry name="ChannelID">comedycentral.pl</entry>
        <entry name="FullName">Comedy Central</entry>
      </section>
    And add new channel.

    For example if you want to add Wedding TV
    a) You add new section

    Code:
    <section name="1390">
        <entry name="ChannelID">comedycentral.pl</entry>
        <entry name="FullName">Comedy Central</entry>
      </section>
    <section name="[B]1391[/B]">
        <entry name="ChannelID">weddingtv.pl</entry>
        <entry name="FullName">[B]Wedding TV[/B]</entry>
      </section>

    b) Now you must find line:
    Code:
    section name="ChannelInfo">
        <entry name="TotalChannels">[B]1391[/B]</entry>
      </section>
    And change value from 1391 to 1392

    c) Now you must find line:
    Code:
    <section name="PL">
    Add new entry (example for wedding tv)
    Code:
    <entry name="51">1390</entry>
    <entry name="[B]52[/B]">[B]1391[/B]</entry>
    And change value
    Code:
    entry name="TotalChannels">[B]52[/B]</entry>
    From 52 to 53

    d) Save this file.

    Now edit www_telmagazyn_pl.xml

    e) Add new line: (example wedding tv)
    Code:
    <Channel id="comedycentral.pl" siteId="189" />
    [B]<Channel id="weddingtv.pl" [COLOR="Lime"]siteId[/COLOR]="245" />[/B]
    IMPORTANT siteId is in programyall2.txt (it's too long list to paste it here)

    f) Save this file.

    that's all folks

    Ps. I'm working for some more PL grabbers just wait there will be soon :D
     

    Attachments

    • www_telemagazyn_pl.xml
      30.7 KB
    • channels.xml
      30.6 KB
    • programyall2.txt
      30.6 KB

    Users who are viewing this thread

    Similar threads

    Thank you for confirming that U&W works for you. I ended up deleting U&W and rescanning for channels. That fixed the issue.
    Thank you for confirming that U&W works for you. I ended up deleting U&W and rescanning for channels. That fixed the issue.
    I have setup Refresh DVB EPG so that BBC One is the grabber channel (which is meant to grab all available channels) but the U&W...
    Replies
    2
    Views
    456
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    2K
    i think info but I'm really not sure
    i think info but I'm really not sure
    When I import new films using Moving Pictures, it takes an incredibly long time for the information to be found and downloaded...
    Replies
    3
    Views
    1K
    GitHub - jesmannstl/zap2xml: Automate TV guides to XMLTV much faster rewrite pulls full 14 day lineup in seconds. If pulling multiple lineups GitHub - jesmannstl/tvmerge: An updated and faster tvmerge utility merges 2 or more xmltv files. Both written in node.js.
    GitHub - jesmannstl/zap2xml: Automate TV guides to XMLTV much faster rewrite pulls full 14 day lineup in seconds. If pulling...
    Today I reached the end of my guide data. Upon researching what went wrong, I learned zap2it.com is dead. So zap2xml.exe doesn't...
    Replies
    13
    Views
    10K
    I should point out that the developers have not formally left the project, and development has not formally stopped. The developers have instead simply "faded away", gradually spending less and less time on MP2 until the present, when they spend no time on MP2. But one or more of the developers might return next week! It is impossible...
    I should point out that the developers have not formally left the project, and development has not formally stopped. The developers...
    Hi Folks, I need some help with fixing the Problem that MP2 doesn't keep the sorted Order of Channels in TV-Configuraiton. I am...
    Replies
    10
    Views
    4K
    Top Bottom