Hi, I've just checked out the CVS version and noticed one thing that is not so good and might be a bug. Row 168 in mplayer.py adds an extra option "-cache 100" if the item is supposedly played from the network. However, when playing from a cd the network_play flag is set to True, causing mplayer to start with a buffer of only 100 kb instead of the buffer size set in local_conf.py. At least on my machine, using such a small buffer makes cds unplayable due to the amount of skips.
The question is: Is the network_play flag set erroneously or is mplayer.py erroneous when setting an extra option? Or maybe both? Does somebody know the reason for mplayer.py setting the cache flag? Isn't it enough setting it via the variable MPLAYER_ARGS in local_conf? Another question: I have modified the freevo code to produce a directory entry "Complete Playlist" for audio files, in the same manner as the "Random Playlist" except the playlist is not randomized of course. I did this because I prefer listening to an album or cd in the "correct" order than in a random order. Is this something worth sending in a patch for, or is there another way of achieving the same effect? Cheers! /Michael Grundberg ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
