[mythtvnz] Internet Traffic

Tortise tortise at paradise.net.nz
Wed Dec 23 10:37:19 GMT 2009


----- Original Message ----- 
From: "Nick Rout" <nick.rout at gmail.com>
To: "MythTV in NZ" <mythtvnz at lists.linuxnut.co.nz>
Sent: Wednesday, December 23, 2009 10:40 PM
Subject: Re: [mythtvnz] Internet Traffic



> think jamu is a python program.



/etc/cron.hourly/mythvideo contains:
#!/bin/sh
#Hourly massive update to ensure users see graphics coming in for upcoming recordings and current recordings
DIRECTORY=$(grep ^mythtv /etc/passwd | awk -F : '{print $6}')
if [ -f "$DIRECTORY/.mythtv/config.xml" ]; then
su mythtv -c "/usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py -MW >> '/var/log/mythtv/jamu.log'"
fi
{end}

The log details each program that data been sought for - zillions - every hour....

For example:
-----Scheduled & Recorded Statistics-------
Number of Scheduled & Recorded ......( 153)
Number of Fanart graphics found .....( 36)
Number of Poster graphics found .....( 34)
Number of Banner graphics found .....( 0)
Number of Fanart graphics downloaded ( 0)
Number of Poster graphics downloaded ( 0)
Number of Banner graphics downloaded ( 0)
Number of Miro TV Shows ............ ( 0)
Number of Miro Movie Trailers ...... ( 0)

Think I'll comment it out for now and maybe later make it run once a week....  For anyone interested this is the default behaviour 
on mythbuntu 9.10 with JYA's repo. 




More information about the mythtvnz mailing list