Re: Review Request: Fixes bug 263640

2011-08-22 Thread Maximilian Kossick
I agree with Bart, it looks pretty good. One thing to be careful of though: you are quite often calling playableUrl() to determine whether the url is accessible. If I remember correctly there is one case, MtpCollection, that has to copy the file to a temporary location before or within playableUrl(

Re: Amarok mysql database details

2011-06-15 Thread Maximilian Kossick
Additionally, you can dump the complete database content into csv files, one per table, including column headers. There's a way to start the dump from the script console, but I forgot which command it is exactly. They'll be in your home directory. For even more fun, you can magically configure Amar

Re: GSoC: Amarok Mobile Foundations

2011-03-25 Thread Maximilian Kossick
Good idea. Although I'd recommend to drop the additional collection implementation or make it an optional goal. In my opinion properly untangling the dependency mess that is Amarok, not only with respect to Backend<->GUI but also Backend<->Backend, is going to be hard enough. There should be netwo

Re: Review Request: Crash when browsing a category [@ CollectionTreeItem::row]

2011-02-25 Thread Maximilian Kossick
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100723/#review1649 --- I'm not sure about the need to abort the QMs. The QM -> model co

Re: Review Request: Remove addMatchTo and addMatch( Meta::DataPtr )

2010-12-01 Thread Maximilian Kossick
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100182/#review451 --- - Maximilian On 2010-12-01 17:06:40, Ralf Engels wrote: > > --

Re: Re: [Amarok] b18a028: Use shared memory for collection

2010-11-07 Thread Maximilian Kossick
.@gmail.com, amarok-devel@kde.org >> Cc: kde-comm...@kde.org >> Message-ID: <4cd55226.9030...@kde.org> >> Content-Type: text/plain; charset="utf-8" >> >> On 11/06/2010 05:38 AM, Maximilian Kossick wrote: >> > One of the reasons for collection s

Re: [Amarok] b18a028: Use shared memory for collection scanner to rememb

2010-11-06 Thread Maximilian Kossick
One of the reasons for collection scanner as a separate executable was to prevent a crash in collectionscanner from bringing down Amarok as well. As both processes only communicated with each other via files or stdout/stdin, this was relatively safe. Is it ensured that a corrpution of the shared me