Re: [Musicpd-dev-team] MPD crash in memory constrained embedded system

2013-02-09 Thread Timur Aydin
On 2/8/2013 7:31 PM, Max Kellermann wrote: Yes. Ok, so when using a text database, the entire database is built in memory and then saved. How about for sqlite? Is it also built in memory and then flushed to disc? Timur

[Musicpd-dev-team] MPD crash in memory constrained embedded system

2013-02-08 Thread Timur Aydin
Hi, I have ported MPD to the Blackfin platform and been doing tests using a very large music database. The entire database is about 500GBytes, but I have run into this issue with a much smaller database as well. I am using the text database at the moment. So my question is, how does MPD do

Re: [Musicpd-dev-team] audio format information timing with idle

2013-01-07 Thread Timur Aydin
On 01/07/13 15:54, Max Kellermann wrote: I think that's a bug, and the event should be delayed until MPD knows all the details. Please write a ticket. Hello Max, I have entered a bug report into mantis. I will work on this and provide a patch for review. -- Timur

Re: [Musicpd-dev-team] audio format information timing with idle

2013-01-07 Thread Timur Aydin
On 01/07/13 16:13, Timur Aydin wrote: Hello Max, I have entered a bug report into mantis. I will work on this and provide a patch for review. Max, it looks like the spot where the audio format is available is in the player_check_decoder_startup function in player_thread.c. The patch below

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Timur Aydin
Hello Max, Last month I have worked on porting MPD to uClinux, running on the Blackfin processor. Indeed, the biggest hurdle was getting GLib to compile under uClinux. Recent versions of GLib have a permanent dependency on IPv6, which cannot be turned off, so I had to compile a IPv6 enabled