MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2008-01-21, 09:37   #11 (permalink)
Portal Member
 
Join Date: Dec 2004
Location: Venice
Age: 41
Posts: 71
Thanks: 7
Thanked 2 Times in 2 Posts

Country:


Default

Quote:
Originally Posted by NephilimDM View Post
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:



Quote:
Originally Posted by NephilimDM View Post
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.
xavier is offline   Reply With Quote
Old 2008-01-21, 10:07   #12 (permalink)
Portal Member
 
ammm's Avatar
 
Join Date: Jan 2005
Posts: 107
Thanks: 2
Thanked 0 Times in 0 Posts

Country:

My System

Default

spettacolare! grazie mille!
ammm is offline   Reply With Quote
Old 2008-01-22, 17:45   #13 (permalink)
Portal User
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by NephilimDM View Post
Salve a tutti.
fatemi sapere come va.
Spero di aver fatto cosa utile.

Semplicemente SPETTACOLARE!
Grande davvero..

Grazie mille ;-).
Caboto
caboto is offline   Reply With Quote
Old 2008-01-22, 19:07   #14 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 106
Thanks: 5
Thanked 20 Times in 15 Posts

Country:


Default

Thank you all...

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

Stay tuned...

Bye,
Nephilim
NephilimDM is online now   Reply With Quote
Old 2008-01-23, 10:43   #15 (permalink)
Portal Member
 
Join Date: Mar 2006
Location: Italy
Posts: 23
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Send a message via ICQ to Fabolus Send a message via MSN to Fabolus Send a message via Yahoo to Fabolus
Default

Thank you Nephlim.
__________________
Taf209
Fabolus is offline   Reply With Quote
Old 2008-01-23, 17:07   #16 (permalink)
Portal User
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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.

Last edited by matro; 2008-01-24 at 10:57. Reason: macro availability
matro is offline   Reply With Quote
Old 2008-01-24, 19:27   #17 (permalink)
Portal User
 
Join Date: Mar 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Fantastico ! Grazie Mille !

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

Ciao
cico is offline   Reply With Quote
Old 2008-01-24, 23:39   #18 (permalink)
Portal User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by NephilimDM View Post
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/inde...howtopic=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
robert4ever is offline   Reply With Quote
Old 2008-01-25, 14:26   #19 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 106
Thanks: 5
Thanked 20 Times in 15 Posts

Country:


Exclamation

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

Last edited by NephilimDM; 2008-02-10 at 22:46.
NephilimDM is online now   Reply With Quote
Old 2008-01-25, 14:29   #20 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 106
Thanks: 5
Thanked 20 Times in 15 Posts

Country:


Default

prova quest'ultima versione con il parametro --addstoptime

Fammi sapere se funziona.

Bye,
Nephilim

Quote:
Originally Posted by robert4ever View Post
Quote:
Originally Posted by NephilimDM View Post
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/inde...howtopic=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
NephilimDM is online now   Reply With Quote
Reply

Bookmarks

Tags
epg, grabber, italy, sky

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sky EPG Listings? kevin081780 WebEPG 0 2007-09-21 17:28
proble strange with channel sky italy malcom67 pre 1.0 RC1 3 2007-03-26 11:08
SKY EPG xero01uk General Support 2 2006-08-17 23:52
EPG in UK with sky xero01uk WebEPG 4 2006-08-17 23:27
EPG for UK Sky? allanmb Codecs, External Players 1 2006-03-30 00:02


All times are GMT +1. The time now is 12:20.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden