The Best Streaming Software!
VIVO Rent A Car - Your car rental
Върни се   Digital TV Forums - БЪЛГАРСКИЯТ ФОРУМ ЗА ЦИФРОВА ТЕЛЕВИЗИЯ > Сателитни новини, интересни предавания (EPG), полезни сайтове > EPG - TV ПРОГРАМИТЕ - Какво, Къде и Кога може да се гледа

Notices

EPG - TV ПРОГРАМИТЕ - Какво, Къде и Кога може да се гледа Тук пишете за всичко, което намерите интересно за гледане

Отговори
 
Контрол над темата Начин на разглеждане
  #11  
Стар 09-08-2015
Аватара на 111111
111111 111111 е на линия
форумец-ветеран
 

Дата на присъединяване: Feb 2015
Мнения: 2,382
Благодари: 1,023
Получил благодарност:
1,031 пъти в 675 поста
Сваляния: 7
Ъплоуди: 0
По подразбиране

междувременно докато чакам
https://github.com/silid/tv_grab_dvb_plus
явно това е софта
има една тънкост при компилирането добавясе следното в:
configure.ac
Код:
m4_pattern_allow([AM_PROG_AR])
AM_PROG_AR
след което пускате
sh ./bootstrap.sh

за жалост има много постно инфо
a украинците искат специфичен формат на xmltv
http://wiki.infomir.eu/doku.php/en:stalker:epg

който изкарах само с EPG Collector но за жалост само от ефирната тв
при булшит нещо енкодинга не сработи

EPGCOLLECTOR-DVB-T-SOFIA.ini
Код:
[GENERAL]
Output=D:\EPG Collector\conf\TVGuide.xml
Timeouts=10,300,5,1,50
Location=BGR,0
Option=USESIGNALPRESENT,USELCN,USECONTENTSUBTYPE

[DVBT]
TuningFile=Italy.All Regions.xml
ScanningFrequency=818000,8,EIT

[DVBT]
TuningFile=Italy.All Regions.xml
ScanningFrequency=490000,8,EIT

[DVBT]
TuningFile=Italy.All Regions.xml
ScanningFrequency=626000,8,EIT

[DVBT]
TuningFile=Italy.All Regions.xml
ScanningFrequency=722000,8,EIT
резултата е такъв

HTML код:
<?xml version="1.0" encoding="utf-8"?>
<tv generator-info-name="DomainObjects/4.2.5578.23339">
  <channel id="101">
    <display-name>BG on AIR</display-name>
  </channel>
  <channel id="104">
    <display-name>The Voice</display-name>
  </channel>
  <channel id="102">
    <display-name>TV Evropa</display-name>
  </channel>
  <channel id="105">
    <display-name>VTV</display-name>
  </channel>
  <channel id="2">
    <display-name>BTV</display-name>
  </channel>
  <channel id="5">
    <display-name>News7</display-name>
  </channel>
  <channel id="3">
    <display-name>NOVA TV</display-name>
  </channel>
  <channel id="4">
    <display-name>TV 7</display-name>
  </channel>
  <channel id="19">
    <display-name>BNT  HD</display-name>
  </channel>
  <channel id="1">
    <display-name>BNT1</display-name>
  </channel>
  <channel id="12">
    <display-name>BNT1_HD</display-name>
  </channel>
  <channel id="10">
    <display-name>BNT2</display-name>
  </channel>
  <programme start="20150808150000 +0300" stop="20150808152000 +0300" channel="101">
    <title>Кратки новини </title>
    <desc>Кратки новини </desc>
  </programme>
  <programme start="20150808152000 +0300" stop="20150808152500 +0300" channel="101">
    <title>Седмицата в минути </title>
    <desc>Седмицата в минути </desc>
  </programme>
  <programme start="20150808152500 +0300" stop="20150808153100 +0300" channel="101">
    <title>Коментар Live </title>
    <desc>Коментар Live </desc>
  </programme>
  <programme start="20150808153100 +0300" stop="20150808160000 +0300" channel="101">
    <title>На ръба </title>
    <desc>Документална поредица на Блумбърг</desc>
  </programme>
  <programme start="20150808160000 +0300" stop="20150808161500 +0300" channel="101">
    <title>Кратки новини </title>
    <desc>Кратки новини </desc>
