Re: [Mixxx-devel] Library improvement work

2010-09-05 Thread Tobias Rafreider
Jus: At the moment the star colour is hard coded but will be changed soon. I am also happy to announce that the library scanner has been accelerated by a factor of 3-4. However, this is only valid if you do not upgrade from a 1.7 library. Assuming an empty database Mixxx took around 22s to scan

Re: [Mixxx-devel] Library improvement work

2010-09-03 Thread Tobias Rafreider
Jus: At the moment the star colour is hard coded but will be changed soon. I am also happy to announce that the library scanner has been accelerated by a factor of 3-4. However, this is only valid if you do not upgrade from a 1.7 library. Assuming an empty database Mixxx took around 22s to s

Re: [Mixxx-devel] Library improvement work

2010-08-30 Thread jus
Thanks a bunch for adding these useful features. The star`s color: is it hard coded or adjustable via skin? If not adjustable can we make it the same colour as the font in the library per default? The star stands out already cause of its shape, no need to have it in another colour than the rest

Re: [Mixxx-devel] Library improvement work

2010-08-29 Thread Tobias Rafreider
Hey Owen, I guess that rotating is possible. All I did for the moment was to adapt the "Star delegate" example from http://doc.qt.nokia.com/4.6/itemviews-stardelegate.html . Tobias http://doc.qt.nokia.com/4.6/itemviews-stardelegate.html Am 30.08.2010 00:51, schrieb Owen Williams: > Hey, great

Re: [Mixxx-devel] Library improvement work

2010-08-29 Thread Owen Williams
Hey, great work! The library is starting to look really good. One tiny annoyance though, is it possible to make the stars rotated properly, like this: ★ ? Or would that require too much math in the drawing code? Alternately, what about just using that unicode character? Owen On Mon, 2010-08-3

Re: [Mixxx-devel] Library improvement work

2010-08-27 Thread Owen Williams
I'll be honest here: no and no. the improvements I've written are features I'd already worked on this year that just needed to be adapted for trunk, and don't really add much to the existing code base. I don't know much about mp3 tagging so I'm not in a position to add these features to mixxx.

Re: [Mixxx-devel] Library improvement work

2010-08-27 Thread Tobias Rafreider
Good work, could you also add a 'rating' column? This is useful to spot favourite songs more easily. https://bugs.launchpad.net/mixxx/+bug/625565 Thanks, Tobias Thanks! Am 27.08.2010 23:05, schrieb jus: > Great work, > would it be possible to take care of the "Key" column too? > https://bug

Re: [Mixxx-devel] Library improvement work

2010-08-27 Thread jus
Great work, would it be possible to take care of the "Key" column too? https://bugs.launchpad.net/mixxx/+bug/611871 Key is quite useful for harmonic mixing. Thanks, jus On 27 Aug 2010, at 22:40, Owen Williams wrote: > funny you should mention that -- next to the checkbox is the "times > play

Re: [Mixxx-devel] Library improvement work

2010-08-27 Thread Owen Williams
funny you should mention that -- next to the checkbox is the "times played" value in parenthesis. cheers, owen On Fri, 2010-08-27 at 16:34 -0400, RJ Ryan wrote: > Awesome Owen. Another thing that goes hand-in-hand with a 'played' > column is a 'times played' column which might be useful as well.

Re: [Mixxx-devel] Library improvement work

2010-08-27 Thread RJ Ryan
Awesome Owen. Another thing that goes hand-in-hand with a 'played' column is a 'times played' column which might be useful as well. I'll take a look, but if you did it how I imagine you did, there should be no stability issue involved. We can probably merge this into trunk very quickly and it'll f

[Mixxx-devel] Library improvement work

2010-08-27 Thread Owen Williams
The other thing I'm always hacking on is the library code. I've brought that up to date too and created another branch on launchpad: https://code.launchpad.net/~ywwg/mixxx/features_library There are two big changes: * improve search mechanism (search more fields, multiple terms, etc) * add check