amphibem
April 20th, 2008, 08:51 PM
I have been attempting to get a working guide in MythTV and feel I am very close, with a complete tvguide.xml file full of listings for all channels (not something that has been easy before in NZ!). However mythfilldatabase fails with:
2008-04-21 11:51:35.692 Unknown xmltv channel identifier: c4 - Skipping channel.
2008-04-21 11:51:35.693 Unknown xmltv channel identifier: prime - Skipping channel.
2008-04-21 11:51:35.694 Unknown xmltv channel identifier: tv1 - Skipping channel.
2008-04-21 11:51:35.695 Unknown xmltv channel identifier: tv2 - Skipping channel.
2008-04-21 11:51:35.696 Unknown xmltv channel identifier: tv3 - Skipping channel.
I have run
mythfilldatabase --file -1 tvguide.xml --manual
and assigned each of these channels a Channel Number, and in mythbackend setup they have all been assigned to the input (labelled 'Analog') and given the correct frequencies. I have a ChannelInfo.xml with each of the channels numb
ered correctly. However mythfilldatabase fails as above, and finds no shows.
Can anyone see where I have gone wrong?
More details on the current steps here:
http://ubuntuforums.org/showthread.php?t=758447
Well found it. I had:
mythfilldatabase --file -1 tvguide.xml and not
mythfilldatabase --file 1 tvguide.xm
Seems I got confused with what option was taken out in myth 0.21 :P
2008-04-21 11:51:35.692 Unknown xmltv channel identifier: c4 - Skipping channel.
2008-04-21 11:51:35.693 Unknown xmltv channel identifier: prime - Skipping channel.
2008-04-21 11:51:35.694 Unknown xmltv channel identifier: tv1 - Skipping channel.
2008-04-21 11:51:35.695 Unknown xmltv channel identifier: tv2 - Skipping channel.
2008-04-21 11:51:35.696 Unknown xmltv channel identifier: tv3 - Skipping channel.
I have run
mythfilldatabase --file -1 tvguide.xml --manual
and assigned each of these channels a Channel Number, and in mythbackend setup they have all been assigned to the input (labelled 'Analog') and given the correct frequencies. I have a ChannelInfo.xml with each of the channels numb
ered correctly. However mythfilldatabase fails as above, and finds no shows.
Can anyone see where I have gone wrong?
More details on the current steps here:
http://ubuntuforums.org/showthread.php?t=758447
Well found it. I had:
mythfilldatabase --file -1 tvguide.xml and not
mythfilldatabase --file 1 tvguide.xm
Seems I got confused with what option was taken out in myth 0.21 :P