Aubin Paul wrote:
I added code for that to tv_util. I haven't committed it because I
wasn't sure if you did it elsewhere.

I did but can't remember, heh.... tv_util is where it should live though.



Also, while we're doing that, we might as well move to a user-specified file format. Like, I prefer:

09-10_03:00_-_The_Daily_Show_With_Jon_Stewart_.mpg

But others may prefer to have the year (I'm not sure why, since I
think if you don't know what year it is, you have other problems :)
We could probably just use strftime variables, like this:

----
mask = '%%m-%%d %%H:%%M %s.mpg'  ## This goes in local_conf.py

filemask = mask % (progname)     ## This goes into tv_util.getProgFilename
filename =  progname2filename(time.strftime(filemask))
---

I would definately like this feature!



One last note, the progname2filename function should be copied into tv_util, and we shouldn't import record_video.py because record_video tries to initialize the display.

Also record_video.py will probably go away in the future as I don't think it is used by anything else in cvs.


-Rob



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to