TVLOGOS = '/etc/freevo/logos'
my TV_CHANNELS is set to
TV_CHANNELS = [ ('south.bbc1.bbc.co.uk', 'BBC ONE', '101' ),
('south.bbc2.bbc.co.uk', 'BBC TWO', '102' ),
('bbc3.bbc.co.uk', 'BBC THREE', '106' ),
('bbc4.bbc.co.uk', 'BBC FOUR', '107' ),
('itv1.itv.co.uk', 'ITV1', '103' ),
('itv2.bbc.co.uk', 'ITV2', '113' ),
('itv3', 'ITV3', '116' ),
('channel4.com', 'Channel 4', '104' ),
('channel5.co.uk', 'five', '105' ),
('sky-one.sky.com', 'Sky One', '120' ),
('ftn', 'FTN', '123' ),
('abc1', 'ABC1', '161' ),
('living_tv', 'LivingTV', '129' ),
('uk-gold.flextech.telewest.co.uk', 'UKTV Gold', '124' ),
('uk_history', 'UKTV History', '203' ),
('uk_bright_ideas', 'UKTV Bright Ideas', '263' ),
('uk-style.flextech.telewest.co.uk', 'UKTV Style', '265' ) ]
I'm assuming the arguments to each channel are (channel_id, channel_name, channel_number) this seems to be missing from the documentation...
My video groups are configured for external tuner like so
VIDEO_GROUPS = [
VideoGroup(vdev='/dev/video0',
adev=None,
input_type = 'tuner',
input_num=6,
tuner_norm='PAL',
tuner_type='external',
tuner_chanlist=CONF.chanlist,
desc='Telewest-Pace',
recordable=True)
]My XMLTV file is in the format of;
<channel id="south.bbc1.bbc.co.uk"> <display-name>BBC 1</display-name> </channel> <channel id="south.bbc2.bbc.co.uk"> <display-name>BBC 2</display-name> </channel> <channel id="bbc3.bbc.co.uk"> <display-name>BBC 3</display-name> </channel> <channel id="bbc4.bbc.co.uk"> <display-name>BBC 4</display-name> </channel>
If I name the files either
BBC\ 1.png south.bbc1.bbc.co.uk.png bbc1.png
or using .png files instead I still get no logo's loading. I would also like my TV Listings to load up in the order in which I have put them in the TV_CHANNELS setting, but they seem to be sorted alphabetically.
Any help is much appreciated
Regards Karl,
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
