Página 1 de 1

New channels for TV3 (?)

Publicado: 31 Oct 2012, 19:54
por alcla
Hi,

To make the story short, I'm missing some "important" channels in TV3. Actually the news (full edition) are often on the second page when I try to watch it.
As the "next page" code is out of my Python knowledge, I prefered to work around the possible channels.
I identified some useful (my point of view) channels, and propose to add the following lines after line 35 of tv3.py:
itemlist.append( Item(channel=__channel__, title="TN Migdia", action="loadsection" , extra = "BBS_TNMIGD&catname=Telenoticies-Edicions-|") )
itemlist.append( Item(channel=__channel__, title="TN Vespre", action="loadsection" , extra = "BBS_TNVESP|") )
itemlist.append( Item(channel=__channel__, title="El Temps", action="loadsection" , extra = "BB_ELTEMPS|") )
itemlist.append( Item(channel=__channel__, title="TN comarques - Edició Girona", action="loadsection" , extra = "BB_EDGIRON|") )
itemlist.append( Item(channel=__channel__, title="TN comarques - Edició Lleida", action="loadsection" , extra = "BB_EDILLEI|") )
itemlist.append( Item(channel=__channel__, title="TN comarques - Edició Tarragona", action="loadsection" , extra = "BB_EDITARR|") )
itemlist.append( Item(channel=__channel__, title="TN comarques - Edició Barcelona", action="loadsection" , extra = "BB_EDBCN|") )
itemlist.append( Item(channel=__channel__, title="TN Comarques - Edició Val d'Aran", action="loadsection" , extra = "BB_TNCOMARAN|") )

Hope it might help someone :D

Alain