Jump to content


Photo

EPG for IPTV channels


  • Please log in to reply
681 replies to this topic

Re: EPG for IPTV channels #441 skywol

  • Member
  • 17 posts

0
Neutral

Posted 19 March 2021 - 19:20

the problem is the enigma2 firmware that does not support xz formats, that's why epg better pf them in xz, gz and xml formats, depending on the device you use you put the link with the right extension, I know it's a space problem , okay if you can't do anything



Re: EPG for IPTV channels #442 WanWizard

  • PLi® Core member
  • 68,612 posts

+1,739
Excellent

Posted 19 March 2021 - 19:32

Every OS that can run Enigma2 can handle xs files, xz support is available for Python 2 for a long time, and since they are source files, installing them is not a big challenge.

 

And It is not only a space problem, also a bandwidth problem.

 

To give an example, my server only accepts requests from real Enigma2 clients, and hits 250Mbps in downloads every morning (which is its cap). If more formats and potentionally more clients need to be supported, you can forget propping this up with some "home" servers...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: EPG for IPTV channels #443 Pr2

  • PLi® Contributor
  • 6,075 posts

+257
Excellent

Posted 21 March 2021 - 08:51

The switch from gz to xz has been done long time ago, and there was a transition period to allow people to adapt there software. You just have to complain to your android app developer if they don't update there software accordingly or use an up to date version of it. The recent enigma2 plugin dealing with xmltv format should have the .xz support.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: EPG for IPTV channels #444 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 18 April 2021 - 22:08

Hi doglover

 

I am struggling to write a siteini for Polish Radio and at the moment I managed to get such a log from webgrab.

 

Please tell me if it is not possible to get the epg from this page or if I am doing something wrong.

Does it make sense to keep fighting?

 

https://player.polskieradio.pl/

 

URL examples for several programs.

https://apipr.polskieradio.pl/api/schedule?Program=6&SelectedDate=2021-04-18

https://apipr.polskieradio.pl/api/schedule?Program=11&SelectedDate=2021-04-18

[ ] Job started at 18/04/2021 22:28:14
[ Debug ]
[ Debug ] Running on: Microsoft Windows NT 6.2.9200.0
[ Debug ] Environment: 4.0.30319.42000
[ Debug ]
[ Debug ] Loading timezone data
[ Debug ] Embedded timezones source: timezone.timezonesdata.txt
[ Debug ] Reading config file: C:\Users\kamoz\AppData\Local\WebGrab+Plus\WebGrab++.config.xml
[ Info ] Checking License ..
[ Info ] For License request/update data, see WGLicense.log.txt
[ Debug ]
[ Info ] found: C:\Users\kamoz\AppData\Local\WebGrab+Plus\siteini.pack\Poland\polskieradio.pl.ini -- Revision 00
[ Debug ] xmltv input file - C:\Users\kamoz\AppData\Local\WebGrab+Plus\guide.xml - found
[ Debug ] 0 superfluous shows removed
[ Info ] Found existing channel (xmltv_id=PR Jedynka) in the config file
[ Info ]
[ Info ]
[ Info ] i=index .=same c=change g=gab r=replace n=new
[ Info ]
[ Info ]
[ Info ] Group (0) :
[ Info ] update requested for - 1 - out of - 1 - channels for 8 day(s)
[ Debug ]
[ Info ] ( 1/1 ) POLSKIERADIO.PL -- chan. (xmltv_id=PR Jedynka) -- mode Incremental
[Warning ]
[Warning ] !! -- WARNING : polskieradio.pl doesn't allow epg grabbing !!
[Warning ] it is advised to disable this channel / site from your channel list
[Warning ]

My Siteini file