.........
__________________
Подпис от долоподписания
Благодари натискайки "Thanks" бутона,
ако сметнеш поста за полезен.
Отговори с цитат
  #12  
Стар 09-08-2015
Аватара на TUISTERa
TUISTERa TUISTERa не е на линия
Голямо мрънкало
 

Дата на присъединяване: Dec 2009
Местоположение: Assenovgrad, Bulgaria
Мнения: 4,023
Благодари: 728
Получил благодарност:
1,747 пъти в 977 поста
Сваляния: 37
Ъплоуди: 0
По подразбиране

Конфиг файла
HTML код:
17:01:41-root@iptv1:/dvb/wg # cat webgrab.config.xml 
<?xml version="1.0"?>
<!-- Configuration file for WebGrab+Plus, the incremental Electronic-Program-Guide web grabber
by Jan van Straaten, December 2011
Version V1.1.1 -->

<settings>
  <!-- filename      
The path (required) + filename where the epgguide xml file is /will be located. It must include drive and folder. Like C:\ProgramData\ServerCare\WebGrab\guide.xml
If the file already exist (from last run or from another xmltv source) it will read it and use what fits the requested output. In that case the file will be updated. If no such file exist it will be created.
Change the following to your own needs  :
-->
 <!--<filename>C:\ProgramData\ServerCare\WebGrab\guide.xml</filename>-->
 <filename>C:\EPG\guide.xml</filename>
  
  <!-- modes:   
d or debug    saves the output xmltv file in a file with -debug addition in the file name . The original xmltv file will be kept.  
m or measure  measures the time for each updated show or new show added 
n = nomark    disables the update-type marking (n) (c) (g) (r) at the end of the description
v or verify   verifies the result following a channel update
w or wget     use wget as grab engine (might improve site recognition in rare cases)
Note that modes can be added in one line, separated by comma's or spaces, or both. 
-->
  <mode>m</mode>
  
  <!-- postprocess:
  Optional , specifies which of the available postprocesses should run.
  syntax: <postprocess run="" grab="">processname</postprocess>
  
(optional) grab="yes" or "y" or "true" or "on" : grabs epg first (default)     ; "no" or "n" or "false" or "off" : skip epg grabbing 
(optional) run="yes" or "y" or "true" or "on" : runs the postprocess (default) ; "no" or "n" or "false" or "off" : do not run post process
processname: the process to run : 
processname = mdb runs a build in movie database grabber (read / adapt  ...\mdb\mdb.confif.xml
processname = rex runs a postprocess that re-allocates xmltv elements (read / adapt  ...\rex\rex.config.xml)
examples:
  <postprocess run="on" grab="on">mdb</postprocess>  grabs first , then run mdb
  <postprocess>mdb</postprocess>  same as above (uses defaults for grab and run)
  <postprocess grab="no">rex</postprocess>  runs rex without grab (existing xmltv file)
-->
  <postprocess run="n" grab="y">mdb</postprocess>
  
  <!-- proxy:
This setting is only required if your computer is connected to internet behind a proxy
specify proxy address as ip:port like <proxy>192.168.2.4:8080</proxy>
or as <proxy>automatic</proxy> which attempts to read the proxy address from your connection settings. If your proxy requires a username and password, add them like 
<proxy user="username" password="password">192.168.2.4:8080</proxy>  
  <proxy>192.168.2.2:8080</proxy>
-->
<proxy>automatic</proxy>

  <!-- user agent:
The user agent string that is sent to the tvguide website. Some sites require this. Valid values are either 
, in which case the program generates a random string, or any other string like <user-agent>Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US)</user-agent>  <user-agent>random</user-agent><user-agent>Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US)</user-agent><user-agent>Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3</user-agent>
-->
<user-agent>Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; yie9)</user-agent>
  
  
  <!-- logging: 
simply put 'on' in there to start logging, anything else will turn it off 
-->
  <logging>on</logging>

  <!--retry
The most simple form of retry defines the amount of times the grabber engine should attempt to capture a web page before giving up and continuing with the next page, like <retry>4</retry>
It is also the place to specify delays between retries and the grabbing of html pages with the following attributes: timeout; the delay between retries (default is 10 sec), channel-delay; the delay between subsequent channels (default is 0), index-delay; the delay between the grabbing of index pages (default is 0), show-delay; the delay between the grabbing of detail show pages (default is 0). In the most complete version it will look like this:
<retry time-out="5" channel-delay="5" index-delay="1" show-delay="1">4</retry> show-delay="2"
-->
  <retry time-out="5">4</retry>

  <!--skip
