Re: [Mixxx-devel] windows build

2014-10-18 Thread Ferran Pujol Camins
Could you find what was not working? Is it really an issue with the build scripts or might be something wrong in my computer? El dia 14/10/2014 17.49, "Ferran Pujol Camins" va escriure: > The libs missing are: > > *Portaudio*. I didn't rename the asio sdk folder correctly, my bad. Now > it compil

Re: [Mixxx-devel] Album Cover Support

2014-10-18 Thread RJ Ryan
The main limitation with QtConcurrent is that it uses a single global thread pool -- and currently we use 4 worker threads in our global thread pool (for parsing 3rd-party libraries, etc). There is no notion of auto-scaling or the ability for sensing whether we are overloading the system inherent i

Re: [Mixxx-devel] Album Cover Support

2014-10-18 Thread Owen Williams
Is taglib really that crash-prone? Is this really a common issue? I think crashing on totally crap data is not completely unreasonable as long as we can figure out some way of making it debuggable. I don't see how processing files for cover art is any different than processing files for audio da

Re: [Mixxx-devel] Album Cover Support

2014-10-18 Thread re-cycle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "I think crashing on totally crap data is not completely unreasonable as long as we can figure out some way of making it debuggable." *raises hand* As someone who has used Mixxx for live gigs, where it crashed enough times during various sets to sabo

Re: [Mixxx-devel] Album Cover Support

2014-10-18 Thread Gavin Swanson
Crashing is not a reasonable response to a parse error, PERIOD. On Oct 18, 2014 4:13 PM, "Owen Williams" wrote: > Is taglib really that crash-prone? Is this really a common issue? I > think crashing on totally crap data is not completely unreasonable as > long as we can figure out some way of m