Re: [Freevo-users] SOLVED Re: how to (re) enable the recording time & date in directorylisting?

2010-02-10 Thread John Molohan
On 08/02/2010 10:40, Paul Sijben wrote: > I (re) inserted the line > > fxd.info['year'] = time.strftime('%m-%d ' + config.TV_TIME_FORMAT, > time.localtime(rec_prog.start)) > > in recordserver create_fxd (around line 1395) (I am imprecise because of > my own changes to the file for multiple con

[Freevo-users] SOLVED Re: how to (re) enable the recording time & date in directorylisting?

2010-02-08 Thread Paul Sijben
I (re) inserted the line fxd.info['year'] = time.strftime('%m-%d ' + config.TV_TIME_FORMAT, time.localtime(rec_prog.start)) in recordserver create_fxd (around line 1395) (I am imprecise because of my own changes to the file for multiple concurrent recording.) It looks as if this line w