It takes two values H,m  separated by a comma: 
The first H : if a show takes more than H hours, it's either tellsell or other commercial fluff, or simply a mistake or error, we want to skip such shows.
The second m : if a show is less or equal than m minutes it is probably an announcement , in any case not a real show. 
When entered as <skip></skip> the defaults are 12 hours, 1 minute, same as <skip>12,1</skip>. To disable this function enter  or just leave out this entry completely<skip>14, 1</skip><skip>16,1</skip>
-->
  
<skip>noskip</skip>
  
  <!--timespan
The timespan for which shows will be grabbed.
It takes one or two values separated by a comma or a space. The first is the number of days (including today) to download, note that 0 is today. The second (optional) is a time specified between 0:00 and 24:00 which will reduce the download to only the one show (per day) which is scheduled around the specified time. Any value between start time (including) and stop time will do
This -one-show-only mode is helpfull if a SiteIni file needs to be debugged
-->
  <timespan>2</timespan>

  <!-- update mode
i or incremental     only updates of changes , gabs, repairs and new shows
l or light           forces update of today and new shows, rest as incremental
s or smart           forces update of today and tomorrow and new shows, rest as light
f or full or force   forces full update 
If one of these values is entered here it will apply to all channels selected for update 
(see channel).  This value overrules the value of 'update' for in the individual channels 
If no value is entered here the individual 'update' values from the channellist are taken 
-->
  <update>s</update>

  <!-- The channel-list :
Each channel to be grabbed has a separate entry in the list, the most common form is: 
<channel update=.. site=.. site_id=.. xmltv_id=..  >display-name</channel> 
Besides this form, there is a possibility to specify special channels like 'combi-channels' and 'timeoffset-channels', see further down for more information-->
  <!-- Channel list files : 
The easiest way to compose this channel-list is to copy the required channels from the channel-list files which can be found in the SiteIni.Pack for nearly every supported tvguide site. -->
  <!-- update :
The mode values here can be set for each channel differently if not overruled by the general update setting (see above). Allowed values are as the same as the general update setting. Any other value will be ignored.  If any of the allowed values of 'update' is entered, this channel will be updated , no value no update ! In that case the epg data of that channel will remain as it is.  -->
  <!-- site:
The website to be used to get the EPG from. The value entered here is the name of the .ini file that supplies the specific parameters for the site without .ini extension.
e.g tvgids.nl.ini becomes site="tvgids.nl" and gids.publiekeomroep.nl.ini becomes site="gids.publiekeomroep.nl".-->
  <!-- site_id: 
This is the number or text used by the site as reference to the correct html page for this channel. It is used by the program to compose the url for the shows for a channel. For nearly all sites supported by the program a channel-list file is provided in the siteini-pack. It list most of the available channels including this site_id -->
  <!-- xmltv_id :
The xmltv_id can be any string that suits your needs, you will find it back as the "channel" in your xml file as in : 
<programme start="20100218072500 +0200" stop="20100218075500 +0200" channel="RTL7-id"> -->
  
  <!-- Important ! 
