[Index] [TitleIndex] [WordIndex

Overview

TV_CHANNELS for Spanish Analog TV. (Barcelona).

Configuring

First do a: tv_grab_es --configure, select the channesl but you can say a (all).

Second do: tv_grab_es > /tmp/TV.xml

Third: Add this to your freevo.conf

chanlist = europe-west
tv = pal

And Finally, just copy this to your local_conf.py.

TV_CHANNELS = [('01.elpais.es', 'TVE1',      '41'),
               ('02.elpais.es', 'TVE2',      '31'),
               ('03.elpais.es', 'Antena 3',  '34'),
               ('22.elpais.es', 'cuatro',    '47'),
               ('04.elpais.es', 'Telecinco', '27'),
               ('07.elpais.es', 'TV3',       '44'),
               ('14.elpais.es', 'Canal 33',  '23'),
               ('10', 'Canal 8',             '29'),
               ('8', 'Localia',              '50'),
               ('9', 'MiraTV',               '36'),
               ('12', 'Canal 25',            '25'),
               ('24.elpais.es', 'La Sexta',  '63'),
               ('19', 'Urbe',                '57'),
               ('13', 'TT',                  '45'),
               ('20', 'BTV',                 '55'),
               ('21', 'B',                   '39'),
               ('17', 'TVCatalunya',         '38'),
               ('22', 'Comtal',              '24'),
               ('18', 'LH',                  '46'),
               ('16', 'TV CornellĂ ',         '59'),
               ('15', 'TV GavĂ ',             '62'),
               ('14', 'Viladecans',          '52'),
               ('23', 'Unknown',             '37'),
               ('24', 'Unknown2',            '32'),
               ('25', 'Unknown3',            '30'),
               ('26', 'Religioso',           '60'),]

TVE1, TVE2, Antena 3, cuatro, Telecinco should be in all Spain, and each channel should have one signal in each city.

To find the signal I did: mplayer -tv driver=v4l2 tv://(channel)

I did for each channel one mplayer command to find and identify all the channels.

mplayer -tv driver=v4l2 tv://20

mplayer -tv driver=v4l2 tv://21

...

mplayer -tv driver=v4l2 tv://69


To know which "XX.elpais.es"(xmltvid) is each channel, you should find it in your /tmp/TV.xml


Last Update 21-08-06:

"tv_grab_es" is now "tv_grab_es_laguiatv" and you should substitute the number and elpais with the new number and laguiatv. I will update this section soon.


2014-02-15 05:10