az, me too, but the point is that the built-in winamp equalizer is just terrible...so it's better to use superequ if someone wants to equalize...
Announcement
Collapse
No announcement yet.
Winamp 2.9 is here!
Collapse
X
-
Grr.. I don't like the fact that the Media Library is just an "add on" - it produces a playlist every time you double-click a song. That means shuffling through the whole ML doesn't work. Oh well, I guess I'll have to make an "the whole ML" playlist then, and shuffle that. Good thing there's now a playlist library, too
AZ
Comment
-
Burp. I found a problem.
Winamp, like every OTHER media player on the planet (except MS), just hangs hard when it has a codec mismatch.
Back to Sasami.
- GurmThe Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
Codec mismatch? Is that when it thinks a file is one codec but is really another? Why would that happen?
AZ
Comment
-
No. Stuff like:
You try to open a .mpg file that's MPG2 encoded (SVCD for example). It craps all over itself and hangs. Almost impossible to time-out, too.
And it's just plain bad coding.
How hard is a loop like this:
start_thread (get_codec_from_directshow);
while (thread_active(get_codec_from_directshow) && count < big_number) { count++; }
if (count >= big_number) {
kill_thread();
write (sorry, directshow sucks donkey cock);
}
else {
play_movie();
}
C'mon. I just did it in 30 seconds. JESUS H. CHRIST.
I HAVE SPOKEN.
- GurmThe Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
But why should there be a problem? Because you don't have a MPEG2 codec?
AZ
Comment
-
That's what I thought he meant.
Anyway, Gurm, why don't you post in their feedback forum?
AZ
Comment
-
I reiterate as in prevous threads to try using the Coolplayer music player. It uses technology from the MAD plugin for all formats for better rendering. It was stuck at build 205 for a qhile but they are making steady progress again.
Comment
-
Originally posted by az
Grr.. I don't like the fact that the Media Library is just an "add on" - it produces a playlist every time you double-click a song. That means shuffling through the whole ML doesn't work. Oh well, I guess I'll have to make an "the whole ML" playlist then, and shuffle that. Good thing there's now a playlist library, too
AZLady, people aren't chocolates. Do you know what they are mostly? Bastards. Bastard coated bastards with bastard filling. But I don't find them half as annoying as I find naive, bubble-headed optimists who walk around vomiting sunshine. -- Dr. Perry Cox
Comment
-
Now they just have to add folder monitoring to the library. Right now, if you want to refresh the library to include new files, you have to re-add the entire folder. Takes a while if your music folder has over 20GB of songs...Lady, people aren't chocolates. Do you know what they are mostly? Bastards. Bastard coated bastards with bastard filling. But I don't find them half as annoying as I find naive, bubble-headed optimists who walk around vomiting sunshine. -- Dr. Perry Cox
Comment
-
High_J:
Coolplayer's playlist is horribly broken, and it's a single guy doing development so bugs take forever to fix. I abandoned it as hopeless quite some time ago.
As for the codec issue... it's more than just assuming one codec when it's really another. DirectShow has SERIOUS issues dealing with MPEG2 video. Unless you put in a DVD, in which case it KNOWS it's a DVD... DirectShow just craps out completely oftentimes.
Bleh.
SOMEONE NEEDS TO WRITE A NON-DIRECTSHOW PLAYER. PERIOD.
I have spoken.
- GurmThe Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
Since I don't use Winamp for videos (it's not really convenient, IMHO - I use WMP 6.4 for videos), that's no problem for me.
I use WMP6 for playing single mp3s, waves, midis as well (like when I just downloaded something, and want to check it, so that when I double-click it it doesn't destroy or add to my winamp playlist).
AZ
Comment
Comment