Be aware that all channels entered here will be included in the xmltv channel table even if no update is requested. This allows the update of individual channels without affecting the data of the others in the list. A channel not in this list will be removed from your xmltv listing together with all the show data of it if found there by WebGrab+Plus. (If you use WebGrab+Plus with a xmltv input file from another source, it will remove all data from channels not in this list and create an entry for new channels)
WebGrab+Plus uses the xmltv_id to identify a channel in an existing xmltv file.
-->    


    <channel update="i" site="bulsat.com" site_id="24-kitchen" xmltv_id="24 Kitchen">24 Kitchen</channel>
    <channel update="i" site="bulsat.com" site_id="alfa-tv" xmltv_id="Alfa TV">Alfa TV</channel>
    <channel update="i" site="bulsat.com" site_id="animal-planet" xmltv_id="Animal Planet">Animal Planet</channel>
    <channel update="i" site="bulsat.com" site_id="axn" xmltv_id="AXN">AXN</channel>
    <channel update="i" site="bulsat.com" site_id="balkanika" xmltv_id="Balkanika">Balkanika</channel>
    <channel update="i" site="bulsat.com" site_id="bbt" xmltv_id="bbt">bbt</channel>
    <channel update="i" site="bulsat.com" site_id="bnt-1&quot; class=&quot;selected" xmltv_id="BNT 1">BNT 1</channel>
    <channel update="i" site="bulsat.com" site_id="bnt-2" xmltv_id="BNT 2">BNT 2</channel>
    <channel update="i" site="bulsat.com" site_id="bnt-hd" xmltv_id="BNT HD">BNT HD</channel>
    <channel update="i" site="bulsat.com" site_id="bnt-world" xmltv_id="BNT World">BNT World</channel>
    <channel update="i" site="bulsat.com" site_id="btv" xmltv_id="bTV">bTV</channel>
    <channel update="i" site="bulsat.com" site_id="btv-action" xmltv_id="bTV Action">bTV Action</channel>
    <channel update="i" site="bulsat.com" site_id="btv-cinema" xmltv_id="bTV Cinema">bTV Cinema</channel>
    <channel update="i" site="bulsat.com" site_id="btv-comedy" xmltv_id="bTV Comedy">bTV Comedy</channel>
    <channel update="i" site="bulsat.com" site_id="btv-hd" xmltv_id="bTV HD">bTV HD</channel>
    <channel update="i" site="bulsat.com" site_id="btv-lady" xmltv_id="bTV Lady">bTV Lady</channel>
    <channel update="i" site="bulsat.com" site_id="bulgaria-on-air" xmltv_id="Bulgaria on Air">Bulgaria on Air</channel>
    <channel update="i" site="bulsat.com" site_id="cinemax" xmltv_id="Cinemax">Cinemax</channel>
    <channel update="i" site="bulsat.com" site_id="city-tv" xmltv_id="City TV">City TV</channel>
    <channel update="i" site="bulsat.com" site_id="cn" xmltv_id="CN">CN</channel>
    <channel update="i" site="bulsat.com" site_id="comedy-central" xmltv_id="Comedy Central">Comedy Central</channel>
    <channel update="i" site="bulsat.com" site_id="destination-bg" xmltv_id="Destination BG">Destination BG</channel>
    <channel update="i" site="bulsat.com" site_id="diema" xmltv_id="Diema">Diema</channel>
    <channel update="i" site="bulsat.com" site_id="diema-family" xmltv_id="Diema Family">Diema Family</channel>
    <channel update="i" site="bulsat.com" site_id="discovery-channel" xmltv_id="Discovery Channel">Discovery Channel</channel>
    <channel update="i" site="bulsat.com" site_id="discovery-hd" xmltv_id="Discovery HD">Discovery HD</channel>
    <channel update="i" site="bulsat.com" site_id="disney" xmltv_id="Disney">Disney</channel>
    <channel update="i" site="bulsat.com" site_id="disney-junior" xmltv_id="Disney Junior">Disney Junior</channel>
    <channel update="i" site="bulsat.com" site_id="dm-sat" xmltv_id="DM Sat">DM Sat</channel>
    <channel update="i" site="bulsat.com" site_id="ekids" xmltv_id="EKids">EKids</channel>
    <channel update="i" site="bulsat.com" site_id="eurosport" xmltv_id="Eurosport">Eurosport</channel>
    <channel update="i" site="bulsat.com" site_id="eurosport-2" xmltv_id="Eurosport 2">Eurosport 2</channel>
    <channel update="i" site="bulsat.com" site_id="eurosport-hd" xmltv_id="Eurosport HD">Eurosport HD</channel>
    <channel update="i" site="bulsat.com" site_id="evrokom" xmltv_id="Evrokom">Evrokom</channel>
    <channel update="i" site="bulsat.com" site_id="fan-tv" xmltv_id="FAN TV">FAN TV</channel>
    <channel update="i" site="bulsat.com" site_id="film-plus" xmltv_id="Film Plus">Film Plus</channel>
    <channel update="i" site="bulsat.com" site_id="film-plus-2" xmltv_id="Film Plus 2">Film Plus 2</channel>
    <channel update="i" site="bulsat.com" site_id="fine-living" xmltv_id="Fine Living">Fine Living</channel>
    <channel update="i" site="bulsat.com" site_id="folklor-tv" xmltv_id="Folklor TV">Folklor TV</channel>
    <channel update="i" site="bulsat.com" site_id="fox" xmltv_id="FOX">FOX</channel>
    <channel update="i" site="bulsat.com" site_id="fox-crime" xmltv_id="FOX Crime">FOX Crime</channel>
    <channel update="i" site="bulsat.com" site_id="fox-life" xmltv_id="FOX Life">FOX Life</channel>
    <channel update="i" site="bulsat.com" site_id="freex-tv" xmltv_id="FreeX TV">FreeX TV</channel>
    <channel update="i" site="bulsat.com" site_id="hbo" xmltv_id="HBO">HBO</channel>
    <channel update="i" site="bulsat.com" site_id="hbo-comedy" xmltv_id="HBO Comedy">HBO Comedy</channel>
    <channel update="i" site="bulsat.com" site_id="hbo-hd" xmltv_id="HBO HD">HBO HD</channel>
    <channel update="i" site="bulsat.com" site_id="history-channel" xmltv_id="History Channel">History Channel</channel>
    <channel update="i" site="bulsat.com" site_id="history-hd" xmltv_id="History HD">History HD</channel>
    <channel update="i" site="bulsat.com" site_id="hobby-hd" xmltv_id="Hobby HD">Hobby HD</channel>
    <channel update="i" site="bulsat.com" site_id="hobby-lov" xmltv_id="Hobby lov">Hobby lov</channel>
    <channel update="i" site="bulsat.com" site_id="hobby-tv" xmltv_id="Hobby TV">Hobby TV</channel>
    <channel update="i" site="bulsat.com" site_id="id" xmltv_id="ID">ID</channel>
    <channel update="i" site="bulsat.com" site_id="kanal-3" xmltv_id="Kanal 3">Kanal 3</channel>
    <channel update="i" site="bulsat.com" site_id="kinonova" xmltv_id="KinoNova">KinoNova</channel>
    <channel update="i" site="bulsat.com" site_id="magic-tv" xmltv_id="Magic TV">Magic TV</channel>
    <channel update="i" site="bulsat.com" site_id="mgm" xmltv_id="MGM">MGM</channel>
    <channel update="i" site="bulsat.com" site_id="mtv-hits" xmltv_id="MTV Hits">MTV Hits</channel>
    <channel update="i" site="bulsat.com" site_id="ngc" xmltv_id="NGC">NGC</channel>
    <channel update="i" site="bulsat.com" site_id="ngc-hd" xmltv_id="NGC HD">NGC HD</channel>
    <channel update="i" site="bulsat.com" site_id="ng-wild" xmltv_id="NG Wild">NG Wild</channel>
    <channel update="i" site="bulsat.com" site_id="ng-wild-hd" xmltv_id="NG Wild HD">NG Wild HD</channel>
    <channel update="i" site="bulsat.com" site_id="nick-jr" xmltv_id="Nick Jr.">Nick Jr.</channel>
    <channel update="i" site="bulsat.com" site_id="nova" xmltv_id="NOVA">NOVA</channel>
    <channel update="i" site="bulsat.com" site_id="nova-sport" xmltv_id="NOVA sport">NOVA sport</channel>
    <channel update="i" site="bulsat.com" site_id="penthouse" xmltv_id="Penthouse">Penthouse</channel>
    <channel update="i" site="bulsat.com" site_id="perviy-kanal" xmltv_id="Perviy Kanal">Perviy Kanal</channel>
    <channel update="i" site="bulsat.com" site_id="planeta-folk" xmltv_id="Planeta Folk">Planeta Folk</channel>
    <channel update="i" site="bulsat.com" site_id="planeta-hd" xmltv_id="Planeta HD">Planeta HD</channel>
    <channel update="i" site="bulsat.com" site_id="planeta-tv" xmltv_id="Planeta TV">Planeta TV</channel>
    <channel update="i" site="bulsat.com" site_id="pop-core" xmltv_id="Pop Core">Pop Core</channel>
    <channel update="i" site="bulsat.com" site_id="private-spice" xmltv_id="Private Spice">Private Spice</channel>
    <channel update="i" site="bulsat.com" site_id="ring-bg" xmltv_id="RING BG">RING BG</channel>
    <channel update="i" site="bulsat.com" site_id="skat-tv" xmltv_id="Skat TV">Skat TV</channel>
    <channel update="i" site="bulsat.com" site_id="sport-plus-hd" xmltv_id="Sport Plus HD">Sport Plus HD</channel>
    <channel update="i" site="bulsat.com" site_id="super-7" xmltv_id="Super 7">Super 7</channel>
    <channel update="i" site="bulsat.com" site_id="the-voice" xmltv_id="The Voice">The Voice</channel>
    <channel update="i" site="bulsat.com" site_id="tiankov-tv" xmltv_id="Tiankov TV">Tiankov TV</channel>
    <channel update="i" site="bulsat.com" site_id="tlc" xmltv_id="TLC">TLC</channel>
    <channel update="i" site="bulsat.com" site_id="tv7" xmltv_id="TV7">TV7</channel>
    <channel update="i" site="bulsat.com" site_id="tv-evropa" xmltv_id="TV Evropa">TV Evropa</channel>
    <channel update="i" site="bulsat.com" site_id="tv-plus" xmltv_id="TV Plus">TV Plus</channel>
    <channel update="i" site="bulsat.com" site_id="viasat-explorer" xmltv_id="Viasat Explorer">Viasat Explorer</channel>




 	</settings>
