Hi,<br><br>I fixed tv_grab_dvb (becuase I broke it, whoops).<br><br>And I used this script from the ethics gradient (10 points, what's that a reference to?) DVB guide:<br><br><span style="font-family: courier new,monospace;">
#!/bin/bash</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">export QTDIR=/usr/lib/qt-3.1</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">rm -f /tmp/whatson.xml</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">nice /usr/local/bin/tv_grab_dvb -t 35 -s -c /etc/chanidents >
</span><span style="font-family: courier new,monospace;">/tmp/whatson.xml</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
nice /usr/local/bin/mythfilldatabase --no-delete --file 1 -1 /tmp/whatson.xml</span><br><br>It runs fine, no errors, mythfilldatabase happily does... something where is fixes duplicates.<br>But brining up the program guide, nothing in there at all.
<br><br>Any ideas?<br><br>Thanks,<br><br>J1M.<br><br><br>