Re: [Openpvr-devel] [Fwd: OpenPVR and Mandrake 10]
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <br...@in...> - 2004-04-27 16:01:29
|
On Tue, 2004-04-27 at 08:55 -0700, li...@mu... wrote: > Hi, Hi. > Good news: I found the source of my problem. I kep my > 'wanted_programs.xml.gz', 'seendb', etc. files in '/var/cache/openpvr', > and neglected to make the necessary symlinks in '/tmp' tot hem ('strace' > pointed the way). So now schedule runs. Good. > However, I have noticed a significant format change of the 'record' > commands (I had downloaded and compiled latest CVS, as of Saturday): >=20 > --- CUT HERE --- > # Thu Apr 29 20:00:00 2004 > ./freevo scheduleprogram --title=3D"Survivor: All-Stars" > --sub-title=3D"1083294000" --start=3D1083294000 --stop=3D1083297600 > --channel=3D"C11chan.zap2it.com" && /usr/src/openpvr/seenput "Survivor: > All-Stars" "1083294000" 1083294000 3600 "C11chan.zap2it.com" 0 > --- CUT HERE --- Yes, the new "default" output uses a freevo helper to add to the freevo recorder. To get the old output pass the following arguments: $ schedule 0 1 The first argument is the recording device to schedule for (of course 0 if you have only one) and the second is a flag saying whether you want the freevo style commands or the atjob style commands. > Is there by any chance, a way to make it spit out the "old" format? I > could probably work around what is given above, but the old format would > make that much easier :-) See above. > Just thought I would ask. And ye shall receive. :-) b. |