Re: [Freevo-devel] tvProgram broken?

2004-07-07 Thread Aubin Paul
The simplest way to fix it is to regenerate your schedule file, I guess it should have been clearer, and I was bitten by this same problem, but if you remove your schedule, re-run schedulefavorites, etc. they should work. On Wed, Jul 07, 2004 at 04:56:01PM +0200, Florian Demmer wrote: > hi > > ju

[Freevo-devel] [ freevo-Bugs-981256 ] OSD:clearscreen crash at end of movie

2004-07-07 Thread SourceForge.net
Bugs item #981256, was opened at 2004-06-28 08:43 Message generated for change (Comment added) made by gibson3659 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=981256&group_id=46652 Category: OSD Group: None Status: Open Resolution: None Priority: 5 Sub

[Freevo-devel] new unicode bug /w fix

2004-07-07 Thread Florian Demmer
in recordserver.py around line 220, should be: for saved_prog in progs.values(): if String(saved_prog) == String(prog): prog = saved_prog break (not str(blah)) --- This SF.Net email sponsored

[Freevo-devel] tvProgram broken?

2004-07-07 Thread Florian Demmer
hi just replaced my freevo with latest from cvs and now recording and other things around recording fail. (i use ivtv) here are some traces: 2004/07/07 16:15 CEST [*RecordServer*] going to record: 2004-07-07 16:05 to 2004-07-07 17:00 CNI0D8E Gilmore Girls 2004/07/07 16:15 CEST [*RecordServer*] T

Re: [Freevo-devel] mmpython: m4a tags

2004-07-07 Thread Aubin Paul
Sorry, I'm missing something; are you suggesting that we remove that ValueError bit? I tested the m4a support with a very limited number of files since I usually prefer high bitrate mp3s, but if you're finding => 1000 tag lengths, then we can do it. Aubin On Tue, Jul 06, 2004 at 09:56:52PM -040

[Freevo-devel] Re: Bug in mmpython... id3v2 frames mixed up.

2004-07-07 Thread Dirk Meyer
Aubin Paul wrote: > On Tue, Jul 06, 2004 at 07:04:56PM +0200, Dirk Meyer wrote: >> I know. But I noticed that some tools add the number of tracks into >> TCON, most of the time in braces, like '(13)'. So wanted to fix this. > > Are you sure about that? Putting it in braces is a definite sign that

[Freevo-devel] Updated manual-record patch

2004-07-07 Thread Wan Tat Chee
I've now changed the date selection to take into account the number of days in a month using the calendar function. The other tweak I can think of is to set stop month/day to be equal to start month/day whenever the start month/day is changed (since it typically should be after the start time)

[Freevo-devel] Re: Recordserver filename generation bug

2004-07-07 Thread Wan Tat Chee
On Tue, 6 Jul 2004, Wan Tat Chee wrote: > Hi, > > I found that the recordserver adds an extra '.' to the end of TV recording > filenames in rc4. This is using the 5.12 definitions (which allows for > different suffixes). The *.fxd file doesn't have the extra dot. Oops, my mistake, I had the extr