Review Request 108964: Added 3 different seek options (with customizable seek lengths)

2013-02-15 Thread Anmol Ahuja
/amarokconfig.kcfg 3ebf71d src/configdialog/dialogs/PlaybackConfig.ui 3a79e43 Diff: http://git.reviewboard.kde.org/r/108964/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman

Re: Review Request 108964: Added 3 different seek options (with customizable seek lengths)

2013-02-15 Thread Anmol Ahuja
/PlaybackConfig.ui 3a79e43 Diff: http://git.reviewboard.kde.org/r/108964/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 108964: Added 3 different seek options (with customizable seek lengths)

2013-02-19 Thread Anmol Ahuja
- Normal/ Medium seek Shift + L/R - Long seek Diffs (updated) - src/amarokconfig.kcfg 3ebf71d src/MainWindow.cpp 8f985dc src/MainWindow.h 27725b3 Diff: http://git.reviewboard.kde.org/r/108964/diff/ Testing --- Thanks, Anmol Ahuja

Re: Review Request 108964: Added 3 different seek options (with customizable seek lengths)

2013-02-20 Thread Anmol Ahuja
-------- On Feb. 19, 2013, 9:07 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/108964/ > -

Need guidance: Bug 254404 (UMS Copy Order)

2013-03-07 Thread Anmol Ahuja
I really need help with this bug! Here's what I can see: CollectionTreeView calls createMetaQueryFromItems, which does not seem to return tracks in the visible order. Do I sort the tracks myself? How? FileView creates a directory loader, which calls qSta

Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-09 Thread Anmol Ahuja
racks in the correct order now Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-11 Thread Anmol Ahuja
-- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109369/#review28978 --- On March 9, 2013, 11:41 p.m., Anmol Ahuja wrote: > > -

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-11 Thread Anmol Ahuja
all *callers* of > > prepareCopy() already pass tracks in desired order. > > Anmol Ahuja wrote: > But prepareCopy functions are called in around 11 different files! Should > I overload these functions in UmsCollectionLocationcpp and sort the tracks &g

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-11 Thread Anmol Ahuja
all *callers* of > > prepareCopy() already pass tracks in desired order. > > Anmol Ahuja wrote: > But prepareCopy functions are called in around 11 different files! Should > I overload these functions in UmsCollectionLocationcpp and sort the tracks > there? > >

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-11 Thread Anmol Ahuja
all *callers* of > > prepareCopy() already pass tracks in desired order. > > Anmol Ahuja wrote: > But prepareCopy functions are called in around 11 different files! Should > I overload these functions in UmsCollectionLocationcpp and sort the tracks > there? > >

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-12 Thread Anmol Ahuja
to be copying tracks in the correct order now Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-03-12 Thread Anmol Ahuja
n.cpp d1cb0d8 src/services/mp3tunes/Mp3tunesServiceCollectionLocation.h 2b06cb4 src/services/mp3tunes/Mp3tunesServiceCollectionLocation.cpp aa61072 Diff: http://git.reviewboard.kde.org/r/109369/diff/ Testing --- Seems to be copying tracks in the correct order now Thanks, Anmol

Re: Review Request 109752: JJ 316128: Handle Data CDs in Amarok

2013-03-26 Thread Anmol Ahuja
--- Tested a data CD to see if it plays Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109752: JJ 316128: Handle Data CDs in Amarok

2013-03-26 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109752/diff/ Testing --- Tested a data CD to see if it plays Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 109781: JJ 312407 - don't transcode from mp3 to mp3

2013-03-28 Thread Anmol Ahuja
Job.cpp cab76a7 src/transcoding/TranscodingOptionsStackedWidget.cpp cf4f328 Diff: http://git.reviewboard.kde.org/r/109781/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/

Re: Review Request 109794: Fix spacing of SIGNAL and SLOT macros in connect() calls according to Amarok style guidelines

2013-03-29 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109794/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109794: Fix spacing of SIGNAL and SLOT macros in connect() calls according to Amarok style guidelines

2013-03-29 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109794/diff/ Testing (updated) --- Will test as soon as I get gmock working Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109794: Fix spacing of SIGNAL and SLOT macros in connect() calls according to Amarok style guidelines

