[vorbis-dev] Winamp plugin playlist behavior
Matthijs Laan
matthijsln at xs4all.nl
Sun Mar 4 12:30:06 PST 2001
At 20:01 4-3-01, you wrote:
>I'd just like to point out a strangeness in the Winamp plugin
>behavior - try this:
>
>Start playing a vorbis file, then click List Options->New List, after
>that add a playlist or a stand-alone music file to the list; almost
>immediately the first item in the list gets replaced with the song
>currently playing.
I posted something about this before but that wasn't picked up for some
reason.
In vorbis.c, function DecodeThread, line 471, replace
mod.SetInfo(bitrate / 1000, samplerate / 1000, num_channels, 1);
by
mod.SetInfo(bitrate / 1000, -1, -1, -1);
-1 values tells WinAmp "no change". I found this very annoying myself too. It's
actually a little worse; if you have more files on your playlist and need to
scroll, the plugin will make the playlist jump back instantly to show the ogg
title.
Hope this helps,
Matthijs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list