Segfaults. Search capability. Memory footprint.

2000-09-19 Thread Chris Kuklewicz
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 there

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

checking for musicbrainz in configure.in

2000-09-19 Thread Roger Hardiman
Hi I see the new configure.in file checks for the library called musicbrainz. AC_CHECK_LIB(musicbrainz, mb_GenerateSignature, , So, now this is an external library, where do I find it. Roger ___ [EMAIL PROTECTED]

Re: Segfaults. Search capability. Memory footprint.

2000-09-19 Thread Chris Kuklewicz
Open the music browser, play a few tunes, then select each Theme and return to the Freeamp theme. The theme memory is NOT released: PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND 21310 ckuklewi 0 0 41260 38M 3528 S 0 0.0 50.4 0:05 freeamp 21311

Re: checking for musicbrainz in configure.in

2000-09-19 Thread Roger Hardiman
Roger Hardiman wrote: So, now this is an external library, where do I find it. Sorry, what I meant was, where do I find the source for the library in CVS. (I has all gone from /lib/musicbrainz) Roger ___ [EMAIL PROTECTED]

More Feedback

2000-09-19 Thread Joseph A. Martin
Hello, I have continued to hammer on FreeAMP. I downloaded and compiled from CVS this morning so that my feedback would be more relevant. First, some background. I have encoded most of my CD's for quick and easy access while working. I started out encoding MP3's with LAME, but switched to Ogg

Re: checking for musicbrainz in configure.in

2000-09-19 Thread robert
On 19 Sep, Roger Hardiman wrote: Roger Hardiman wrote: So, now this is an external library, where do I find it. Sorry, what I meant was, where do I find the source for the library in CVS. In a seperate directory do a cvs co mb_client. This will check out a completely seperate project

Re: checking for musicbrainz in configure.in

2000-09-19 Thread Isaac Richards
On 19-Sep-2000 Roger Hardiman wrote: aah, thanks. Was this announced to the developers anywhere? Did I miss anything? Nope, it wasn't announced yet. The windows port still needs updating to use libmusicbrainz, and there also hasn't been a release of the library yet =) Isaac

RE: More Feedback

2000-09-19 Thread Isaac Richards
On 19-Sep-2000 Joseph A. Martin wrote: I fired up my new copy of FreeAMP, and specified my music directory as the directory for the Music Browser to scan. All went well for about three minutes. It zipped through the MP3 albums and moved slower for Vorbis albums. I put that down to the lower

Re: Memory footprint.

2000-09-19 Thread rob
On 19 Sep, Sean Ward wrote: Yep, freeamp as a whole is a lot more bloated than say, winamp or XMMS. The primary size difference comes from the musicbrowser, because it loads all the metadata entries at startup, so has a memory footprint proportional to the number of tracks in your

Re: Segfaults. Search capability. Memory footprint.

2000-09-19 Thread rob
On 19 Sep, Chris Kuklewicz wrote: Open the music browser, play a few tunes, then select each Theme and return to the Freeamp theme. The theme memory is NOT released: PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND 21310 ckuklewi 0 0 41260 38M 3528 S 0

Re: More Feedback

2000-09-19 Thread rob
On 19 Sep, Joseph A. Martin wrote: On Tue, 19 Sep 2000, Isaac Richards wrote: On 19-Sep-2000 Joseph A. Martin wrote: I fired up my new copy of FreeAMP, and specified my music directory as the directory for the Music Browser to scan. All went well for about three minutes. It zipped

Misrecognition of Songs

2000-09-19 Thread Joseph A. Martin
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 the case.

Problems with ./configure?

2000-09-19 Thread Chris Kuklewicz
While I wait for musicbrainz compile, I will ask about a few peculiar problems I saw last night. I did a make clean, and ./configure again, but this time I explicitly set --enable-esd. But it did not enable esound.pmo in Makefile-plugins. Leaving out --enable-esd fixed it. At the moment, I am

RE: Problems with ./configure?

2000-09-19 Thread Isaac Richards
On 20-Sep-2000 Chris Kuklewicz wrote: While I wait for musicbrainz compile, I will ask about a few peculiar problems I saw last night. I did a make clean, and ./configure again, but this time I explicitly set --enable-esd. see configure --help. basically, there's no --enable-esd, just

Re: Gdb

2000-09-19 Thread Chris Kuklewicz
On Wed, Sep 20, 2000 at 01:24:49AM -0400, Isaac Richards wrote: see configure --help. basically, there's no --enable-esd, just --disable-esd. configure's silly and thinks they're interchangeable. I see. At the moment, I am preemptively adding code to check all use of pointers in the