2013-03-29 Thread Anmol Ahuja
/109794/diff/ Testing --- Will test as soon as I get gmock working Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109781: JJ 312407 - don't transcode from mp3 to mp3

2013-03-30 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109781/diff/ Testing (updated) --- Works as expected All build tests passed Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109794: Fix spacing of SIGNAL and SLOT macros in connect() calls according to Amarok style guidelines

2013-03-31 Thread Anmol Ahuja
Diff: http://git.reviewboard.kde.org/r/109794/diff/ Testing (updated) --- Build tests passed Everything seems to be working right Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-01 Thread Anmol Ahuja
codingJob.cpp cab76a7 src/transcoding/TranscodingOptionsStackedWidget.h 9495d44 src/transcoding/TranscodingOptionsStackedWidget.cpp cf4f328 Diff: http://git.reviewboard.kde.org/r/109781/diff/ Testing --- Works as expected All build tests passed Thanks, Anmol Ahuja _

Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-01 Thread Anmol Ahuja
2b1b src/playlist/view/PlaylistViewCommon.cpp e3cdd53 Diff: http://git.reviewboard.kde.org/r/109817/diff/ Testing --- Works as expected Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109794: Fix spacing of SIGNAL and SLOT macros in connect() calls according to Amarok style guidelines

2013-04-02 Thread Anmol Ahuja
- http://git.reviewboard.kde.org/media/uploaded/files/2013/04/02/fixSpacingGitformat2.patch Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 109846: BR 259862, 301512, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-03 Thread Anmol Ahuja
ui 3a79e43 Diff: http://git.reviewboard.kde.org/r/109846/diff/ Testing --- Works as expected File Attachments PlaybackConfig Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, A

Re: Review Request 109846: BR 259862, 301512, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-03 Thread Anmol Ahuja
eLists.txt 990f313 src/EngineController.cpp 52bfd90 Diff: http://git.reviewboard.kde.org/r/109846/diff/ Testing --- Works as expected File Attachments PlaybackConfig Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, A

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-03 Thread Anmol Ahuja
is specific to only local files. And I'm not checking Track::isPlayable(), just whether it is a local file, and if we have read permissions on it if it is a local file. - Anmol --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109817/#review303

Re: Amarok and system suspend behaviour

2013-04-04 Thread Anmol Ahuja
True. Solid::PowerManagement::beginSuppressingSleep() [used in the patch] only prevents automatic suspend. -- Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Amarok and system suspend behaviour

2013-04-04 Thread Anmol Ahuja
y, I'll change the defaults. Also please test whether the Sleep button works if the first checkbox is > checked and Amarok is playing. The sleep button works as usual, it counts as manual sleep. I did try it myself, and confirmed on #solid. --- Anmol Ahuja

Re: Review Request 109846: BR 259862, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-04 Thread Anmol Ahuja
fig Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109846: BR 259862, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-04 Thread Anmol Ahuja
og/dialogs/PlaybackConfig.ui 3a79e43 Diff: http://git.reviewboard.kde.org/r/109846/diff/ Testing --- Works as expected File Attachments PlaybackConfig Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, A

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-04 Thread Anmol Ahuja
uot;. > > > > Maybe it has sense to intoduce virutal > > Meta::Track::notPlayableReason(), but that would require acknowledge from > > other developers. > > Anmol Ahuja wrote: > But the problem is specific to only local files. > And I'm not ch

Re: Review Request 109846: BR 259862, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-04 Thread Anmol Ahuja
backConfig Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Modify build-test CMake?

2013-04-05 Thread Anmol Ahuja
In this patch here, BR 259862,222571: Add options to pause playback on suspend and inhibit automatic suspend if playing should I modify the tests/ cmake files [tests/core-impl/meta/multi/CMakeLists.txt] and [tests/playlist/CMakeLists.txt] so as not to

Re: Review Request 109846: BR 259862, 222571: Add options to pause playback on suspend and inhibit automatic suspend if playing