Резултат не точно от този файл:
HTML код:
  <programme start="20150808045000 +0300" stop="20150808051500 +0300" channel="BNT1.370">
    <title lang="bg">Дързост и красота</title>
    <desc lang="bg">повторение: тв филм, 3591 епизод .</desc>
  </programme>

Последно редактирано от TUISTERa : 09-08-2015 на 18:09
Отговори с цитат
  #13  
Стар 09-08-2015
Аватара на 111111
111111 111111 е на линия
форумец-ветеран
 

Дата на присъединяване: Feb 2015
Мнения: 2,382
Благодари: 1,023
Получил благодарност:
1,031 пъти в 675 поста
Сваляния: 7
Ъплоуди: 0
По подразбиране

Tо там е проблема трябва да е с "channel id"
HTML код:
  <channel id="101"> <<<<<<<<
    <display-name>BG on AIR</display-name>
  </channel>
  <programme start="20150808150000 +0300" stop="20150808152000 +0300" channel="101">
    <title>Кратки новини </title>
    <desc>Кратки новини </desc>
  </programme>
  <programme start="20150808152000 +0300" stop="20150808152500 +0300" channel="101">
    <title>Седмицата в минути </title>
    <desc>Седмицата в минути </desc>
  </programme>
  <programme start="20150808152500 +0300" stop="20150808153100 +0300" channel="101">
    <title>Коментар Live </title>
    <desc>Коментар Live </desc>
  </programme>
