
paulgir at gmail
Jan 22, 2012, 8:50 PM
Post #4 of 4
(289 views)
Permalink
|
On Mon, 23 Jan 2012 17:31:43 +1300, <mythtvnz-request [at] lists> wrote: > Message: 6 > Date: Mon, 23 Jan 2012 12:58:52 +1300 > From: Worik Stanton <worik.stanton [at] gmail> > Subject: Re: [mythtvnz] tv_grab_nz-py set up > To: mythtvnz [at] lists > Message-ID: <4F1CA2BC.7020403 [at] gmail> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > I put the script in the Home directory and executed it manually. > Didn't see any effect on the schedule. > I did the same. > TO be sure this is the script I used... > STARTS > #! /bin/bash > wget http://nzepg.org/freeview.xml.gz > gunzip freeview.xml.gz > mythfilldatabase --file 1 freeview.xml --update > rm freeview.xml > exit > STOPS > I see no schedule information. But the 'mythweb/status' page says: > Last mythfilldatabase run started on 2012-01-22 12:10:12 and ended on > 2012-01-22 12:10:31. Successful. > There's guide data until 2012-01-29 19:00 (6 days). > FYI here is the output of the script... > $ ./updateEPG.sh > --2012-01-23 12:56:48-- http://nzepg.org/freeview.xml.gz > Resolving nzepg.org... 74.207.253.88 > Connecting to nzepg.org|74.207.253.88|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 197214 (193K) [application/x-gzip] > Saving to: `freeview.xml.gz' > 100%[======================================>] 197,214 148K/s in > 1.3s > 2012-01-23 12:56:51 (148 KB/s) - `freeview.xml.gz' saved [197214/197214] > 2012-01-23 12:56:52.665 Bypassing grabbers, reading directly from file > 2012-01-23 12:56:52.678 Using runtime prefix = /usr > 2012-01-23 12:56:52.678 Using configuration directory = > /home/lounge/.mythtv > 2012-01-23 12:56:52.713 Empty LocalHostName. > 2012-01-23 12:56:52.713 Using localhost value of mythdu > 2012-01-23 12:56:52.757 New DB connection, total: 1 > 2012-01-23 12:56:52.762 Connected to database 'mythconverg' at host: > localhost > 2012-01-23 12:56:52.786 Closing DB connection named 'DBManager0' > 2012-01-23 12:56:52.787 Connected to database 'mythconverg' at host: > localhost > 2012-01-23 12:56:52.790 Current locale en_NZ > 2012-01-23 12:56:52.812 No locale defaults file for en_NZ, skipping > 2012-01-23 12:56:52.847 Loading en_us translation for module mythfrontend > 2012-01-23 12:56:52.871 Current MythTV Schema Version (DBSchemaVer): 1264 > 2012-01-23 12:56:53.198 New DB connection, total: 2 > 2012-01-23 12:56:53.198 Connected to database 'mythconverg' at host: > localhost > 2012-01-23 12:56:53.752 IconData: Updating icons for sourceid: 1 > 2012-01-23 12:56:53.891 New DB connection, total: 3 > 2012-01-23 12:56:53.891 Connected to database 'mythconverg' at host: > localhost > 2012-01-23 12:57:03.414 Updated programs: 749 Unchanged programs: 2498 > 2012-01-23 12:57:03.448 Adjusting program database end times. > 2012-01-23 12:57:03.527 0 replacements made > 2012-01-23 12:57:03.527 Marking generic episodes. > 2012-01-23 12:57:03.568 Found 111 > 2012-01-23 12:57:03.568 Fudging non-unique programids with multiple > parts. > 2012-01-23 12:57:03.579 Found 0 > 2012-01-23 12:57:03.579 Marking repeats. > 2012-01-23 12:57:03.612 Found 0 > 2012-01-23 12:57:03.612 Unmarking new episode rebroadcast repeats. > 2012-01-23 12:57:03.616 Found 0 > 2012-01-23 12:57:03.723 Marking episode first showings. > 2012-01-23 12:57:05.311 Found 1416 > 2012-01-23 12:57:05.312 Marking episode last showings. > 2012-01-23 12:57:06.880 Found 1416 > 2012-01-23 12:57:06.883 > =============================================================== > | Attempting to contact the master backend for rescheduling. | > | If the master is not running, rescheduling will happen when | > | the master backend is restarted. | > =============================================================== > 2012-01-23 12:57:06.890 MythCoreContext: Connecting to backend server: > 192.168.1.14:6543 (try 1 of 1) > 2012-01-23 12:57:06.892 Using protocol version 63 > 2012-01-23 12:57:07.126 Received a remote 'Clear Cache' request > 2012-01-23 12:57:08.125 mythfilldatabase run complete. > 2012-01-23 12:57:08.140 DataDirect: Deleting temporary files > I ran the script in terminal and got a similar result but with these > lines for every channel: > "2012-01-23 15:33:20.500 Unknown xmltv channel identifier: > c4.freeviewnz.tv - Skipping channel." > I'll have to sort out the identifiers to get it to work. > Thanks for the help According to this page:http://wlug.org.nz/FreeViewHDMythTvNotes I'm supposed to have a /.mythtv/freeview.xmltv, but I don't. Don't know what is happening here. _______________________________________________ mythtvnz mailing list mythtvnz [at] lists http://lists.ourshack.com/mailman/listinfo/mythtvnz Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
|