2013-04-05 Thread Anmol Ahuja
rd.kde.org/media/uploaded/files/2013/04/03/snapshot11.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-05 Thread Anmol Ahuja
::JUST_COPY, Transcoding::Configuration::TranscodeAll ); - Anmol --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109781/#review30336 ------

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-06 Thread Anmol Ahuja
t? Also please > > rename transConfig to trackSelection and don't provide default value for it. > > Anmol Ahuja wrote: > But with the default value, don't calls like: > Transcoding::Configuration configuration( Transcoding::JUST_COPY ); > seem be

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-07 Thread Anmol Ahuja
passed File Attachments (updated) Transcoding-Assistant Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/07/snapshot12.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-07 Thread Anmol Ahuja
as expected All build tests passed File Attachments Transcoding-Assistant Dialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/07/snapshot12.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@k

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-08 Thread Anmol Ahuja
a.cpp b59715c src/services/lastfm/meta/LastFmMeta.h 9c54a10 src/services/lastfm/meta/LastFmMeta.cpp 424d136 Diff: http://git.reviewboard.kde.org/r/109817/diff/ Testing --- Works as expected Thanks, Anmol Ahuja ___ Amarok-devel mailing list

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-08 Thread Anmol Ahuja
expected Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-09 Thread Anmol Ahuja
/ampache/AmpacheMeta.h 934fe75 src/services/ampache/AmpacheMeta.cpp b59715c src/services/lastfm/meta/LastFmMeta.h 9c54a10 src/services/lastfm/meta/LastFmMeta.cpp 424d136 Diff: http://git.reviewboard.kde.org/r/109817/diff/ Testing --- Works as expected Thanks, Anmol Ahuja

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-13 Thread Anmol Ahuja
/AmpacheMeta.cpp b59715c src/services/lastfm/meta/LastFmMeta.h 9c54a10 src/services/lastfm/meta/LastFmMeta.cpp 424d136 Diff: http://git.reviewboard.kde.org/r/109817/diff/ Testing --- Works as expected Thanks, Anmol Ahuja ___ Amarok-devel

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-13 Thread Anmol Ahuja
automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109817/#review30947 --- On April 13, 2013, 7:08 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://gi

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-15 Thread Anmol Ahuja
---- On April 13, 2013, 7:08 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/109817/ > --

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-18 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109817/diff/ Testing --- Works as expected Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-18 Thread Anmol Ahuja
viewboard.kde.org/r/109817/#review31014 --- On April 18, 2013, 8:48 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-18 Thread Anmol Ahuja
ttp://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-18 Thread Anmol Ahuja
t be okay? I haven't changed this yet. - Anmol --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109781/#review30949 ------- On April 18, 2013, 10:35 p.m., Anmol Ahuja wrote: > > -

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-18 Thread Anmol Ahuja
cally generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109781/#review30949 --- On April 18, 2013, 10:35 p.m., Anmol Ahuja wrote: > > --- > This is an automa

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-18 Thread Anmol Ahuja
me() semantics and to > > show also all other TrackSelection choices for given encoder and parameters. > > Anmol Ahuja wrote: > I can't seem to be able to mark those issues on the screenshot as fixed, > or even comment on them! "Also please adapt Transcoding::Sele

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-19 Thread Anmol Ahuja
rd.kde.org/r/109781/diff/ Testing --- Works as expected All build tests passed File Attachments TranscodingAssistantDialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja __

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-19 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/109817/diff/ Testing (updated) --- Works as expected Build tests passed Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 109817: JJ 313649 - No warning if there are no permissions to read file

