[Freevo-devel] Recordserver filename generation bug

2004-07-06 Thread Wan Tat Chee
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. Also, the Watch TV top level submenu info area doesn't update properly for changes

[Freevo-devel] Re: Strange Snapshot problem...

2004-07-06 Thread Aubin Paul
I tried it, recording worked fine, but I'm still getting the corrupt and 1m snapshot file that Freevo cannot load. The thumbnailing is happening, but it's breaking somewhere in the pickle. On Mon, Jul 05, 2004 at 11:14:05PM +0200, Dirk Meyer wrote: Aubin Paul wrote: Hmm... I have it set to

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

2004-07-06 Thread Aubin Paul
I notice that eyed3info.py is extracting the total number of tracks from the TCON field, however, that field is for Content Type or Genre information. This causes a problem because genre is a number, but odds are, it has nothing to do with the number of tracks. For the specification v2.3

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

2004-07-06 Thread Dirk Meyer
Aubin Paul wrote: I notice that eyed3info.py is extracting the total number of tracks from the TCON field, however, that field is for Content Type or Genre information. This causes a problem because genre is a number, but odds are, it has nothing to do with the number of tracks. For the

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

2004-07-06 Thread Aubin Paul
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 it's a genre. Any tool

[Freevo-devel] [ freevo-Bugs-985678 ] videoitem.py:380 bug

2004-07-06 Thread SourceForge.net
Bugs item #985678, was opened at 2004-07-06 02:05 Message generated for change (Comment added) made by chrb You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=985678group_id=46652 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted

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

2004-07-06 Thread Aubin Paul
Exactly... it might seem like a track number, but it's probably not. The main thing is that the ambiguity of the current approach actually makes things work badly for people will clean tags. On Tue, Jul 06, 2004 at 07:46:59PM +0200, Hans Meine wrote: On Tuesday 06 July 2004 19:04, Dirk Meyer