Beagle on .flac or .mp3's

2007-10-16 Thread Richard
Can beagle search on ALL meta-data from music files. like flac or ogg or mp3 Try to search on a meta tag called channel which would contain something like: mono stereo or joint Beagle brings up nothing. I should ask first if beagle can do this or not. Richard

Re: Beagle on .flac or .mp3's

2007-10-16 Thread D Bera
Can beagle search on ALL meta-data from music files. like flac or ogg or mp3 It can. However the music filter was recently changed to use taglib-sharp instead on entagged-sharp. Its possible that with entagged we were not extracting the channel info. I will check if we do with the new one. --

sqlite2 suport removed

2007-10-16 Thread D Bera
Hi folks, (There is an important note for Ubuntu users at the end) Eventually beagle would be moved to use the newer Mono.Data.Sqlite [1] bindings instead of the Mono.Data.SqliteClient that we currently used. The downside is that we can no longer use sqlite-2 for storing our internal data as

Re: GSoC Weekly Report

2007-10-16 Thread Debajyoti Bera
What to do with our local changes to Mono.Data.SqliteClient ? I always get confused with them. Dont even know what are those changes and why are they there :-/ (it has something to with threading and locking) ? The work done locally was mainly for memory usage reasons. IIRC, the upstream

Re: GSoC Weekly Report

2007-10-16 Thread Joe Shaw
Hi, On 10/16/07, Debajyoti Bera [EMAIL PROTECTED] wrote: What to do with our local changes to Mono.Data.SqliteClient ? I always get confused with them. Dont even know what are those changes and why are they there :-/ (it has something to with threading and locking) ? The work done

Re: GSoC Weekly Report

2007-10-16 Thread D Bera
Indeed you're right, but those changes did get merged upstream. So the memory usage I believe is the only outstanding reason. Sweet. A followup question, I didnot find any API documentation of Mono.Data.Sqlite :( #mono was also sleeping when I asked the question there. If M.D.Sqlite does not