Sky Epg Grabber (Italy) (1 Viewer)

xavier

MP Donator
  • Premium Supporter
  • December 12, 2004
    121
    17
    Venice
    Home Country
    Italy Italy
    Tra l'altro ho notato che nella guida il campo <sub-tittle> non viene visualizzato l'ho quindi eliminato dall'ultima versione del software.

    Noooo, the <sub-title> tag is skin dependent ! :)

    A sample of the first release of your EPG downloader, with the <sub-title> tag:

    Code:
    <programme start="20080121090500 +0100" channel="894">
      <title lang="it">Happy Days</title>
      <sub-title lang="it">2' Stagione Ep.13 - 'Il caposquadra'</sub-title>
      <desc lang="it">Richie Cunningham, scelto come leader del gruppo R.O.T.C., non sa quale comportamento adottare nei confronti dei suoi compagni di squadra.</desc>
      <category lang="it">Sit Com</category>
      <category lang="it">Intrattenimento</category>
    </programme>

    In my personal MP skin I use the tag #TV.Guide.EpisodeName, this one is the result:



    Ma in effetti la soluzione migliore è quello di reintegralo, aggiungere i tag che tu seggerisci e lasciare la descrizione comunque per intero.

    I suggest you:

    1) strip out all chars from <sub-title> tag before the first comma (in my sample, the string 2' Stagione Ep.13 - )

    2) strip out all commas (convert 'Il caposquadra' to Il caposquadra) and this one is the final <sub-title> tag result;

    3) get the number before ' Stagione Ep. string and the number after the same string and build the <episode-num system="xmltv_ns"> tag;

    Of course, bug segnalation: if a tvguide.xml file already exists, no update is performed.

    At this moment, I need to manually delete the tvguide.xml before run your epg grabber.

    Best regards,
    xavier.
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Thank you all...

    A new version is on the way. (Sub-title and episode management... ;) )

    Stay tuned...

    Bye,
    Nephilim
     

    matro

    New Member
    January 22, 2008
    1
    0
    Home Country
    Italy Italy
    hi NephilimDM,

    I'm working on a macro to allow the usage of your program to MCE users too via BRP. read PV for more.

    ---

    the macro is ready and available here.
     

    cico

    New Member
    March 12, 2007
    3
    0
    Fantastico ! Grazie Mille !

    Una domandina ... sarebbe possibile aggiungere l`EPG ad esempio di TSI1 e 2 ( Televisione Svizzera ) ?

    Ciao
     

    robert4ever

    New Member
    January 22, 2008
    2
    0
    Home Country
    Italy Italy
    Thank you all...

    A new version is on the way. (Sub-title and episode management... ;) )

    Stay tuned...

    Bye,
    Nephilim

    Ciao , complimenti per il tuo grabber ;

    volevo chiederti se era possibile una implementazione per far in modo che il file xml di output si possa importare in DvbViewer ;

    Ti elenco quì un esempio della epg esportata da DvbViewer :
    -------------------
    <?xml version="1.0" encoding="iso-8859-1"?>
    <EPG CreatedOn="2008-01-25 00.31.39">
    <Channel Name="RAI1" ServiceID="3401" TransportID="5200" Typ="TV">
    <Event>
    <Start>2008-01-25 00.25.00</Start>
    <Duration>01.35</Duration>
    <Titel>Porta a porta</Titel>
    <Short/>
    <Long/>
    </Event>
    <Event>
    <Start>2008-01-25 02.00.00</Start>
    <Duration>00.35</Duration>
    <Titel>Tg1 Notte</Titel>
    <Short>Tg1 Le Idee - Che tempo fa</Short>
    <Long>Tg1 Le Idee - Che tempo fa</Long>
    </Event>
    </Channel>
    -------------------------

    ti preciso che utilizzando il plugin AutoImportXMLTV (http://www.dvbviewer.info/forum/index.php?showtopic=20539) vengo riconosciuti i canali , viene fatto anche l'associazione ma dove la fase di importazione (che termina senza errori) non vi è alcuna traccia dell'epg in DvbViewer.


    Ti ringrazio in anticipo
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Hi,

    new version.

    - Added '--subtitle' switch for handles '<sub-title>' tag.
    - Added '--extrainfo' switch for handles '<credits>' and '<episode-num>' tags
    - Added '--addstoptime' switch that add the 'stop' parameter in the '<programme>' tag
    - Fixed some little bugs

    Give it a try... :)

    Bye,
    Nephilim

    ----------------------------------------------------------------

    Salve a tutti,

    nuova versione.

    - Aggiunto il parametro '--subtitle' per gestire il tag '<sub-title>'
    - Aggiunto il parametro '--extrainfo' per gestire i tag '<credits>' e '<episode-num>'
    - Aggiunto il parametro '--addstoptime' per gestire il parametro 'stop' nel tag '<programme>'
    - Corretti alcuni piccoli bug.

    La gestione del tag <sub-title> e dei vari <credits> è piuttosto complicata e purtroppo non perfetta, visto che il formato della guida è molto vario. Inotre rende il grabber un pò più lento.

    Fatemi sapere come va. :)

    Bye,
    Nephilim
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    prova quest'ultima versione con il parametro --addstoptime

    Fammi sapere se funziona.

    Bye,
    Nephilim

    Thank you all...

    A new version is on the way. (Sub-title and episode management... ;) )

    Stay tuned...

    Bye,
    Nephilim

    Ciao , complimenti per il tuo grabber ;

    volevo chiederti se era possibile una implementazione per far in modo che il file xml di output si possa importare in DvbViewer ;

    Ti elenco quì un esempio della epg esportata da DvbViewer :
    -------------------
    <?xml version="1.0" encoding="iso-8859-1"?>
    <EPG CreatedOn="2008-01-25 00.31.39">
    <Channel Name="RAI1" ServiceID="3401" TransportID="5200" Typ="TV">
    <Event>
    <Start>2008-01-25 00.25.00</Start>
    <Duration>01.35</Duration>
    <Titel>Porta a porta</Titel>
    <Short/>
    <Long/>
    </Event>
    <Event>
    <Start>2008-01-25 02.00.00</Start>
    <Duration>00.35</Duration>
    <Titel>Tg1 Notte</Titel>
    <Short>Tg1 Le Idee - Che tempo fa</Short>
    <Long>Tg1 Le Idee - Che tempo fa</Long>
    </Event>
    </Channel>
    -------------------------

    ti preciso che utilizzando il plugin AutoImportXMLTV (http://www.dvbviewer.info/forum/index.php?showtopic=20539) vengo riconosciuti i canali , viene fatto anche l'associazione ma dove la fase di importazione (che termina senza errori) non vi è alcuna traccia dell'epg in DvbViewer.


    Ti ringrazio in anticipo
     

    Users who are viewing this thread

    Top Bottom