**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: player.polskieradio.pl
* @MinSWversion: 3.1
* @Revision 0 - [23/03/2021] azman
*  - creation
* @Remarks: nil
* @header_end
**------------------------------------------------------------------------------------------------
site {url=player.polskieradio.pl|timezone=Europe/Warsaw|maxdays=7|cultureinfo=pl-PL|charset=UTF-8|titlematchfactor=90}
site {ratingsystem=PL|episodesystem=onscreen}
*
url_index{url|https://apipr.polskieradio.pl/api/program/|urldate|/|channel|?days=7}}
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
urldate.format {datestring|dd-MM-yyyy} 
*
index_showsplit.scrub {regex||\{"AntenaId":.*?\]\},||}
index_start.scrub {regex||<p class="schedule__programHour false">(\d{2}:\d{2})</p>||}
index_title.scrub {regex||<h2 class="schedule__programTitle false">(.*?)</h2>||}
index_description.scrub{regex||<p class="subline">(.*?)</p>||} 
*
**  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
**      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
**
** @auto_xml_channel_start
*url_index{url|https://player.polskieradio.pl}
*index_site_id.scrub {single|site_suite: "via||"}
*index_site_channel.scrub {single|<meta content="||:}
** @auto_xml_channel_end

Attached Files


Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #445 doglover

  • Rytec EPG Team
  • 17,013 posts

+639
Excellent

Posted 19 April 2021 - 09:51

Try this.

Could not make the channel list automatic.

The attached contains the channels I could manually add

Attached Files


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #446 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 19 April 2021 - 16:08

Many thanks to you.

Everything works as it should be.

 

I would have been fighting for a few more weeks with this. 

 

I wrote in the ini file * @Revision 1 - [19/04/2021] doglover [RytecTeam]. Do you allow these files to be shared as requested.

I will read more about the recommended encryption on the Webgrab Plus forum.

 

Thanks again for your time.


Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #447 doglover

  • Rytec EPG Team
  • 17,013 posts

+639
Excellent

Posted 20 April 2021 - 06:52

Of course you can share it.

No problem.


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #448 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 19 July 2021 - 21:14

Hi @doglover

There is a chance that you will help me write site.ini to "https://myradioonline.pl/program" in your free time.

Due to the age of 40+, it will be rather difficult for me to handle it myself. Despite trying, I fail.

I do not hide that I hope that most of the code will be written by you.
Reply yes or no or it is not possible.

 

 

The previous site.ini file for Polish radio that you wrote works like crazy. Thank you again for him.

 

regards


Edited by azman, 19 July 2021 - 21:17.

Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #449 doglover

  • Rytec EPG Team
  • 17,013 posts

+639
Excellent

Posted 20 July 2021 - 07:34

I do not see the logic behind this website yet.

The schedules are not retrived with an URL, but with a script.

 

At the moment the answer is no.  Not because I do not want, but just because it is a problem.

 

f.i. one should expect this gives the schedule:

https://myradioonline.pl/public/jsv210717145653/jquery.schedule.js?_=1626762347008

But one gets:

function Schedule() {

var self = this;
this.bindEnd = {};

this.init = function () {
  if (!$(".schedule-cont").length) {
   return;
  }  this.bindPicker();
  this.bindFilter();}

this.bindPicker = function(){
 
  $('.schedule-form .datepicker').click(function(){
   if(!self.bindEnd['picker'] && typeof($.datepicker) !== 'undefined'){
    self.bindEnd['picker'] = true;
    $(this).datepicker( "option", "onSelect", function(dateText){
     self.refreshList(dateText);
    });
   }
  });
 
}

this.refreshList = function(date){
 
  if(!date){
   return;
  }
 
  $.ajax({
   'method' : 'post',
   'data' : { 'schedule' : { 'date' : date } },
   'dataType' : 'json'
  }).done(function(resp){
   $('.schedule-table').html(resp['html']);
   $(window).trigger('scroll');
  });
 
}
this.bindFilter = function () {
 
}this.init();
}
$(document).ready(function () {
new Schedule();
});

 


Edited by doglover, 20 July 2021 - 07:36.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: EPG for IPTV channels #450 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 27 August 2021 - 18:46

Thank you for your interest in the topic and your time.
It's hard that you can't download the EPG from this site. It contains really large amounts of EPG for radio stations from several European countries.
I wonder what sources this website uses?
 
regards

Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #451 sefer359

  • Member
  • 5 posts

0
Neutral

Posted 29 August 2021 - 08:21

Turkey epg adden ?

SM-G950F cihazımdan Tapatalk kullanılarak gönderildi

Re: EPG for IPTV channels #452 brkonny

  • Member
  • 24 posts

0
Neutral

Posted 12 September 2021 - 19:43

Hello!

 

Serbian EPG's (SBB, MTS) seem to be down ATM. Could you find a way to fix them if possible?

 

Thanks in advance!



Re: EPG for IPTV channels #453 PK/PKS

  • Member
  • 5 posts

0
Neutral

Posted 13 September 2021 - 01:38

 

I do not see the logic behind this website yet.

The schedules are not retrived with an URL, but with a script.

 

At the moment the answer is no.  Not because I do not want, but just because it is a problem.

 

 

 

Maybe this will lead you on a trail.

 

for example, from Response

 

https://myradioonlin.../vox-fm/program

<div class="txt1 anim" itemprop="name" title="VOX FM">VOX FM</div>
<!-- <!DOCTYPE html><html lang="pl" data-locale="pl_PL" data-time-zone="7200"> <head><meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Programy VOX FM, ramówka - MyRadioOnline - Radio Online - Radia internetowe online w jednym miejscu</title> <base href="https://myradioonline.pl"><meta name="theme-color" content="#101123"><meta name="supported-color-schemes" content=""><link rel="manifest" href="/manifest.webmanifest"><meta property="fb:admins" content="100007097701432"/> <meta name="description" content="U nas z tygodniowym wyprzedzeniem znajdziesz program audycji VOX FM i najważniejsze informacje powiązane, jak np. imiona i nazwiska prowadzących, lub zapowiedzi audycji." /> <meta name="keywords" content="Programy radiowe" /><meta property="fb:pages" content="" /><meta name="google-play-app" content="app-id=pl.myonlineradio.onlineradioapplication"><meta name="apple-itunes-app" content="app-id=1507931844"><meta property="og:site_name" content="MyRadioOnline"/><meta property="fb:app_id" content="702858859794237" /> <meta property="og:url" content="https://myradioonline.pl/vox-fm/program" /> <meta property="og:title" content="Programy VOX FM, ramówka - MyRadioOnline - Radio Online - Radia internetowe online w jednym miejscu" /> <meta property="og:description" content="U nas z tygodniowym wyprzedzeniem znajdziesz program audycji VOX FM i najważniejsze informacje powiązane, jak np. imiona i nazwiska prowadzących, lub zapowiedzi audycji." /> <meta property="og:image" content="https://myradioonline.pl/public/uploads/radio_img/vox-fm/fb_cover.png" /><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="myonlineradiohu"><meta name="twitter:title" content="MyRadioOnline"><meta name="twitter:description" content="U nas z tygodniowym wyprzedzeniem znajdziesz program audycji VOX FM i najważniejsze informacje powiązane, jak np. imiona i nazwiska prowadzących, lub zapowiedzi audycji."><meta name="twitter:creator" content="myonlineradiohu"><meta name="twitter:image:src" content="https://myradioonline.pl/public/uploads/radio_img/vox-fm/fb_cover.png"> <link rel="icon" href="https://myradioonline.pl/public/img/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="https://myradioonline.pl/public/img/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" href="https://myradioonline.pl/public/img/launcher/logo_192.png"><link rel="canonical" href="https://myradioonline.pl/vox-fm/program"/><link rel="stylesheet" href="https://myradioonline.pl/public/cssv210726224916/site-top.mini.css" type="text/css" media="screen"><link rel="preload" href="https://myradioonline.pl/public/fonts/iconmoon210105/icomoon.woff" as="font" crossorigin><link rel="preconnect" href="https://www.google-analytics.com"><link rel="preconnect" href="https://static.doubleclick.net"><!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <link rel="stylesheet" href="https://myradioonline.pl/public/css/ie.css" type="text/css" media="screen"><![endif]--> </head> <body style="margin:0;" data-cache="210913_000147" class="main adsAllow radioListV2 opt-mobil-view isSubPage" data-cookiec="ttv7" data-fb-api-id="702858859794237"><div id="main"> <div class="bg2"></div><div class="bg3"></div> <div class="container"><div class="row"> <div class="span2"></div><div class="span10" > <header><div class="logo_wrapper"><a title="MyRadioOnline" href="https://myradioonline.pl" class="logo"><img width="230" height="90" src="https://myradioonline.pl/public/img/logo/myradioonline_pl.png" alt="MyRadioOnline - Radio Online - Radia internetowe online w jednym miejscu" title="MyRadioOnline - Radio Online - Radia internetowe online w jednym miejscu"></a><div class="flags-cont"><div class="js-fs-left fa-angle-left"></div><div class="flags-cont-outer"><div class="flags-cont-inner"><a class="flag-icon flag-icon-squared flag-icon-de" target="_blank" rel="noopener" title="Deutschland - MyOnlineRadio.de" href="https://myonlineradio.de"></a><a class="flag-icon flag-icon-squared flag-icon-uk" target="_blank" rel="noopener" title="United Kingdom - UKRadioLive.com" href="https://ukradiolive.com"></a><a class="flag-icon flag-icon-squared flag-icon-hu" target="_blank" rel="noopener" title="Magyarország - MyOnlineRadio.hu" href="https://myonlineradio.hu"></a><a class="flag-icon flag-icon-squared flag-icon-ie" target="_blank" rel="noopener" title="Ireland - IrishRadioLive.com" href="https://irishradiolive.com"></a><a class="flag-icon flag-icon-squared flag-icon-at" target="_blank" rel="noopener" title="Österreich - MyOnlineRadio.at" href="https://myonlineradio.at"></a><a class="flag-icon flag-icon-squared flag-icon-ro" target="_blank" rel="noopener" title="România - MyRadioOnline.ro" href="https://myradioonline.ro"></a><a class="flag-icon flag-icon-squared flag-icon-sk" target="_blank" rel="noopener" title="Slovensko - MyOnlineRadio.sk" href="https://myonlineradio.sk"></a><a class="flag-icon flag-icon-squared flag-icon-es" target="_blank" rel="noopener" title="España - MyRadioOnline.es" href="https://myradioonline.es"></a></div></div><div class="js-fs-right fa-angle-right"></div><div class="clear"></div></div></div></header> <div class="top1 clearfix _bannerTop1"></div><div class="box2"><div class="menu_wrapper slim"><div class="navbar navbar_"><!-- <div class="navbar-inner navbar-inner_"> --><a class="btn btn-navbar btn-navbar_" data-toggle="collapse" data-target=".nav-collapse_"><div class="over1"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div><div class="txt1">Nawigacja</div></a><div class="nav-collapse nav-collapse_ collapse"><ul class="nav sf-menu clearfix" data-d="pl" itemscope itemtype="https://schema.org/SiteNavigationElement"><li class=" menu1"><a itemprop="url" href="https://myradioonline.pl/"><div class="over1 _menu1"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Strona główna">Strona główna</div><div class="txt2 anim" title="myradioonline.pl">myradioonline.pl</div></a></li><li class="active menu2"><a itemprop="url" href="https://myradioonline.pl/vox-fm"><div class="over1 _menu2"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="VOX FM">VOX FM</div><div class="txt2 anim" title="Powrót na stronę VOX FM">Powrót na stronę VOX FM</div></a></li><li class=" menu3"><a itemprop="url" href="https://myradioonline.pl/vox-fm/playlista"><div class="over1 _menu3"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Playlista">Playlista</div><div class="txt2 anim" title="Dowiedz się co było grane dotąd">Dowiedz się co było grane dotąd</div></a></li><li class="marchive menu4"><a itemprop="url" href="https://myradioonline.pl/vox-fm/archiv"><div class="over1 _menu4"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Archiwum">Archiwum</div><div class="txt2 anim" title="VOX FM wcześniejsze transmisje">VOX FM wcześniejsze transmisje</div></a></li><li class=" menu5"><a itemprop="url" href="https://myradioonline.pl/vox-fm/czestotliwosc"><div class="over1 _menu5"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Częstotliwości">Częstotliwości</div><div class="txt2 anim" title="VOX FM częstotliwość">VOX FM częstotliwość</div></a></li><li class=" menu6"><a itemprop="url" href="https://myradioonline.pl/kontakt"><div class="over1 _menu6"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Kontakt">Kontakt</div><div class="txt2 anim" title="Napisz do nas">Napisz do nas</div></a></li><li class=" onmobile menu1"><a itemprop="url" href="https://myradioonline.pl/umieszczenie-radia-na-wlasnej-stronie-www"><div class="over1 _menu1"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Umieszczenie radia">Umieszczenie radia</div><div class="txt2 anim" title="Umieszczenie w stronie internetowej">Umieszczenie w stronie internetowej</div></a></li><li class=" onmobile menu2"><a itemprop="url" href="https://myradioonline.pl/partnerzy-radiowi"><div class="over1 _menu2"></div><div class="over2"></div><div class="txt1 anim" itemprop="name" title="Partnerzy">Partnerzy</div><div class="txt2 anim" title="Partnerzy radiowi">Partnerzy radiowi</div></a></li></ul></div><!-- </div> --></div> </div><div class="social_wrapper"><ul class="social clearfix" itemscope itemtype="http://schema.org/Organization"><meta itemprop="name" content="MyRadioOnline - Radio Online - Radia internetowe online w jednym miejscu" /><meta itemprop="url" content="https://myradioonline.pl" /><li class="iosli "><a itemprop="sameAs" target="_blank" rel="noopener" title="Aplikacja MyRadioOnline na IOS" href="https://itunes.apple.com/app/id1507931844" data-toggle="tooltip" data-placement="top"><div class="socialImgCont social_apple fa-apple"></div><em></em></a></li><li class="androidli droidli"><a itemprop="sameAs" target="_blank" rel="noopener" title="Aplikacja MyRadioOnline na Androida" data-def-url="https://play.google.com/store/apps/details?id=pl.myonlineradio.onlineradioapplication&referrer=start_with%3Dvox-fm%26source%3Dmyradioonline.pl" href="https://play.google.com/store/apps/details?id=pl.myonlineradio.onlineradioapplication&referrer=start_with%3Dvox-fm%26source%3Dmyradioonline.pl" data-toggle="tooltip" data-placement="top"><div class="socialImgCont social_android fa-android"></div><em></em></a></li><li><a itemprop="sameAs" target="_blank" rel="noopener" title="MyRadioOnline.pl Facebook" href="https://www.facebook.com/myradioonlinepl" data-toggle="tooltip" data-placement="top" class="js-soialcFbPage"><div class="socialImgCont social_facebook fa-facebook"></div><em></em></a></li><li><a itemprop="sameAs" target="_blank" rel="noopener" title="VOX FM Messenger" href="https://m.me/voxfmpl" data-toggle="tooltip" data-placement="top"><div class="socialImgCont social_apple fa-messenger"></div><em></em></a></li><li class="search-menu"><div class="icon-search"><div class="search-row"><label for="_radioFilter1" class="radioOrderLabel searchLabel">Wyszukiwarka radia:</label><div class="controls radioSearchForm ajax-contact-form"> <form itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="GET" action="https://myradioonline.pl/wyszukiwarka"><meta itemprop="target" content="https://myradioonline.pl/wyszukiwarka?q={q}"/><input data-type="2" itemprop="query-input" autocomplete="off" type="text" placeholder="Nazwa twojego ulubionego radia ..." name="q" class="_radioFilter" id="_radioFilter1"><i class="fa fa-close" aria-hidden="true" title="Zamknij"></i><input type="submit" value="Wyślij"></form></div></div><i class="fa fa-search" aria-hidden="true" title="Wyszukiwarka radia" data-toggle="tooltip" data-placement="top"></i></div></li></ul></div><div class="row"> <div class="span7 autoWidth min-height-700"><div class="beforeH1"></div> <h1 class="noUpPadding">Programy VOX FM, ramówka</h1> <div class="clear_title"></div><div class="mbreadcrumb"><ol itemscope itemtype="http://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a title="Strona startowa" itemtype="http://schema.org/Thing" itemprop="item" href="/"><span itemprop="name">Strona startowa</span></a><meta itemprop="position" content="1" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a title="VOX FM" itemtype="http://schema.org/Thing" itemprop="item" href="/vox-fm"><span itemprop="name">VOX FM</span></a><meta itemprop="position" content="2" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a title="Programy VOX FM, ramówka" itemtype="http://schema.org/Thing" itemprop="item" href="/vox-fm/program"><span itemprop="name">Programy VOX FM, ramówka</span></a><meta itemprop="position" content="3" /></li></ol><div class="clear"></div></div> <p class="schedule-descr">U nas z tygodniowym wyprzedzeniem znajdziesz program audycji VOX FM i najważniejsze informacje powiązane, jak np. imiona i nazwiska prowadzących, lub zapowiedzi audycji. Nad programami radiowymi, za pomocą wyszukiwarki stacji radiowych możesz się przełączyć na inne radio lub za pomocą pola daty możesz ustawić, od którego dnia ma pokazywać programy radia. Jeśli ewentualnie zauważyłeś, że w naszej gazetce programowej występuje inna audycja niż ta, która akurat jest na antenie radia, proszę napisz nam poprzez <a href="/kontakt">stronę kontaktową</a> i poprawimy błąd jak najszybciej możliwe. Jeśli chciałbyś widzieć programy kilku stacji radiowych naraz, odwiedź ponownie wspólną stronę <a href="/program">gazetki programowej</a>.</p><div class="clear"></div><div class="schedule-form"><input autocomplete="off" data-type="2" data-extra-url="programyradiowe" id="_radioFilter" value="" name="name" class="search my-input _radioFilter" type="text" placeholder="Wyszukiwarka radia ..."><input autocomplete="off" value="13.09.2021" name="from" data-maxday="6" data-minday="0" class="datepicker my-input" type="text" placeholder="Od daty"><div class="clear"></div></div><div class="clear5"></div><div class="_horizontBannerWide top"></div><div class="clear20"></div><div class="archive-cont"><div class="archive-list js-archList schedule-list"><div class="schedule-cont"><div class="schedule-table my-masonry flex"><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-13"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">13.09.2021 Poniedziałek</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631505600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T06:00:00+02:00">06:00 - </span><span itemprop="name">Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="06:00" data-event-name="Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description">Norbert Bieńkowski, Paweł Pawelec, Konrad Piwowarski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631516400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T09:00:00+02:00">09:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631527200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T12:00:00+02:00">12:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Michał Zarzycki</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631538000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T15:00:00+02:00">15:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="15:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631548800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T18:00:00+02:00">18:00 - </span><span itemprop="name">Wielkie Halo Na Wakacje! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="18:00" data-event-name="Wielkie Halo Na Wakacje!"></span></div><div class="schedule-program-descr anim" itemprop="description">Przemek Sasowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631559600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-13T21:00:00+02:00">21:00 - </span><span itemprop="name">Jest Lato Jest Impreza! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="21:00" data-event-name="Jest Lato Jest Impreza!"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-14"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">14.09.2021 Wtorek</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631592000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T06:00:00+02:00">06:00 - </span><span itemprop="name">Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="06:00" data-event-name="Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description">Norbert Bieńkowski, Paweł Pawelec, Konrad Piwowarski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631602800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T09:00:00+02:00">09:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631613600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T12:00:00+02:00">12:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Michał Zarzycki</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631624400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T15:00:00+02:00">15:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="15:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631635200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T18:00:00+02:00">18:00 - </span><span itemprop="name">Wielkie Halo Na Wakacje! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="18:00" data-event-name="Wielkie Halo Na Wakacje!"></span></div><div class="schedule-program-descr anim" itemprop="description">Przemek Sasowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631646000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-14T21:00:00+02:00">21:00 - </span><span itemprop="name">Jest Lato Jest Impreza! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="21:00" data-event-name="Jest Lato Jest Impreza!"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-15"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">15.09.2021 Środa</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631678400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T06:00:00+02:00">06:00 - </span><span itemprop="name">Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="06:00" data-event-name="Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description">Norbert Bieńkowski, Paweł Pawelec, Konrad Piwowarski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631689200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T09:00:00+02:00">09:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631700000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T12:00:00+02:00">12:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Michał Zarzycki</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631710800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T15:00:00+02:00">15:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="15:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631721600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T18:00:00+02:00">18:00 - </span><span itemprop="name">Wielkie Halo Na Wakacje! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="18:00" data-event-name="Wielkie Halo Na Wakacje!"></span></div><div class="schedule-program-descr anim" itemprop="description">Przemek Sasowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631732400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-15T21:00:00+02:00">21:00 - </span><span itemprop="name">Jest Lato Jest Impreza! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="21:00" data-event-name="Jest Lato Jest Impreza!"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-16"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">16.09.2021 Czwartek</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631764800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T06:00:00+02:00">06:00 - </span><span itemprop="name">Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="06:00" data-event-name="Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description">Norbert Bieńkowski, Paweł Pawelec, Konrad Piwowarski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631775600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T09:00:00+02:00">09:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631786400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T12:00:00+02:00">12:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Michał Zarzycki</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631797200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T15:00:00+02:00">15:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="15:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631808000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T18:00:00+02:00">18:00 - </span><span itemprop="name">Wielkie Halo Na Wakacje! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="18:00" data-event-name="Wielkie Halo Na Wakacje!"></span></div><div class="schedule-program-descr anim" itemprop="description">Przemek Sasowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631818800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-16T21:00:00+02:00">21:00 - </span><span itemprop="name">Jest Lato Jest Impreza! <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="21:00" data-event-name="Jest Lato Jest Impreza!"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-17"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">17.09.2021 Piątek</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631851200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T06:00:00+02:00">06:00 - </span><span itemprop="name">Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="06:00" data-event-name="Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description">Norbert Bieńkowski, Paweł Pawelec, Konrad Piwowarski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631862000"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T09:00:00+02:00">09:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631872800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T12:00:00+02:00">12:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Michał Zarzycki</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631883600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T15:00:00+02:00">15:00 - </span><span itemprop="name">Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="15:00" data-event-name="Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631894400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T18:00:00+02:00">18:00 - </span><span itemprop="name">Best Lista <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="18:00" data-event-name="Best Lista"></span></div><div class="schedule-program-descr anim" itemprop="description">Krzysztof Skrzypkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631901600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-17T20:00:00+02:00">20:00 - </span><span itemprop="name">Jest Weekend Jest Impreza <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="20:00" data-event-name="Jest Weekend Jest Impreza"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-18"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">18.09.2021 Sobota</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631959200"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-18T12:00:00+02:00">12:00 - </span><span itemprop="name">Jest Weekend - Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Jest Weekend - Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Kamil Rutkowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1631984400"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-18T19:00:00+02:00">19:00 - </span><span itemprop="name">Jest Weekend Jest Impreza <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="19:00" data-event-name="Jest Weekend Jest Impreza"></span></div><div class="schedule-program-descr anim" itemprop="description">DJ Charis</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div><div class="schedule-col" data-url="/vox-fm" data-current-date="2021-09-19"><div class="schedule-col-head"><a href="/vox-fm/program" title="Programy VOX FM, ramówka" class="schedule-col-head-center"><div class="radio-logo js-lazyCont"><img class="js-img-lload" src="/public/img/1x1.png" data-lazy-load="https://myradioonline.pl/public/uploads/radio_img/vox-fm/list_45.png" height="45" alt="VOX FM" title="VOX FM"></div><div class="txt"><div>Programy VOX FM, ramówka</div><div class="schedule-date">19.09.2021 Niedziela</div></div><div class="clear_title"></div></a></div><div class="schedule-program-row-cont trimmed-text"><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1632034800"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-19T09:00:00+02:00">09:00 - </span><span itemprop="name">The Best Of Pierwsza Zmiana <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="09:00" data-event-name="The Best Of Pierwsza Zmiana"></span></div><div class="schedule-program-descr anim" itemprop="description"></div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div><div itemscope itemtype="http://schema.org/BroadcastEvent" class="schedule-program-row" data-time="1632045600"><div class="schedule-program-title anim"><span class="tt_time anim" itemprop="startDate" content="2021-09-19T12:00:00+02:00">12:00 - </span><span itemprop="name">Jest Weekend - Lato W Rytmie Hitów <span data-toggle="tooltip" data-placement="top" title="Poproś o powiadomienie, jeśli trwa ten program!" class="fa-bell-o js-bell-noti" data-event-type="schedule" data-event-id="163" data-event-time="12:00" data-event-name="Jest Weekend - Lato W Rytmie Hitów"></span></div><div class="schedule-program-descr anim" itemprop="description">Przemek Sasowski</div><meta itemprop="inLanguage" content="pl"><meta itemprop="isLiveBroadcast" content="http://schema.org/True"><span itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"><meta itemprop="url" content="https://myradioonline.pl/vox-fm"><meta itemprop="name" content="VOX FM"></span></div><div class="line1"></div></div></div></div></div><div class="clear"></div><div class="_horizontBannerWide btm"></div></div></div> </div></div> <div class="box4"><footer><div class="copyright">© 2021 MyRadioOnline.pl Wszelkie prawa zastrzeżone.</div><div class="footer-menu"><a href="https://myradioonline.pl/umieszczenie-radia-na-wlasnej-stronie-www">Umieszczenie radia</a>&nbsp; | <a href="https://myradioonline.pl/partnerzy-radiowi">Partnerzy</a>&nbsp; | <a target="_blank" rel="noopener" title="RSS" href="https://myradioonline.pl/public/rss/rss.xml">RSS</a></div><div class="clear"></div><div class="siblings-sites no-flag"><a class="flag-icon-bottom hanim flag-icon-de" target="_blank" rel="noopener" title="Deutschland - MyOnlineRadio.de" href="https://myonlineradio.de">MyOnlineRadio.de</a> <a class="flag-icon-bottom hanim flag-icon-uk" target="_blank" rel="noopener" title="United Kingdom - UKRadioLive.com" href="https://ukradiolive.com">UKRadioLive.com</a> <a class="flag-icon-bottom hanim flag-icon-hu" target="_blank" rel="noopener" title="Magyarország - MyOnlineRadio.hu" href="https://myonlineradio.hu">MyOnlineRadio.hu</a> <a class="flag-icon-bottom hanim flag-icon-ie" target="_blank" rel="noopener" title="Ireland - IrishRadioLive.com" href="https://irishradiolive.com">IrishRadioLive.com</a> <a class="flag-icon-bottom hanim flag-icon-at" target="_blank" rel="noopener" title="Österreich - MyOnlineRadio.at" href="https://myonlineradio.at">MyOnlineRadio.at</a> <a class="flag-icon-bottom hanim flag-icon-ro" target="_blank" rel="noopener" title="România - MyRadioOnline.ro" href="https://myradioonline.ro">MyRadioOnline.ro</a> <a class="flag-icon-bottom hanim flag-icon-sk" target="_blank" rel="noopener" title="Slovensko - MyOnlineRadio.sk" href="https://myonlineradio.sk">MyOnlineRadio.sk</a> <a class="flag-icon-bottom hanim flag-icon-es" target="_blank" rel="noopener" title="España - MyRadioOnline.es" href="https://myradioonline.es">MyRadioOnline.es</a> </div></footer></div></div> </div></div> </div> </div><div id="ExistingDivID"></div> <div id="fb-root" data-app-id="702858859794237"></div> <div class="popup_layer" style="display: none;" data-auto-open=""><div class="layer"><div class="layer_cont"><div class="_close fa-close"></div><div class="popUpTitle _popUpTitle"></div><span class=" message _popUpMessage"></span><div class="clear5"></div><button class="button_blue _close" type="submit" data-original="OK">OK</button></div></div><div class="overlay _close"></div></div><link rel="preload" href="https://myradioonline.pl/public/cssv210726224916/site-bottom.mini.css" as="style" onload="this.onload = null;this.rel = 'stylesheet'"><noscript><link rel="stylesheet" href="https://myradioonline.pl/public/cssv210726224916/site-bottom.mini.css" type="text/css" media="screen"></noscript><script id="myMiniJs" defer src="https://myradioonline.pl/public/jsv210823205005/othersite.mini.js"></script> <script>var rInfo = {"name":"VOX FM","rid":"163","url":"vox-fm","pic":"png"}</script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -->
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-162980553-1', 'auto');
ga('send', 'pageview');
var cookieIndex = "ttv7";</script> </body></html> 

program file:

 

http://dl.dropboxuse...2pul958/program



Re: EPG for IPTV channels #454 PK/PKS

  • Member
  • 5 posts

0
Neutral

Posted 14 September 2021 - 12:12

I've started to do something like this, but I'm having trouble parsing time.Could someone help me?

 

2 channel

 

https://myradioonlin.../vox-fm/program

 

https://myradioonlin...czworka/program

**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: antyradio.pl
* @MinSWversion: V2.1
*   none
* @Revision 1 - [25/03/2021] me
* @header_end
**------------------------------------------------------------------------------------------------
site {url=antyradio.pl|timezone=UTC|maxdays=14|cultureinfo=pl-PL|charset=UTF-8|titlematchfactor=30}
url_index {url ()|https://myradioonline.pl/|channel|/program}
site {episodesystem=onscreen}
urldate.format {datestring|yyyy-MM-dd}
url_index.headers {customheader=Accept-Encoding=Accept-Encoding=text/javascript, application/javascript, application/ecmascript, application/x-ecmascript}
index_showsplit.scrub {multi|<div class="||,"</div>|,}
index_showsplit.modify{replace(type=regex)|Strona .*|}


index_start.scrub {multi()|<div class="schedule-col" data-current-date="||"|}
index_title.scrub {single()|<span itemprop="name">||<span}
index_description.scrub {multi|<div class="schedule-program-descr anim" itemprop="description"||</div>}
*
<?xml version="1.0" encoding="UTF-8"?>
<site generator-info-name="WebGrab+Plus/w MDB &amp; REX Postprocess -- version V1.56.23 -- Jan van Straaten" site="antyradio.pl">
  <channels>
    <channel update="i" site="antyradio.pl" site_id="vox-fm" xmltv_id="vox-fm">vox-fm</channel>
	<channel update="i" site="antyradio.pl" site_id="polskie-radio-czworka" xmltv_id="polskie-radio-czworka">polskie-radio-czworka</channel>
  </channels>
</site>

thanks fo eny help.



Re: EPG for IPTV channels #455 PK/PKS

  • Member
  • 5 posts

0
Neutral

Posted 18 September 2021 - 00:44

ukradiolive.com.ini

**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: ukradiolive.com
* @MinSWversion: V2.1.11
*   none
* @Revision 1 - [17/09/2021] @KIM
* @header_end
**------------------------------------------------------------------------------------------------
site {url=ukradiolive.com|timezone=UTC|maxdays=7|cultureinfo=pl-PL|charset=UTF-8|titlematchfactor=30}
url_index {url()|https://ukradiolive.com/|channel|/schedule|/|}
site {episodesystem=onscreen}
index_start.modify {cleanup}

*
urldate.format {datestring|yyyy-MMM-dd}
url_index.headers {customheader=Accept-Encoding=gzip, deflate, br}

index_showsplit.scrub {multi|<div class="schedule-program-title anim"||}
index_start.scrub {single()|<span class="tt_time anim" itemprop="startDate" content="||">||</span>|<span}
index_title.scrub {single()|<span itemprop="name">||<span}
index_temp_1.scrub {multi()|<span class="more-text">||</span>}
*
index_urlchannellogo {url||<img class="|" src="||" height="45" alt="|" title=""></div><div}
index_urlchannellogo.modify {replace(type=regex)|(.*)(=).*.png(.*)|}
index_urlchannellogo.modify {replace(type=regex)|(.*)(=).*.jpg(.*)|}
index_description.scrub {multi()|<div class="schedule-program-descr anim" itemprop="description">||</div><meta}
index_description.modify {cleanup(tags="<"">")}
index_description.modify {remove|<}
index_description.modify {remove|>}
index_description.modify {remove| ... More span class="more-text"}
*
*
**  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
**      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)

ukradiolive.com.channels.xml

<?xml version="1.0" encoding="UTF-8"?>
<site generator-info-name="WebGrab+Plus/w MDB &amp; REX Postprocess -- version V1.56.23 -- Jan van Straaten" site="ukradiolive.com">
  <channels>
    <channel update="i" site="ukradiolive.com" site_id="capital-fm" xmltv_id="Capital FM">Capital FM</channel>
	<channel update="i" site="ukradiolive.com" site_id="planet-rock" xmltv_id="Planet Rock">Planet Rock</channel>
  </channels>
</site>

I managed somehow

 

for Polish stations it is enough to replace

 

From:

url_index {url()|https://ukradiolive.com/|channel|/schedule|/|}

on:

url_index {url()|https://myradioonline.pl/|channel|/program|/|}

Enjoy!


Edited by PK/PKS, 18 September 2021 - 00:45.


Re: EPG for IPTV channels #456 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 21 September 2021 - 23:16

Many thanks @PK/PKS for the site.ini for myradioonline.

Everything works nicely for Polish radio stations.


Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #457 PK/PKS

  • Member
  • 5 posts

0
Neutral

Posted 4 December 2021 - 13:35

Dear @azman
 
I do not wish you to sign your own contribution to my work.
 
I don't want kodiwpiglce.pl to use this scraper and collect subsidies for the server because I do it for free!
 
I will respect this job if you do something! 


Re: EPG for IPTV channels #458 azman

  • Senior Member
  • 74 posts

+2
Neutral

Posted 8 December 2021 - 21:46

Hi @PK/PKS

 

In connection with the above post, I have sent you a PM.
I am waiting for a response.
 
regards

Octagon SF8008, OATV 7.3


Re: EPG for IPTV channels #459 sam_xu

  • Senior Member
  • 27 posts

0
Neutral

Posted 17 January 2022 - 05:41

hello willy , tvtv.us (usa) channels not allow grab epg , any ideas ? thanks

 

regards



Re: EPG for IPTV channels #460 doglover

  • Rytec EPG Team
  • 17,013 posts

+639
Excellent

Posted 17 January 2022 - 10:36

Yes.  Fixed it now.

 

https://github.com/d...iteini.pack/USA


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users