__________________
Подпис от долоподписания
Благодари натискайки "Thanks" бутона,
ако сметнеш поста за полезен.
Отговори с цитат
  #14  
Стар 09-08-2015
Аватара на TUISTERa
TUISTERa TUISTERa не е на линия
Голямо мрънкало
 

Дата на присъединяване: Dec 2009
Местоположение: Assenovgrad, Bulgaria
Мнения: 4,023
Благодари: 728
Получил благодарност:
1,747 пъти в 977 поста
Сваляния: 37
Ъплоуди: 0
По подразбиране

Няма проблем, има си ги ид-тата в началото на файла, просто не съм ти ги изкарал, по важното е какво вади кати синтаксис на събитието.
PHP код:
<channel id="BNT1.370">
    <
display-name lang="bg">BNT1</display-name>
    <
url>http://www.bulsat.com</url>
  
</channel

Това съм ти спестил, затова ти казах да го пуснеш и да видиш за какво става дума
Channel id-то си го настройваш в конфиг файла, от къде да взима и на какво чанел ид да генерира .
Това не беше разговор за тука, затуй ти писах скайпа, после можеше да го синтезираш и споделиш тука ако искаш...
Отговори с цитат
  #15  
Стар 10-08-2015
Аватара на 111111
111111 111111 е на линия
форумец-ветеран
 

Дата на присъединяване: Feb 2015
Мнения: 2,382
Благодари: 1,023
Получил благодарност:
1,031 пъти в 675 поста
Сваляния: 7
Ъплоуди: 0
По подразбиране

А от къде за AXN Black/White и другите от симулкрипта?
Тях си ги има в DVB-EPG-то на була?
__________________
Подпис от долоподписания
Благодари натискайки "Thanks" бутона,
ако сметнеш поста за полезен.
Отговори с цитат
  #16  
Стар 10-08-2015
Чък Норис Чък Норис не е на линия
Модератор
 

