Mówisz i maszBeCe pisze: Przy okazji: nie myślałeś, żeby udostępnić gdzieś repozytorium gita tak, żeby każdy mógł sobie ściągać najnowszą wersją lub przyłączyć się do rozwoju?

Co do kodowania, to muszę to jeszcze zweryfikować.
Mówisz i maszBeCe pisze: Przy okazji: nie myślałeś, żeby udostępnić gdzieś repozytorium gita tak, żeby każdy mógł sobie ściągać najnowszą wersją lub przyłączyć się do rozwoju?
O ile się nie mylę problem tkwi w pluginie XMLTV. Po wgraniu pluginu z wersji 7.2 kodowanie jest dobre.gomath pisze: Co do kodowania, to muszę to jeszcze zweryfikować.
Dziwne, bo poprawki są w 0.8xivi pisze:O ile się nie mylę problem tkwi w pluginie XMLTV. Po wgraniu pluginu z wersji 7.2 kodowanie jest dobre.
Żebyśmy mogli ci pomóc najpierw musisz wyjaśnić, co to znaczy, że "plik wyjściowy XMLTV jest sformatowany inaczej" a najlepiej pokazać to "inaczej" i powiedzieć jak miałeś wcześniej.igor67 pisze:Witam,
z góry mówię, że kompletna ze mnie lama.
Pliki z tv-guide.ubuntu.pl fantastycznie działały z Eye TV pod Mac OS X.
Wszystko co udało mi się wygrzebać w sieci to <http://code.google.com/p/epguide/> i to jakoś uruchomiłem ale plik wyjściowy XMLTV jest sformatowany inaczej i EyeTV go nie widzi.
Czy ktoś*mądry mógłby jakoś poratować?
Pozdrawiam.
To tu do sciągnięcia paczka z 2-ma plikami: ten OK działa z EYE TV idealnie a ten NIE OK potrafię wygenerować dostępnymi mi sposobami... i on oczywiście NIE działa.BeCe pisze:Żebyśmy mogli ci pomóc najpierw musisz wyjaśnić, co to znaczy, że "plik wyjściowy XMLTV jest sformatowany inaczej" a najlepiej pokazać to "inaczej" i powiedzieć jak miałeś wcześniej.
U mnie ten link nie działa.
myślę, że w tym tygodniubastard79 pisze:kiedy i czy w ogole mozna sie spodziewac wersji dla c+ ?
tv.wp.pl (Wirtualna Polska)bastard79 pisze:no to fantastyczna wiadomość, a skad pobierasz dane do pliku ? ze strony cyfry ?
Kod: Zaznacz cały
<?xml version="1.0"?>
<!-- Configuration file for WebGrab+Plus, the incremental Electronic-Program-Guide web grabber
by Jan van Straaten, December 2011
Version V1.0.9 Beta
-->
<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>
<!-- 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 udate-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 n</mode>
<!-- 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>automatic</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>
<!-- 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>
-->
<retry>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 <skip>noskip</skip> or just leave out this entry completely
-->
<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>4</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></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"> -->
<!-- display-name: This will be used in the xmltv file to give the channel's displayname. That is the name the epgprogram will use to display the channel. Give it any value you like. It is no problem if site_id , xmltv_id and display-name are equal -->
<!-- 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.
-->
<!--Poland-->
<channel update="i" site="tv.wp.pl" site_id="473" xmltv_id="13th Street">13th Street</channel>
<channel update="i" site="tv.wp.pl" site_id="472" xmltv_id="4fun.TV">4fun.TV</channel>
<channel update="i" site="tv.wp.pl" site_id="85" xmltv_id="ale kino+ HD">ale kino+ HD</channel>
<channel update="i" site="tv.wp.pl" site_id="355" xmltv_id="Animal Planet">Animal Planet</channel>
<channel update="i" site="tv.wp.pl" site_id="481" xmltv_id="Animal Planet HD">Animal Planet HD</channel>
<channel update="i" site="tv.wp.pl" site_id="418" xmltv_id="AXN Crime">AXN Crime</channel>
<channel update="i" site="tv.wp.pl" site_id="493" xmltv_id="AXN HD">AXN HD</channel>
<channel update="i" site="tv.wp.pl" site_id="416" xmltv_id="AXN Sci-fi">AXN Sci-fi</channel>
<channel update="i" site="tv.wp.pl" site_id="420" xmltv_id="BBC Entertainment">BBC Entertainment</channel>
<channel update="i" site="tv.wp.pl" site_id="448" xmltv_id="BBC Knowledge">BBC Knowledge</channel>
<channel update="i" site="tv.wp.pl" site_id="496" xmltv_id="Boomerang">Boomerang</channel>
<channel update="i" site="tv.wp.pl" site_id="13" xmltv_id="CANAL+">CANAL+</channel>
<channel update="i" site="tv.wp.pl" site_id="179" xmltv_id="CANAL+ Film">CANAL+ Film</channel>
<channel update="i" site="tv.wp.pl" site_id="484" xmltv_id="CANAL+ Gol">CANAL+ Gol</channel>
<channel update="i" site="tv.wp.pl" site_id="183" xmltv_id="CANAL+ Sport">CANAL+ Sport</channel>
<channel update="i" site="tv.wp.pl" site_id="361" xmltv_id="Cartoon Network">Cartoon Network</channel>
<channel update="i" site="tv.wp.pl" site_id="437" xmltv_id="Cinemax">Cinemax</channel>
<channel update="i" site="tv.wp.pl" site_id="442" xmltv_id="Cinemax 2">Cinemax 2</channel>
<channel update="i" site="tv.wp.pl" site_id="71" xmltv_id="Club TV">Club TV</channel>
<channel update="i" site="tv.wp.pl" site_id="400" xmltv_id="Comedy Central">Comedy Central</channel>
<channel update="i" site="tv.wp.pl" site_id="213" xmltv_id="Comedy Central Family">Comedy Central Family</channel>
<channel update="i" site="tv.wp.pl" site_id="67" xmltv_id="Discovery">Discovery</channel>
<channel update="i" site="tv.wp.pl" site_id="483" xmltv_id="Discovery HD Showcase">Discovery HD Showcase</channel>
<channel update="i" site="tv.wp.pl" site_id="356" xmltv_id="Discovery Science">Discovery Science</channel>
<channel update="i" site="tv.wp.pl" site_id="186" xmltv_id="Discovery World">Discovery World</channel>
<channel update="i" site="tv.wp.pl" site_id="455" xmltv_id="Disney Channel">Disney Channel</channel>
<channel update="i" site="tv.wp.pl" site_id="495" xmltv_id="Disney Junior">Disney Junior</channel>
<channel update="i" site="tv.wp.pl" site_id="74" xmltv_id="Disney XD">Disney XD</channel>
<channel update="i" site="tv.wp.pl" site_id="452" xmltv_id="Domo + HD">Domo + HD</channel>
<channel update="i" site="tv.wp.pl" site_id="482" xmltv_id="Eska TV">Eska TV</channel>
<channel update="i" site="tv.wp.pl" site_id="497" xmltv_id="Eurosport HD">Eurosport HD</channel>
<channel update="i" site="tv.wp.pl" site_id="492" xmltv_id="Eurosport 2 HD">Eurosport 2 HD</channel>
<channel update="i" site="tv.wp.pl" site_id="79" xmltv_id="Extreme Sports">Extreme Sports</channel>
<channel update="i" site="tv.wp.pl" site_id="90" xmltv_id="Fashion TV">Fashion TV</channel>
<channel update="i" site="tv.wp.pl" site_id="436" xmltv_id="FilmBox">FilmBox</channel>
<channel update="i" site="tv.wp.pl" site_id="433" xmltv_id="FilmBox Extra">FilmBox Extra</channel>
<channel update="i" site="tv.wp.pl" site_id="499" xmltv_id="FilmBox Family">FilmBox Family</channel>
<channel update="i" site="tv.wp.pl" site_id="469" xmltv_id="FilmBox HD">FilmBox HD</channel>
<channel update="i" site="tv.wp.pl" site_id="427" xmltv_id="FoxLife">FoxLife</channel>
<channel update="i" site="tv.wp.pl" site_id="14" xmltv_id="HBO">HBO</channel>
<channel update="i" site="tv.wp.pl" site_id="201" xmltv_id="HBO 2">HBO 2</channel>
<channel update="i" site="tv.wp.pl" site_id="421" xmltv_id="HBO Comedy">HBO Comedy</channel>
<channel update="i" site="tv.wp.pl" site_id="200" xmltv_id="Hyper+ HD">Hyper+ HD</channel>
<channel update="i" site="tv.wp.pl" site_id="500" xmltv_id="Investigation Discovery">Investigation Discovery</channel>
<channel update="i" site="tv.wp.pl" site_id="205" xmltv_id="Kino Polska">Kino Polska</channel>
<channel update="i" site="tv.wp.pl" site_id="438" xmltv_id="Kuchnia+ HD">Kuchnia+ HD</channel>
<channel update="i" site="tv.wp.pl" site_id="417" xmltv_id="Mini Mini + HD">Mini Mini + HD</channel>
<channel update="i" site="tv.wp.pl" site_id="439" xmltv_id="Movies 24">Movies 24</channel>
<channel update="i" site="tv.wp.pl" site_id="216" xmltv_id="MTV">MTV</channel>
<channel update="i" site="tv.wp.pl" site_id="428" xmltv_id="National Geographic HD">National Geographic HD</channel>
<channel update="i" site="tv.wp.pl" site_id="498" xmltv_id="National Geographic Wild HD">National Geographic Wild HD</channel>
<channel update="i" site="tv.wp.pl" site_id="425" xmltv_id="Nickelodeon ">Nickelodeon </channel>
<channel update="i" site="tv.wp.pl" site_id="451" xmltv_id="Orange Sport">Orange Sport</channel>
<channel update="i" site="tv.wp.pl" site_id="15" xmltv_id="Planete+ HD">Planete+ HD</channel>
<channel update="i" site="tv.wp.pl" site_id="5" xmltv_id="Polsat">Polsat</channel>
<channel update="i" site="tv.wp.pl" site_id="6" xmltv_id="Polsat 2">Polsat 2</channel>
<channel update="i" site="tv.wp.pl" site_id="435" xmltv_id="Polsat Cafe">Polsat Cafe</channel>
<channel update="i" site="tv.wp.pl" site_id="490" xmltv_id="Polsat Film">Polsat Film</channel>
<channel update="i" site="tv.wp.pl" site_id="491" xmltv_id="Polsat Futbol">Polsat Futbol</channel>
<channel update="i" site="tv.wp.pl" site_id="480" xmltv_id="Polsat News">Polsat News</channel>
<channel update="i" site="tv.wp.pl" site_id="494" xmltv_id="Polsat Play">Polsat Play</channel>
<channel update="i" site="tv.wp.pl" site_id="224" xmltv_id="Polsat Sport">Polsat Sport</channel>
<channel update="i" site="tv.wp.pl" site_id="408" xmltv_id="Polsat Sport Extra">Polsat Sport Extra</channel>
<channel update="i" site="tv.wp.pl" site_id="489" xmltv_id="Polsat Sport HD">Polsat Sport HD</channel>
<channel update="i" site="tv.wp.pl" site_id="477" xmltv_id="Rebel TV">Rebel TV</channel>
<channel update="i" site="tv.wp.pl" site_id="468" xmltv_id="Sci Fi">Sci Fi</channel>
<channel update="i" site="tv.wp.pl" site_id="407" xmltv_id="Sport Klub">Sport Klub</channel>
<channel update="i" site="tv.wp.pl" site_id="402" xmltv_id="Superstacja">Superstacja</channel>
<channel update="i" site="tv.wp.pl" site_id="403" xmltv_id="TCM">TCM</channel>
<channel update="i" site="tv.wp.pl" site_id="16" xmltv_id="Tele 5">Tele 5</channel>
<channel update="i" site="tv.wp.pl" site_id="217" xmltv_id="TeleTOON+ HD">TeleTOON+ HD</channel>
<channel update="i" site="tv.wp.pl" site_id="474" xmltv_id="TLC">TLC</channel>
<channel update="i" site="tv.wp.pl" site_id="261" xmltv_id="Travel Channel">Travel Channel</channel>
<channel update="i" site="tv.wp.pl" site_id="18" xmltv_id="TV 4">TV 4</channel>
<channel update="i" site="tv.wp.pl" site_id="399" xmltv_id="TV Biznes">TV Biznes</channel>
<channel update="i" site="tv.wp.pl" site_id="235" xmltv_id="TV Puls">TV Puls</channel>
<channel update="i" site="tv.wp.pl" site_id="413" xmltv_id="TVS">TVS</channel>
<channel update="i" site="tv.wp.pl" site_id="17" xmltv_id="TVN HD">TVN HD</channel>
<channel update="i" site="tv.wp.pl" site_id="151" xmltv_id="TVN 24">TVN 24</channel>
<channel update="i" site="tv.wp.pl" site_id="238" xmltv_id="TVN 7 HD">TVN 7 HD</channel>
<channel update="i" site="tv.wp.pl" site_id="419" xmltv_id="TVN CNBC Biznes">TVN CNBC Biznes</channel>
<channel update="i" site="tv.wp.pl" site_id="475" xmltv_id="TVN Meteo">TVN Meteo</channel>
<channel update="i" site="tv.wp.pl" site_id="375" xmltv_id="TVN Style">TVN Style</channel>
<channel update="i" site="tv.wp.pl" site_id="265" xmltv_id="TVN Turbo">TVN Turbo</channel>
<channel update="i" site="tv.wp.pl" site_id="1" xmltv_id="TVP 1">TVP 1</channel>
<channel update="i" site="tv.wp.pl" site_id="2" xmltv_id="TVP 2">TVP 2</channel>
<channel update="i" site="tv.wp.pl" site_id="456" xmltv_id="TVP HD">TVP HD</channel>
<channel update="i" site="tv.wp.pl" site_id="471" xmltv_id="TVP Historia">TVP Historia</channel>
<channel update="i" site="tv.wp.pl" site_id="233" xmltv_id="TVP Info">TVP Info</channel>
<channel update="i" site="tv.wp.pl" site_id="479" xmltv_id="TVP Seriale">TVP Seriale</channel>
<channel update="i" site="tv.wp.pl" site_id="406" xmltv_id="TVP Sport">TVP Sport</channel>
<channel update="i" site="tv.wp.pl" site_id="441" xmltv_id="Universal Channel">Universal Channel</channel>
<channel update="i" site="tv.wp.pl" site_id="92" xmltv_id="VIVA Polska">VIVA Polska</channel>
<channel update="i" site="tv.wp.pl" site_id="263" xmltv_id="VIVA Germany">VIVA Germany</channel>
<channel update="i" site="tv.wp.pl" site_id="267" xmltv_id="Zone Europa">Zone Europa</channel>
<channel update="i" site="tv.wp.pl" site_id="84" xmltv_id="Zone Reality">Zone Reality</channel>
<channel update="i" site="tv.wp.pl" site_id="78" xmltv_id="Zone Romantica">Zone Romantica</channel>
</settings>
Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 9 gości