Sky Epg Grabber (Italy) (2 Viewers)

Gioxy

Portal Member
January 28, 2008
10
0
Home Country
Italy Italy
Ciao Nephilim, prima di tutto grazie grazie grazie! :p
SkyEPGGrabber va come una Formula 1 e - almeno per noi DVBVieweristi - è anche più completo del "vecchio" MHW! :D

L'unica piccola imperfezione che ho rilevato è legata all'opzione --addstoptime: i programmi la cui fine travalica la mezzanotte vengono troncati tutti alle 23.59.59...

attachment.php


...ancora grazie! :D
 

Attachments

  • EPG_.jpg
    EPG_.jpg
    52.4 KB

Nephilim

Extension Developer
February 8, 2007
805
499
Home Country
Italy Italy
Ciao Nephilim, prima di tutto grazie grazie grazie! :p
SkyEPGGrabber va come una Formula 1 e - almeno per noi DVBVieweristi - è anche più completo del "vecchio" MHW! :D

L'unica piccola imperfezione che ho rilevato è legata all'opzione --addstoptime: i programmi la cui fine travalica la mezzanotte vengono troncati tutti alle 23.59.59...

...ancora grazie! :D

Prego... :)

In effetti questo è un workaround che ho escogitato al volo per far funzionare la guida con DVBViewer.
Vedrò cosa posso fare per rimediare...

Bye,
Nephilim
 

xavier

MP Donator
  • Premium Supporter
  • December 12, 2004
    121
    17
    Venice
    Home Country
    Italy Italy
    New version.

    Big Nep, the new switch --base1 is a big tool for me !! :D

    The only defect that I have found today is when a TV series has arrived to a season with two figures: the season 10 are converted in season 1.

    I think you will have considered a single character in the field sub-title, rather than two.

    Other errors of conversion are not your guilt: some broadcasting stations wrongly the TV series number (episode 3A and 3B rather than 5 and 6) but I are so few cases that to this point so much is better to manually modify them... :cool:

    King regards,
    xavier.
     

    caboto

    New Member
    January 22, 2008
    4
    0
    Home Country
    Italy Italy
    Ciao Nephilim, prima di tutto grazie grazie grazie! :p
    SkyEPGGrabber va come una Formula 1 e - almeno per noi DVBVieweristi - è anche più completo del "vecchio" MHW! :D

    L'unica piccola imperfezione che ho rilevato è legata all'opzione --addstoptime: i programmi la cui fine travalica la mezzanotte vengono troncati tutti alle 23.59.59...

    attachment.php


    ...ancora grazie!


    Quoto in toto! Sia i complimenti (e ringraziamenti) che i problemi.. :D

    Semplicemente manca lo stop time del programma che è in onda a cavallo della mezzanotte..
    Sarebbe sufficiente che il sistema assumesse come stop time lo start time del programma successivo

    Ciaoz e grazie ancora.
    Caboto
     

    Gioxy

    Portal Member
    January 28, 2008
    10
    0
    Home Country
    Italy Italy
    Se guardi meglio il tvguide.xml vedrai che lo stop c'è
    Code:
    <programme start="20080128232000 +0100" stop="20080128235959 +0100" channel="899">
    	<title lang="it">Porta A Porta</title>
    	...
    ed è - come dicevo sopra - settato alle 23:59:59; perciò bisognerà in primis gestire il fatto che la fine del programma avvenga il giorno successivo, cercando l'inizio del primo programma del giorno successivo... insomma, purtroppo non è così banale come sembra a prima vista...

    Siccome il programma successivo è
    Code:
    <programme start="20080129005500 +0100" stop="20080129013000 +0100" channel="899">
    	<title lang="it">Tg1 Le Idee - Che Tempo Che Fa</title>
    	...
    il valore corretto dell'esempio riportato dovrebbe essere
    Code:
    ... stop="200801[B]29[/B]005500  +0100" ...

    ;)
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    New version again...

    - Fixed handling of two digit seasons number
    - Fixed stop time (last day has the same behaviour; so if you download 7 days epg, update it after 6 days and so on...)
    - Minor bugs fix.

    Bye,
    Nephilim

    P.S. Thanks xavier your feedback is always usefull...
     

    caboto

    New Member
    January 22, 2008
    4
    0
    Home Country
    Italy Italy
    Se guardi meglio il tvguide.xml vedrai che lo stop c'è

    Col rischio de sembrà de coccio, te dico che nella mia guida nun ce sta.. :confused:
    Guarda le info del programma nel mezzo (ho tagliato la descrizione):

    <programme start="20080124224000 +0100" stop="20080124230000 +0100" channel="101">
    <title>extra: apocalypto</title>
    <sub-title>Apocalypto</sub-title>
    <desc> ...</desc>
    </programme>

    <programme start="20080124230000 +0100" channel="101">
    <title>apocalypto</title>
    <desc>...</desc>
    </programme>

    <programme start="20080124020000 +0100" stop="20080124022000 +0100" channel="722">
    <title>extra: deja' vu - corsa contro il tempo</title>
    <sub-title>Deja' vu / Corsa contro il tempo</sub-title>
    <desc>...</desc>
    </programme>


    Sto usando la prima release del grabber, tu?

    Ciaoz,
    Caboto
     

    Gioxy

    Portal Member
    January 28, 2008
    10
    0
    Home Country
    Italy Italy
    Sto usando la prima release del grabber, tu?

    Ah, ecco perché... io stavo usando l'ultima disponibile...

    comunque

    mentre noi perdiamo tempo a discutere Master Nephilim si rimboccava le maniche e ha tirato fuori dal pentolone un'altra versione, e (fresca testata) questa ultima di oggi dal punto di vista dello stop time è semplicemente perfetta!

    ...che dire altro? a big big :D to Master Nephilim!
     

    framura

    New Member
    January 23, 2008
    2
    0
    Ottimo programma ma sarebbe molto utile (perlomeno a me) che potesse gestire anche il formato delle date americano (per intenderci mese/giorno/anno).

    Con questo formato infatti ottengo:
    SkyEPGGrabber.exe --addstoptime
    Grabbing EPG for 7 day(s)
    Error getting EPG: String was not recognized as a valid DateTime.

    Che ne dite?

    Ciao e grazie ancora per lo splendido programma.
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Ottimo programma ma sarebbe molto utile (perlomeno a me) che potesse gestire anche il formato delle date americano (per intenderci mese/giorno/anno).

    Con questo formato infatti ottengo:
    SkyEPGGrabber.exe --addstoptime
    Grabbing EPG for 7 day(s)
    Error getting EPG: String was not recognized as a valid DateTime.

    Che ne dite?

    Ciao e grazie ancora per lo splendido programma.

    Hai windows in inglese? Questa proprio non l'avevo prevista...

    Vedrò cosa posso fare.

    Bye,
    Nephilim
     

    Users who are viewing this thread

    Top Bottom