Дата на присъединяване: Dec 2008
Местоположение: Пловдив
Мнения: 11,927
Благодари: 979
Получил благодарност:
7,307 пъти в 3,548 поста
Сваляния: 89
Ъплоуди: 24
По подразбиране

Толкова ли не прегледа какво ти се предлага?
От всеки сайт с програма за даден канал можеш да гребнеш съдържанието и да си направиш епг-то.
Отговори с цитат
  #17  
Стар 10-08-2015
Аватара на TUISTERa
TUISTERa TUISTERa не е на линия
Голямо мрънкало
 

Дата на присъединяване: Dec 2009
Местоположение: Assenovgrad, Bulgaria
Мнения: 4,023
Благодари: 728
Получил благодарност:
1,747 пъти в 977 поста
Сваляния: 37
Ъплоуди: 0
По подразбиране

Определено не е прегледал нищичко... Нека си кара с dvb_grab...
Отговори с цитат
  #18  
Стар 10-08-2015
Аватара на avtosat
avtosat avtosat не е на линия
мега форумец
 

Дата на присъединяване: May 2009
Местоположение: Пловдив
Мнения: 688
Благодари: 318
Получил благодарност:
215 пъти в 103 поста
Сваляния: 218
Ъплоуди: 4
По подразбиране

Извинявам се за оффтопика ама това нещо приложимо ли е за дриймовете и другите линукс приемници ?
__________________
Duo4K/Duo4Kse/SF8008 1x180 Ku (30w-96.5e) | 1x150 (30w-85e) | 1x120 (46e+45e/42е/39е/36е/31,5е) | 1x120 (33е/28,5е/26e/23,5е) | 1xTD110 (1.9e/0,8w/4w+5w) | 1x100 (19,2е/16е/13е/9e) | 1x90 80e | 1x60 39e| 1x60 19.2e | 1x80 (30w)
Отговори с цитат
  #19  
Стар 10-08-2015
Аватара на 111111
111111 111111 е на линия
форумец-ветеран
 

Дата на присъединяване: Feb 2015
Мнения: 2,382
Благодари: 1,023
Получил благодарност:
1,031 пъти в 675 поста
Сваляния: 7
Ъплоуди: 0
По подразбиране

Приложимо но с каква полза в EPG стриима имаш седмична програма
не сме като в испания сега и следващо предаване
__________________
Подпис от долоподписания
Благодари натискайки "Thanks" бутона,
ако сметнеш поста за полезен.
Отговори с цитат
  #20  
Стар 10-08-2015
ИлиянБГ ИлиянБГ не е на линия
мега форумец
 

Дата на присъединяване: May 2013
Мнения: 602
Благодари: 9
Получил благодарност:
301 пъти в 174 поста
Сваляния: 31
Ъплоуди: 1
По подразбиране

Имената на каналите и иконите трябва да са еднакви иначе ще видиш EPG през крив макарон. Сайта на Булсат в момента е паднал и няма как да си генерираш xml .
Отговори с цитат
Sponsored Links
VIVO Rent A Car  Вземи своят Vu+ сега!  SatPlus
Отговори

Съобщения от Devil M
VIVO Rent A Car  

Тагове
epg, grabber, xmltv, бг, За, Къде, Операторите, от


Активни потребители разглеждащи тази тема в момента: 3 (0 членове и 3 гости)
 
Контрол над темата
Начин на разглеждане

Подобни теми
Тема Започнал темата Форум Отговори Последно мнение
"Макс Телеком", "Булсатком" и "4Джи Ком" получиха ефир за мобилни услуги ТИНТИН GSM мобилни комуникации 23 27-04-2015 22:06
Къде са установките , които" разстрелват "облаците носещи градушка ? jondol Дъра-Бъра 11 01-06-2014 10:32
"Хюлет-Пакард" България ще продава директно през "Технополис" и "Техномаркет" ТИНТИН КОМПЮТРИ и периферия 4 01-01-2014 18:01
"Блокираните часове" отказаха "Нова" от "А" група Джак СПОРТ 6 02-08-2011 22:08
Колеги,имам "Ехо"991,който върти "Triax 110" чрез мотор "Optikum 2800". ventsiguy ECHOSMART 5 06-09-2010 12:44


Всички времена са във формат GMT +3. Часът е 12:10.


DTV-BG Powered by vBulletin Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.