2013-04-19 Thread Anmol Ahuja
) - Anmol --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109817/#review31274 --- On April 19, 2013, 6:12 p.m., Anmol Ahuja wrote: > &

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
: http://git.reviewboard.kde.org/r/109781/#review31374 ------- On April 19, 2013, 1:47 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-m

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
re. (there's a switch > > case for it, but it now newer fires AFAICS) > > Anmol Ahuja wrote: > It is, when the save configuration isJustCopy() and when it's invalid. > > Either of those cases can be replaced by the three newly added enums, > s

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
re. (there's a switch > > case for it, but it now newer fires AFAICS) > > Anmol Ahuja wrote: > It is, when the save configuration isJustCopy() and when it's invalid. > > Either of those cases can be replaced by the three newly added enums, > s

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
as expected All build tests passed File Attachments TranscodingAssistantDialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja ___ Amarok-devel mail

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
as expected All build tests passed File Attachments TranscodingAssistantDialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja ___ Amarok-devel mail

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
as expected All build tests passed File Attachments TranscodingAssistantDialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja ___ Amarok-devel mail

Re: Review Request 109781: Bug #312407 - don't transcode from mp3 to mp3

2013-04-21 Thread Anmol Ahuja
as expected All build tests passed File Attachments TranscodingAssistantDialog http://git.reviewboard.kde.org/media/uploaded/files/2013/04/18/TranscodingAssistantDialog_1.png Thanks, Anmol Ahuja ___ Amarok-devel mail

Re: GSoC Application Review

2013-04-29 Thread Anmol Ahuja
> Just one remark about your availability: June 4 to June 17 is almost 2 > weeks you will not be available, and according to your time-line you > have quite some stuff planed for that time: > > June 31 - July 6 : Write QtScriptObject for Querymaker and > Bookmarks. Add accessor for QueryMaker to

Re: GSoC Application Review

2013-04-30 Thread Anmol Ahuja
It wasn't supposed to be private, that was accidental. Resending it to the amarok-devel mailing list. Thanks for the thorough review :) On Tue, Apr 30, 2013 at 3:56 AM, Matěj Laitl wrote: > On 30. 4. 2013 Anmol Ahuja wrote: > > And for classes like CollectionLocation, should I c

Re: GSoC Application Review

2013-05-01 Thread Anmol Ahuja
On Tue, Apr 30, 2013 at 7:20 PM, Anmol Ahuja wrote: > > >> > - Synchronization Job >> >> Do you mean statistics synchronization? Perhaps even more useful would be >> to >> expose "Track matching job" is some way. > > Okay, I&

Re: GSoC Application Review

2013-05-01 Thread Anmol Ahuja
On Thu, May 2, 2013 at 3:09 AM, Matěj Laitl wrote: > On 2. 5. 2013 Anmol Ahuja wrote: > > Here's a new version of the proposal. Some things like suspend inhibition > > and transcoding are still tentative, since I am awaiting a response to my > > previous email. > &

Re: GSoC Application Review

2013-05-02 Thread Anmol Ahuja
On Thu, May 2, 2013 at 6:32 AM, Matěj Laitl wrote: > On 30. 4. 2013 Anmol Ahuja wrote: > > On Tue, Apr 30, 2013 at 3:56 AM, Matěj Laitl wrote: > > > Right, although I'd remove the "porting popular A 1.4 scripts" - there > are > > > more useful thing

Re: GSoC Application Review

2013-05-02 Thread Anmol Ahuja
On Thu, May 2, 2013 at 6:59 AM, Matěj Laitl wrote: > On 2. 5. 2013 Anmol Ahuja wrote: > > Short description: My > > proposal aims at revamping the Amarok scripting interface, and adding an > > intuitive Script Creator graphical application allowing easy script > >

Re: Review Request 110362: BR 317385 - Command line options like --queue and --append do not work

2013-05-12 Thread Anmol Ahuja
ents in the report. I'm debugging this currently. > > Anmol Ahuja wrote: > I'm sorry, it doesn't solve the complete problem. > > According to the bug report: > "Expected Results: > 1) look for the actual song/url on the current playlist,

Review Request 111212: Kill long running scripts

2013-06-24 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/111212/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111212: Kill long running scripts

2013-06-24 Thread Anmol Ahuja
/AmarokScriptableServiceScript.cpp a312671 Diff: http://git.reviewboard.kde.org/r/111212/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111212: Kill long running scripts

2013-06-25 Thread Anmol Ahuja
cally generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111212/#review35037 ------- On June 24, 2013, 4:10 p.m., Anmol Ahuja wrote: > > --- >

Re: Review Request 111212: Kill long running scripts

2013-06-25 Thread Anmol Ahuja
/AmarokScriptableServiceScript.cpp a312671 Diff: http://git.reviewboard.kde.org/r/111212/diff/ Testing --- File Attachments (updated) script http://git.reviewboard.kde.org/media/uploaded/files/2013/06/25/benchmark.zip Thanks, Anmol Ahuja ___ Amarok

Re: Review Request 111212: Kill long running scripts

2013-06-26 Thread Anmol Ahuja
o. I'm sorry, I don't know how I could've left them. - Anmol --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111212/#review35095 ------

Re: Review Request 111212: Kill long running scripts

2013-06-26 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/111212/diff/ Testing --- File Attachments script http://git.reviewboard.kde.org/media/uploaded/files/2013/06/25/benchmark.zip Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https

Review Request 111343: Week 2: Revamping Amarok's Scripting Interface

2013-07-01 Thread Anmol Ahuja
://git.reviewboard.kde.org/r/111343/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111343: Week 2: Revamping Amarok's Scripting Interface

2013-07-02 Thread Anmol Ahuja
-CREATION src/scriptengine/exporters/QueryMakerExporter.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111343/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request 111343: Week 2: Revamping Amarok's Scripting Interface

2013-07-02 Thread Anmol Ahuja
ard.kde.org/r/111343/#review35427 --- On July 2, 2013, 5:53 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Review Request 111449: Week 3: Revamping Amarok's Scripting Interface

2013-07-08 Thread Anmol Ahuja
/ScriptableServiceManager.cpp aa28a6c src/services/scriptable/ScriptableServiceQueryMaker.cpp 8a6d536 Diff: http://git.reviewboard.kde.org/r/111449/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https

Re: Review Request 111552: Week 4 : Revamping Amarok's Scripting Interface

2013-07-17 Thread Anmol Ahuja
src/scriptmanager/ScriptItem.h PRE-CREATION src/scriptmanager/ScriptItem.cpp PRE-CREATION src/scriptmanager/ScriptManager.h PRE-CREATION src/scriptmanager/ScriptManager.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111552/diff/ Testing --- Thanks, Anmol Ahuja

Review Request 111552: Week 4 : Revamping Amarok's Scripting Interface

2013-07-17 Thread Anmol Ahuja
ATION src/scriptmanager/ScriptItem.cpp PRE-CREATION src/scriptmanager/ScriptManager.h PRE-CREATION src/scriptmanager/ScriptManager.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111552/diff/ Testing --- Thanks, Anmol Ahuja ___ A

Re: Feature Request: Multithreaded transcoding [Bug 317093]

2013-07-24 Thread Anmol Ahuja
On Wed, Jul 24, 2013 at 3:31 AM, vedant agarwala wrote: > Hey Anmol are working on this bug? If not, I would take want to take it up. > No, I'm not working on this. Feel free to take it up. :) --- Anmol ___ Amarok-devel mailing list Amarok-devel@kde.or

[no subject]

2013-08-19 Thread Anmol Ahuja
I'm been working on Amarok's scripting interface as part of my GSoC project, and Mark and I were wondering about making the UI scriptable to some extent. But the question is, how much can [and should] we expose? --- Anmol Ahuja ___ Amarok-dev

Re: Review Request 109369: Bug #254404: Copy files to USB storage devices in display order by sorting tracks in CollectionLocation.cpp

2013-08-25 Thread Anmol Ahuja
- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109369/#review38520 --- On March 12, 2013, 11:57 p.m., Anmol Ahuja wrote: > > -

Amarok Scripting API

2013-08-28 Thread Anmol Ahuja
Here's the current state of the Amarok Scripting API. : Amarok.Lyrics public slots: void showLyrics( const QString& lyrics ) const; void showLyricsHtml( const QString& lyrics ) const; void showLyricsError( const QString& error ) const; void showLyric

Re: Amarok Scripting API

2013-08-28 Thread Anmol Ahuja
> I think he means that the grey ones existed from before and the black ones were added by him. Yep, that's it. I'm sorry, I should've clarified. ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Amarok Scripting API

2013-08-28 Thread Anmol Ahuja
> Right, but I see three different colors. Grey, a very light grey, and black. That particular variation is unintentional. ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Amarok Scripting API

2013-08-28 Thread Anmol Ahuja
Amarok Scripting API Status 2.0 Existing: Amarok.Lyrics public slots: void showLyrics( const QString& lyrics ) const; void showLyricsHtml( const QString& lyrics ) const; void showLyricsError( const QString& error ) const; void showLyricsNotFound( co

Re: Amarok Scripting API

2013-09-09 Thread Anmol Ahuja
> like maybe the ContextView, and perhaps tagging. > Sounds good. I seem to have skipped podcasts too. --- Anmol ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 113356: GSoC 2013: Revamping Amarok's Scripting Interface

2013-10-20 Thread Anmol Ahuja
/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 113389: GSoC 2013 Revamping Scripting - Part 5/6 : Misc shared/

2013-10-22 Thread Anmol Ahuja
shared/tag_helpers/ID3v2TagHelper.cpp 03a3836 shared/tag_helpers/MP4TagHelper.cpp 23d8879 shared/tag_helpers/VorbisCommentTagHelper.cpp 8ff52c5 Diff: http://git.reviewboard.kde.org/r/113389/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok

Review Request 113386: GSoC 2013 Revamping Scripting - Part 3/6 : Scripts

2013-10-22 Thread Anmol Ahuja
/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 113385: GSoC 2013 Revamping Scripting - Part 2/6 : Script Manager

2013-10-22 Thread Anmol Ahuja
/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 113390: GSoC 2013 Revamping Scripting - Part 6/6 : Misc src/

2013-10-22 Thread Anmol Ahuja
/ScriptableServiceQueryMaker.cpp 07233dd Diff: http://git.reviewboard.kde.org/r/113390/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 113384: GSoC 2013 Revamping Scripting - Part 1/6 : Scripting wrappers

2013-10-22 Thread Anmol Ahuja
/scriptengine/exporters/ScriptableBiasExporter.h PRE-CREATION src/scriptengine/exporters/ScriptableBiasExporter.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/113384/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list

Review Request 113387: GSoC 2013 Revamping Scripting - Part 4/6 : Script Console

2013-10-22 Thread Anmol Ahuja
/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 113356: GSoC 2013: Revamping Amarok's Scripting Interface

2013-10-22 Thread Anmol Ahuja
---- On Oct. 20, 2013, 6:43 p.m., Anmol Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/113356/ > -

Re: Review Request 113356: GSoC 2013: Revamping Amarok's Scripting Interface

2013-10-22 Thread Anmol Ahuja
/ScriptableServiceQueryMaker.cpp 07233dd Diff: http://git.reviewboard.kde.org/r/113356/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111552: Week 4 : Revamping Amarok's Scripting Interface

2013-10-22 Thread Anmol Ahuja
/111552/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111449: Week 3: Revamping Amarok's Scripting Interface

2013-10-22 Thread Anmol Ahuja
ee8bdfa src/services/scriptable/ScriptableServiceInfoParser.cpp 998135b src/services/scriptable/ScriptableServiceManager.cpp aa28a6c src/services/scriptable/ScriptableServiceQueryMaker.cpp 8a6d536 Diff: http://git.reviewboard.kde.org/r/111449/diff/ Testing --- Thanks, Anmol

Re: Review Request 111343: Week 2: Revamping Amarok's Scripting Interface

2013-10-22 Thread Anmol Ahuja
-CREATION src/scriptengine/exporters/QueryMakerExporter.h PRE-CREATION src/scriptengine/exporters/QueryMakerExporter.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111343/diff/ Testing --- Thanks, Anmol Ahuja ___ Amarok-devel mailing

Re: Review Request 111212: Kill long running scripts

2013-10-22 Thread Anmol Ahuja
: http://git.reviewboard.kde.org/r/111212/diff/ Testing --- File Attachments script http://git.reviewboard.kde.org/media/uploaded/files/2013/06/25/benchmark.zip Thanks, Anmol Ahuja ___ Amarok-devel mailing list Amarok-devel

  1   2   >