[mythtv-users] 0.28.1: no recordings started was: Re: 0.28 compilation issue

Hika van den Hoven hikavdh at gmail.com
Fri Aug 4 07:19:04 UTC 2017


Hoi Udo,

Friday, August 4, 2017, 8:57:57 AM, you wrote:

> On 04-08-17 08:53, Udo van den Heuvel wrote:
>> Currently the backend runs but does NOT record.
>> 
>> There's guide data until 2017-08-08 04:58:00 (4 days).

> Says mythweb.

> But under Listings there is no info shown for the few TV channels I was
> recording.
> There /is/ info shown for a few radio channels.
> Something to do with tv_grab_nl ?

> Kind regards,
> Udo
> _______________________________________________

Have you tried running mythfilldatabase manually?
If it is configured correctly just running it as your mythtv user
should work.
Else you can run tv_grab_nl or better tv_grab_nl3.py creating an xmltv
output file and then importing it with mythfilldatabase.
This is the script I employ with two different configuration files.
One for all channels for the full 14 days and one only for important
channels to check up on changes for the current evening at the end of
the afternoon.

#!/bin/bash
declare Speed=${1:-"fast"}
declare SourceID=8
if [ "$Speed" == "fast" ]; then
        declare tmpfile="/tmp/out3-fast.xml"
        declare config="${HOME}/.xmltv/config3_fast.conf"

elif [ "$Speed" == "slow" ]; then
        declare tmpfile="/tmp/out3-slow.xml"
        declare config="${HOME}/.xmltv/config3_slow.conf"

else
        exit

fi

/usr/bin/tv_grab_nl3.py --config-file ${config} --output ${tmpfile}

if [ $? == 0 ]; then
        /usr/bin/mythfilldatabase --syslog local5 --file --xmlfile ${tmpfile} --sourceid ${SourceID}
fi



Tot mails,
  Hika                            mailto:hikavdh at gmail.com

"Zonder hoop kun je niet leven
Zonder leven is er geen hoop
Het eeuwige dilemma
Zeker als je hoop moet vernietigen om te kunnen overleven!"

De lerende Mens



More information about the mythtv-users mailing list