Re: FreeAmp-dev digest, Vol 1 #163 - 12 msgs

2000-08-24 Thread Sean Ward
> How would httpinput feed the title back in the freeamp object module? > It looks like the the FreeAmpTheme class needs to eventually be called > to draw the title. Is httpinput even the correct place to put the > id3v2 parsing? > I stared looking through the plugin API a bit, but not enough to

Re: GET problem tracked down (patch included)

2000-08-26 Thread Sean Ward
table recommended streams feature, and has no relationship to the actual streaming process. This could be a result of a frame alignment issue feeding the decoder, but it doesn't exhibit the same sideband/header corruption that happens in bug #905. -Sean Ward Relatable __

Re: GET problem tracked down (patch included)

2000-08-26 Thread Sean Ward
is why I think this has nothing to do with the stream. > Very possibly. -Sean Ward Relatable ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Re: Freeamp 2.1 Beta 7 Error

2000-09-01 Thread Sean Ward
Yep. Due to numerous bugs/mistakes in microsofts implementation of the STL, we switched to using the SGI STL for windows builds. You can get a MSVC compatible copy here: http://www.sirius.com/~ouchida/ The min error is because of the NOMINMAX define, which tells the system to use the template for

Re: min()/max() problems with MSVC6.0

2000-09-15 Thread Sean Ward
Actually, its an STL issue. The stock STL shipped with visual studio has, lets just call them "issues" with thread safety ;). So, we use the sgi STL for windows builds, which you can snag at http://www.sirius.com/~ouchida/. All the freeamp projects have the NOMINMAX define, hence the min max issue

Re: Segfaults. Search capability. Memory footprint.

2000-09-19 Thread Sean Ward
> Two down, alot of segfaults to go > I have seen a number of additional segfaults, but I have not been able > to reliably reproduce one yet, so I am temporarily stalled (that and I > had no free time this last weekend). Mostly I am mucking about in the > music browser when freeamp dies. Is

Re: Misrecognition of Songs

2000-09-20 Thread Sean Ward
> Hello, > > I've noticed an interesting - uhh - side effect of the MusicBrainz > library. At least I think that is what is at fault. As you all know > meta data for Vorbis files currently is not read. All of my Vorbis > files should show up under "Uncategorized Tracks". Surprisingly that > is not

Re: Implementing Better String Storage

2000-09-24 Thread Sean Ward
> I have changes metadata.h to use my charstore.h now. > > Why use the source to learn when I can ask: What are the aps* files > for? I am asking because apsmetadata seems to keep its own copy of > alot of strings. These *seem* to be copied from the metadata. > > In which case, I want to reduc

Re: What *is* the GUID

2000-09-28 Thread Sean Ward
The GUID->url map is because the metadatabase is keyed off URL. When you want to retrieve the metadata, or at least the filename of a given song, given the song GUID, you use that map to get the filename. The GUID is unique, in that any files which share the same GUID are duplicates of each other,

Re: Freeamp html by Doxygen 1.2.2

2000-09-28 Thread Sean Ward
hehe, I'm the only one to use namespaces... ;) -Sean > The cvsweb is nice, since it is always up to date. > > (It would be nicer if template brackets < > were not stripped as bad > html) > > But to help dig through the multitude of code, I built the latest > Doxygen and had it try and index and