Re: 2nd Draft proposal for GSoC Project: Porting to Qt5/KF5/Plasma 5

2015-03-22 Thread vedant agarwala
I have made some minor changes so adding them inline: On Thu, Mar 19, 2015 at 1:04 PM, vedant agarwala wrote: > Hello everyone, > > I am applying for the GSoC project: porting Amarok to Qt5/KF5. This > project is very vital for Amarok and I need your help with it. > > I ha

Re: Regarding Google Summer of code 2015 Mentor

2015-03-22 Thread vedant agarwala
Please check out the KDE ideas page for GSoC 2015. It is very late for you to propose your own ideas as the deadline is 6 days away. Also, did you see KDE ideas page for 2014 by mistake? "Lyric support improvements" was last year's project. Regards, Vedant. On Sun, Mar 22, 2015 at 2:00 PM, Rake

2nd Draft proposal for GSoC Project: Porting to Qt5/KF5/Plasma 5

2015-03-19 Thread vedant agarwala
reply in-line. All suggestions are welcome, so are appreciations ;-) Regards. Name: Vedant Agarwala Email Address: vedant.k...@gmail.com IRC Nick: vedu IM Service and Username: xmpp-google: vedant.k...@gmail.com Location: Kolkata, India GMT+5.30 Proposal Title: Porting Amarok to Qt5/KDE

Draft proposal for GSoC Project: Porting to Qt5/KF5/Plasma 5

2015-03-18 Thread vedant agarwala
Hello everyone, I am applying for the GSoC project: porting Amarok to Qt5/KF5. This project is very vital for Amarok and I need your help with it. I have appended my proposal as is, so that you can reply in-line. All suggestions are welcome, so are appreciations ;-) Regards. *Name: *Vedant

Fwd: SoK project update

2015-01-31 Thread vedant agarwala
Sorry I didn't cc -- Forwarded message -- From: vedant agarwala Date: Sat, Jan 31, 2015 at 6:13 PM Subject: SoK project update To: Nitul Datt Cc: amarok-devel Hello Nitul, I haven't heard from you in a long time. I want you to submit all the work (code) you have

Re: SoK Update

2014-12-27 Thread vedant agarwala
Hello Nitul, Merry Christmas to you too. It is very apparent that you have not done any work this month. Just make it up after you finish your exams. Best of luck for them. Regards, Vedant. On Sat, Dec 27, 2014 at 11:45 AM, Nitul Datt wrote: > Hey Vedant, > > I just wanted to update you on m

Re: SoK Status

2014-12-12 Thread vedant agarwala
On Fri, Dec 12, 2014 at 1:26 PM, Myriam Schweingruber wrote: > > Hi Nitul, Hi Vedant, > > > On Fri, Dec 12, 2014 at 8:47 AM, Nitul Datt wrote: >> >> >> On 12 Dec 2014 11:48, "vedant agarwala" wrote: >> > >> > &g

Re: SoK Status

2014-12-11 Thread vedant agarwala
On Fri, Dec 12, 2014 at 1:18 AM, Nitul Datt wrote: > > Hey Vedant, > > I'm still working on finding a way around taglib for supporting cue > sheets. Any ideas you, or any other community members, might have on > the subject are more than welcome as I'm kind of stuck at this > juncture. > You nee

Re: SoK Project Query

2014-12-07 Thread vedant agarwala
On Mon, Dec 8, 2014 at 12:38 AM, Nitul Datt wrote: > Hey Vedant, > > I have fixed all the build errors and updated my diff. I imported some > code from the CueFileSupport class into the CueSheet class in the > collectionscanner. Now I don't have to include any class from /src > into /shared, ther

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-07 Thread Vedant Agarwala
me things. Do not just copy code. I am feeling very bad repeating myself. You should feel the same duplicating code. And finally, how does it feel to see your code compile? ;-) - Vedant Agarwala On Dec. 7, 2014, 6:52 p.m., Nitul Datt wrote: > > -

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-06 Thread Vedant Agarwala
list email shared/collectionscanner/CueSheet.h <https://git.reviewboard.kde.org/r/121250/#comment49856> Do not include headers that you aren't going to use. You use it in CueSheet.cpp so include it there only. - Vedant Agarwala On Dec. 4, 2014, 11:52 p.m., Nitul

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-06 Thread vedant agarwala
On Fri, Dec 5, 2014 at 8:54 PM, Nitul Datt wrote: > > On 5 Dec 2014 07:33, "Vedant Agarwala" wrote: > > > > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/121250/ > > > > shared/CMakeLists.txt

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-04 Thread Vedant Agarwala
g me to fix these CMake errors for you? - Vedant Agarwala On Dec. 4, 2014, 11:52 p.m., Nitul Datt wrote: > > --- > This is an automatically generated e-mail. To reply, vi

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-02 Thread Vedant Agarwala
it.reviewboard.kde.org/r/121250/#comment49743> this change is redundant, and more importantly, breaks the coding guidelines. - Vedant Agarwala On Dec. 1, 2014, 8:50 p.m., Nitul Datt wrote: > > --- > This is an automatically

Re: Review Request 121250: SoK Implement Cuesheet Support

2014-12-01 Thread vedant agarwala
121250/ > Review request for Amarok and Vedant Agarwala. > By Nitul Datt. > > *Updated Dec. 2, 2014, 2:20 a.m.* > *Repository: * amarok > Description > > This is an initial implementation for a CueSheet class in the > CollectionScanner. There are some errors though, w

Re: Assistance required regarding SoK project

2014-11-29 Thread vedant agarwala
On Sat, Nov 29, 2014 at 6:09 PM, Nitul Datt wrote: > > On 29 Nov 2014 05:48, "vedant agarwala" wrote: > > > > > > > > On Sat, Nov 29, 2014 at 5:39 AM, Nitul Datt wrote: > >> > >> Hey Vedant, > >> > >&

Re: Assistance required regarding SoK project

2014-11-26 Thread vedant agarwala
and do the same for your CueSheep.cpp There are many more errors in your diff that we can go about later when I review your code. Regards, Vedant. On Thu, Nov 27, 2014 at 5:43 AM, vedant agarwala wrote: > > > On Thu, Nov 27, 2014 at 12:58 AM, Nitul Datt wrote: > >> Hey Vedan

Re: Assistance required regarding SoK project

2014-11-26 Thread vedant agarwala
On Thu, Nov 27, 2014 at 12:58 AM, Nitul Datt wrote: > Hey Vedant, > > On 11/26/14, vedant agarwala wrote: > > Hello Nitul, > > > > Also paste a link to the error using paste.kde.org in the description. > > > > I have done so. The link is as follows: http:/

Re: Assistance required regarding SoK project

2014-11-25 Thread vedant agarwala
Hello Nitul, Also paste a link to the error using paste.kde.org in the description. It is a very large diff to analyze. seems like you have added a lot of redundant lines in the form of comments. remove them. You should have the old code in git and not need to keep them as comments. I will take

Re: SoK Project Query

2014-11-24 Thread vedant agarwala
On Mon, Nov 24, 2014 at 5:56 PM, Nitul Datt wrote: > On 11/24/14, vedant agarwala wrote: > > Hello Nitul, > > > > I am not thoroughly familiar with the code but here is my suggestion: > > > > The CollectionScanner should find files and represent them. So if it

Re: SoK Project Query

2014-11-23 Thread vedant agarwala
Hello Nitul, I am not thoroughly familiar with the code but here is my suggestion: The CollectionScanner should find files and represent them. So if it finds a track it represents it as such. You should have a one Track object representing a track and a new CueSheet (or similar) class object to r

Re: SoK Progress Update

2014-11-19 Thread vedant agarwala
That is good to hear. update your blog. Tell me if you need anything. Keep making patches and uploading to reviewboard. It is better to review chunks rather than a large diff at the end. Ideally a review should be made with your weekly update Regards, Vedant. On Wed, Nov 19, 2014 at 7:47 PM, Ni

Re: Start work

2014-11-08 Thread vedant agarwala
Nitul, I Still haven't seen any work from your side as yet. Weekly reports are a minimum requirement. Also, you have not set up your BNC account. I cannot find you on #amarok.dev. Regards, Vedant. On Thu, Nov 6, 2014 at 2:33 AM, Nitul Datt wrote: > > On 6 Nov 2014 02:31, "

Start work

2014-11-05 Thread vedant agarwala
Hello Nitul, Now that you have been selected get started on your project. Deadline, as you may know, is 31st January. Also, blogging is an essential part of your project. Create a blog and post every week, on your progress. Even if it is just a few lines. Add the blog to plantet kde. Best of luc

Fwd: Draft SoK Proposal

2014-10-30 Thread vedant agarwala
Sorry forgot to cc amarok-devel -- Forwarded message -- From: vedant agarwala Date: Thu, Oct 30, 2014 at 8:30 PM Subject: Re: Draft SoK Proposal To: Nitul Datt On Thu, Oct 30, 2014 at 6:48 PM, Nitul Datt wrote: > Hey! > > On 10/30/14, vedant agarwala wrote: &

Re: Draft SoK Proposal

2014-10-29 Thread vedant agarwala
On Thu, Oct 30, 2014 at 3:41 AM, Nitul Datt wrote: > Hey! > > On 10/29/14, vedant agarwala wrote: > > Then do that. > > > > When you post a draft proposal on the mailing list post the entire text > as > > plain text rather than a link to a doc. Easier to rea

Re: Draft SoK Proposal

2014-10-29 Thread vedant agarwala
Then do that. When you post a draft proposal on the mailing list post the entire text as plain text rather than a link to a doc. Easier to read and comment in line. Regards, Vedant. On Wed, Oct 29, 2014 at 1:44 PM, Nitul Datt wrote: > > On 29 Oct 2014 13:06, "vedant agarw

Re: Draft SoK Proposal

2014-10-29 Thread vedant agarwala
On Wed, Oct 29, 2014 at 4:53 AM, Nitul Datt wrote: > Hey! > > On 10/28/14, vedant agarwala wrote: > > Hello Nitul, > > > > Seems like you forgot to "reply to all" (as amarok-devel was not in your > > recipients). > > > > On Tue, Oct 28, 2

Re: Draft SoK Proposal

2014-10-27 Thread vedant agarwala
Hello Nitul, Seems like you forgot to "reply to all" (as amarok-devel was not in your recipients). On Tue, Oct 28, 2014 at 12:37 AM, Nitul Datt wrote: > On 10/27/14, vedant agarwala wrote: > > Hello Nitul, > > > > I agree with all that Myriam has said. I

Re: Season of KDE

2014-10-27 Thread vedant agarwala
Hello Harshal, I am already mentoring one student for SoK this year. I have cc'ed this mail to the Amarok-devel mailing list so if you are lucky, someone else might be willing to mentor. Also, please adhere to the general guidelines of posting in public mailing lists and start hanging out on the

Re: Draft SoK Proposal

2014-10-27 Thread vedant agarwala
Hello Nitul, I agree with all that Myriam has said. I should've waited for a go-ahead for a senior Amarok member; if you remember I had mentioned that I was unable to get in touch with them. Sorry for rushing in and making you do some extra work. Take your time and pick a new project from the 2 m

Re: Participation in SoK

2014-10-24 Thread vedant agarwala
Hello Nitul, Happy Diwali to you too! I was unable to contact the senior developers of Amarok so I didn't get back to you. Anyway, are you comfortable with the idea? Also, I was thinking of another idea: Wireless media transfer using KDE Connect. Amarok supports transferring of media when conne

Re: Participation in SoK

2014-10-20 Thread vedant agarwala
Hello Nitul, Your mail almost slipped through my inbox. One of the reasons you should not send personal emails without permission. It is considered ill mannered as well. I have added both amarok-devel and kde-soc to this thread. It is great to hear that you are willing to take part in SoK. I am c

I want to mentor for SoK

2014-10-18 Thread vedant agarwala
Hello everyone, I want to become a mentor for this year's Season of KDE. Before I subscribe to the kde-soc-mentor mailing list, I want to get any ideas you might have for SoK for students. Or, even better, know a student willing to take part (that could be you as well). Also, is there anyone els

Review Request 119659: GSoC Review request 2: Fetching lrc from ttplayer webservice

2014-08-08 Thread Vedant Agarwala
a Down 2. Rockstar - Nickelback You will have to "reload lyrics", if you already have lyrics for that song. File Attachments diff to use for testing https://git.reviewboard.kde.org/media/uploaded/files/2014/08/08/c0d77a2e-462b-4e3f-be70-8d3aa6762ad7__gsocFullDiff_v1.patch

GSoC Report for Lyric Support Improvements

2014-08-05 Thread vedant agarwala
Hello everyone, With a week left to go for soft "pens down" date for GSoC 2014, I am happy to say that I am confident I will be able to complete my project. As you may have read earlier, the lyrics highlighting part of my project works well. All this while I was working on how to fetch lyrics fro

Web service(s) for lyrics

2014-08-02 Thread vedant agarwala
Hello everyone, I need some online service from where I can download lyrics that contain timestamps as well i.e. LRC files of songs. I cannot find a reliable service whose API is public. If you have any in mind or find any, just reply with its URL so that I can incorporate it into my GSoC project

GSoC Report for Lyrics Support Improvements

2014-07-28 Thread vedant agarwala
Hello everyone, As I make progress on my project, I learn just as all gain is not monetary not all progress is code. >From the time of my last report (Sorry Myriam since it was more than a week ago), I have not written any "pushable" code i.e. only some code has been changed that serve as markers

Re: Review Request 118861: GSoC Review 1: parsing and highlighting of lyrics

2014-06-23 Thread Vedant Agarwala
on a track ->"edit track details"->"lyrics" and paste the lyrics with timestamps i.e. the contents of a LRC file. As soon as that track starts playing, the lyrics applet will strip the timestamps, show the lyrics and highli

Re: Review Request 118861: GSoC Review 1: parsing and highlighting of lyrics

2014-06-23 Thread Vedant Agarwala
edit track details"->"lyrics" and paste the lyrics with timestamps i.e. the contents of a LRC file. As soon as that track starts playing, the lyrics applet will strip the timestamps, show the lyrics and highlight them. Thanks, Vedant Agarwala

Review Request 118861: GSoC Review 1: parsing and highlighting of lyrics

2014-06-21 Thread Vedant Agarwala
click on a track ->"edit track details"->"lyrics" and paste the lyrics with timestamps i.e. the contents of a LRC file. As soon as that track starts playing, the lyrics applet will strip the timestamps, show the lyrics and highli

GSoC report 1: Improving lyrics support

2014-06-12 Thread vedant agarwala
Hello, I have been working on my project since some time and have had to make changes as I went on. I decided to get the highlighting working first then we could get to make it more pleasing. So right now, I am able to parse LRC files and highlight the line in the present lyrics display applet it

[amarok/tagguessing] /: Rewrite Block Analyzer to use pure OpenGL instead of QGLPaintEngine2.

2014-05-21 Thread Vedant Agarwala
Git commit 351d723d4373f861c4943d06bb7c59ca1fe8495a by Vedant Agarwala, on behalf of Mark Kretschmann. Committed on 19/07/2013 at 08:37. Pushed by vedanta into branch 'tagguessing'. Rewrite Block Analyzer to use pure OpenGL instead of QGLPaintEngine2. This rewrite should fix a number

[amarok/tagguessing] /: Enable C++11 features, as discussed with other core devs.

2014-05-21 Thread Vedant Agarwala
Git commit 64c414b4efde1bdd934182cc9090e10920a2ee4e by Vedant Agarwala, on behalf of Mark Kretschmann. Committed on 20/10/2013 at 16:09. Pushed by vedanta into branch 'tagguessing'. Enable C++11 features, as discussed with other core devs. Let the fun begin :) CCMAIL: amarok-devel@

Re: Review Request 114978: Bug 296049 : Implementing MediaArtStorageSpec to manage and store cached artwork

2014-03-29 Thread Vedant Agarwala
task. Not difficult but long and time consuming. You should make reviews to fix the whole bug. Once that is done it makes to test and *then* to review. You should take this up as a Season of KDE task, if you can (and wish). But these are just my two cents :) - Vedant Agarwala On Jan. 12, 2014

Re: Review Request 115122: BugFix :299883 - Progress Slider shows wrong position when it is restored from system tray.

2014-03-26 Thread Vedant Agarwala
intact and the bug is still fixed. Revert. - Vedant Agarwala On Jan. 19, 2014, 1:07 p.m., Abhay Sombanshi wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Re: Review Request 116741: Fixed Bug 331934 (JJ- Jamendo API change causes the service not to work anymore) and corrects update button behaviour

2014-03-25 Thread Vedant Agarwala
downloaded. Also, the download button behavior seems more correct. I repeated Yash's way of testing (closing internet connection) and got the same results. Seems to fix two bugs, one filed and another that was not filled. - Vedant Agarwala On March 11, 2014, 8:45 p.m., yash ladia

Re: Review Request 116641: Fixes Bug 302299 - Autoscrolling Lyrics are scrolling down if a song is rated via Context Browser's Current Track

2014-03-07 Thread Vedant Agarwala
. New function names seem apt - Vedant Agarwala On March 6, 2014, 10:57 p.m., yash ladia wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

GSoC *draft* Proposal for "Lyric Support Improvements"

2014-03-06 Thread vedant agarwala
or incorrect. I hope you like it, I have done a lot of research this time. Sincerely, Vedant. -Proposal below--- Name: Vedant Agarwala Email Address: vedant.k...@gmail.com IRC Nick: vedu IM Service and Username: xmpp-google: vedant.k...@gmail.com Location (City,

Re: GSoC Idea: better lyrics display and fetching

2014-02-27 Thread vedant agarwala
On Thu, Feb 27, 2014 at 11:22 PM, Anmol Ahuja wrote: > > Brief explanation: Amarok's support for fetching and displaying of > lyrics is very limited. It just fetches from a single provider and many > times no results are fetched, sometimes due to minor errors in > track/album/artist name. I want

GSoC Idea: better lyrics display and fetching

2014-02-07 Thread vedant agarwala
Hello everyone, I have a GSoC Idea. Please let us know what you think and whether it will be a nice feature. : Brief explanation: Amarok's support for fetching and displaying of lyrics is very limited. It just fetches from a single provider and many times no results are fetched, sometimes due to

Re: Stuck in my SoK project

2014-01-24 Thread vedant agarwala
re helpful than sending a link to your sourcecode. Afterall, we might > have > > different linker errors depending on what libraries we have installed on > our > > system. > > > That should be solved now, we had a chat on IRC about that. > > > > > On

Re: Review Request 113876: Linking error in newly created files

2014-01-24 Thread Vedant Agarwala
e.h a2f4504 tests/mocks/MockTrack.h fec6ef2 utilities/collectionscanner/CollectionScanner.cpp a001115 Diff: https://git.reviewboard.kde.org/r/113876/diff/ Testing --- Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok

Stuck in my SoK project

2014-01-17 Thread vedant agarwala
Hello everyone, Its been a long time since I have been stuck at some linking errors in my SoK project. I need help. I can't understand why am I getting "undefined reference errors" even though I have added all the classes I have created to "amaroklib" in src/cmakelists.txt. Also, I haven't been ab

Review Request 113876: Linking error in newly created files

2013-11-15 Thread Vedant Agarwala
de.org/r/113876/diff/ Testing --- Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Tagguessing: SoK project proposal

2013-09-25 Thread vedant agarwala
On Tue, Sep 24, 2013 at 1:35 AM, wrote: > Hello Vedant, > > >> For the LastFmFingerprintProvider we will first have >> to generate a “fingerprint” of the track using the Last Fm >> Fingerprinter. > > > did you look at this Fingerprinter? If yes, you must know that it needs a > FingerprintableSour

Fwd: looking for phonon gstreamer maintainer

2013-09-25 Thread vedant agarwala
Hello everyone, I was planning to use the Phonon Gstreamer as a backend to decode audio data for feeding into the lastfm fingerprinter. And also porting my existing libofa (FFmpeg) code for chromaprint to the same. But after this email, I think it will be a really bad idea. Please give your inputs

Tagguessing: SoK project proposal

2013-09-23 Thread vedant agarwala
Hello everyone, Below is the outline for my "Improving and Modularizing tag guessing" Season of KDE project: Implementation Details: Creating a generic framework for tag getters: I will replace the existing musicbrainz directory by a taggetter directory. It will contain Controller and Provider c

Re: Amarok Scripting API

2013-08-28 Thread vedant agarwala
I think he means that the grey ones existed from before and the black ones were added by him. On Wed, Aug 28, 2013 at 10:26 PM, Mark Kretschmann wrote: > On Wed, Aug 28, 2013 at 3:48 PM, Anmol Ahuja wrote: > > Here's the current state of the Amarok Scripting API. : > > Thanks Anmol. Now please

Re: Need a mentor for an SoK idea

2013-08-28 Thread vedant agarwala
Aug 27, 2013 at 8:31 PM, Myriam Schweingruber > wrote: > > On Tue, Aug 27, 2013 at 7:18 PM, vedant agarwala > wrote: > >> Yes here is a link (via google docs): > >> > https://docs.google.com/document/d/1RKJ3hfnhSs5ic65Uh62f-dbiS6VjZV2jXQ5XEFbmEo8/edit?usp=sharing >

Re: Need a mentor for an SoK idea

2013-08-27 Thread vedant agarwala
Yes here is a link (via google docs): https://docs.google.com/document/d/1RKJ3hfnhSs5ic65Uh62f-dbiS6VjZV2jXQ5XEFbmEo8/edit?usp=sharing Sorry for the inconvenience. On Tue, Aug 27, 2013 at 7:52 PM, Myriam Schweingruber wrote: > On Tue, Aug 27, 2013 at 3:18 PM, vedant agarwala > wrote:

Re: Need a mentor for an SoK idea

2013-08-27 Thread vedant agarwala
I can't find any link to edit this. Probably because the student application deadline has passed :( On Tue, Aug 27, 2013 at 4:58 PM, Mark Kretschmann wrote: > On Tue, Aug 27, 2013 at 12:21 PM, vedant agarwala > wrote: > > Yes I did. Here is the link to my proposal: > >

Re: Need a mentor for an SoK idea

2013-08-27 Thread vedant agarwala
ason.kde.org > > Regards, Myriam > > On Thu, Aug 1, 2013 at 6:54 PM, vedant agarwala > wrote: > > Hello Mark, > > I would love that :) > > Thank you so much > > > > > > On Thu, Aug 1, 2013 at 9:21 PM, Mark Kretschmann > > wrote: > >>

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-08-27 Thread Vedant Agarwala
ttp://git.reviewboard.kde.org/r/110426/#comment28597> missing m_enableProvider( false ) - Vedant Agarwala On Aug. 26, 2013, 7:03 p.m., Vedant Agarwala wrote: > > --- > This is an automatically generated e-mail. To reply

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-08-26 Thread Vedant Agarwala
all the cases (missing KWallet, denying usage of KWallet, and working previously save config) might be a good idea. - Vedant Agarwala On Aug. 26, 2013, 7:03 p.m., Vedant Agarwala wrote: > > --- > This is an automatically ge

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-08-26 Thread Vedant Agarwala
e.cpp 2863c5b Diff: http://git.reviewboard.kde.org/r/110426/diff/ Testing --- The KWalletHelper.cpp complies but fails to link to ManatuneConfig.cpp. Output of "make" command: http://paste.kde.org/743792/ Thanks, Vedant Agarwala _

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-08-26 Thread Vedant Agarwala
sit: http://git.reviewboard.kde.org/r/110426/#review38518 --- On May 20, 2013, 1:36 p.m., Vedant Agarwala wrote: > > --- > This is an automatically generated e-mail. To re

Re: ToolTips and Automatic Formatting

2013-08-18 Thread vedant agarwala
On Sun, Aug 18, 2013 at 11:38 AM, Yuri Chornoivan wrote: > п'ятниця, 16-сер-2013 10:44:45 Mark Kretschmann написано: > > Heya, > > > > as we noticed recently, many of Amarok's ToolTips look very ugly and > > have readability issues because they are not formatted. Therefore a > > longer ToolTip is

Re: ToolTips and Automatic Formatting

2013-08-16 Thread vedant agarwala
Hello. I think the best way to go forward is, as you have said, changing all the ToolTip strings, since we have nothing better. Doing it manually would be very boring but I think it wouldn't take more than a few hours. We would just have to find setToolTip (and similar functions) and change them. I

Re: Introduction: Season of KDE 2013

2013-08-11 Thread vedant agarwala
> you going to go ahead with this project in this years' season of KDE? > > Avik Pal > Bengal Engineering & Science University,Shibpur > Github:https://github.com/avikpal > IRC:- irc://freenode/avikp,isnick > > > On 12 August 2013 02:05, vedant agarwala wrote: >

Re: Introduction: Season of KDE 2013

2013-08-11 Thread vedant agarwala
Hello Avik, Like you, I am another Season of KDE aspirant. I had submitted this proposal as a Google Summer of Code project: https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/vedant/1 It contains all the necessary details (from my point of view of-course) you would need. Reg

Re: Need a mentor for an SoK idea

2013-08-01 Thread vedant agarwala
Hello Mark, I would love that :) Thank you so much On Thu, Aug 1, 2013 at 9:21 PM, Mark Kretschmann wrote: > On Wed, Jul 31, 2013 at 7:13 PM, vedant agarwala > wrote: > > Hello, > > I have a idea for SoK: Improved Lyrics fetching and display. > > As of now Amarok u

Re: Need a mentor for an SoK idea

2013-08-01 Thread vedant agarwala
Hello Ma'am, On Thu, Aug 1, 2013 at 3:04 PM, Myriam Schweingruber wrote: > Hi Vedant, > > On Wed, Jul 31, 2013 at 7:13 PM, vedant agarwala > wrote: > > Hello, > > I have a idea for SoK: Improved Lyrics fetching and display. > > As of now Amarok us

Re: Review Request 111824: Adds multithreaded transcoding to IpodCollection ie fixes BUG 317093

2013-07-31 Thread Vedant Agarwala
/r/111824/diff/ Testing --- Builds and installs but I could not test actual transcoding since I do not have an iPod. Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 111824: Adds multithreaded transcoding to IpodCollection ie fixes BUG 317093

2013-07-31 Thread Vedant Agarwala
/r/111824/diff/ Testing --- Builds and installs but I could not test actual transcoding since I do not have an iPod. Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Review Request 111824: Adds multithreaded transcoding to IpodCollection ie fixes BUG 317093

2013-07-31 Thread Vedant Agarwala
--- Builds and installs but I could not test actual transcoding since I do not have an iPod. Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Need a mentor for an SoK idea

2013-07-31 Thread vedant agarwala
Hello, I have a idea for SoK: Improved Lyrics fetching and display. As of now Amarok uses a script to download lyrics from lyricwiki.org. It would be a better idea to make this an integral part of Amarok. Then, we can add more web services to download lyrics (like minilyrics). The lyrics display al

Feature Request: Multithreaded transcoding [Bug 317093]

2013-07-23 Thread vedant agarwala
Hey Anmol are working on this bug? If not, I would take want to take it up. Regards, Vedant -- Forwarded message -- From: Myriam Schweingruber Date: Wed, Jul 24, 2013 at 3:18 AM Subject: [amarok] [Bug 317093] Feature Request: Multithreaded transcoding To: amarok-bugs-d...@kde.org

Feature Request: In lyrics display highlighting the current playling line

2013-06-22 Thread vedant agarwala
Hello everyone, I want to a add a feature: highlighting the line of the lyrics text according to the playing track. And, if the lyrics file supports, highlighting every word i.e. karaoke style. There was also a bug filed for this wish: https://bugs.kde.org/show_bug.cgi?id=231856 The lyrics file (.l

Re: Review Request 110934: Adds a Offline Mode to Amarok i.e. fixes Bug 229111

2013-06-15 Thread Vedant Agarwala
and it should not be solved > > in Amarok itself. > > Vedant Agarwala wrote: > Oh I'm sorry. I didn't know the protocol. I thought it was a confirmed > bug and it needed fixing. So this is just some work wasted? > > Myriam Schweingruber wrote: > Well, i

Review Request 111038: Fixes the scrolling problem in dynamic playlists i.e. Bug 284214

2013-06-15 Thread Vedant Agarwala
Diff: http://git.reviewboard.kde.org/r/111038/diff/ Testing --- Builds successfully and runs as expected Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 110934: Adds a Offline Mode to Amarok i.e. fixes Bug 229111

2013-06-15 Thread Vedant Agarwala
nerated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110934/#review34125 --- On June 10, 2013, 7:04 p.m., Vedant Agarwala wrote: > > --- > This is an automatic

Re: Review Request 110855: Add dbus methods for updating all existing podcast and adding new podcast

2013-06-10 Thread Vedant Agarwala
> On June 8, 2013, 7:02 a.m., Vedant Agarwala wrote: > > Seems like a good patch. Did you test it with any script? It will be better > > if you do and even better if you attach a screen shot of that depicts the > > working. > > Matěj Laitl wrote: > Than

Review Request 110934: Adds a Offline Mode to Amarok i.e. fixes Bug 229111

2013-06-10 Thread Vedant Agarwala
e taking place) if The::networkAccessManager()->getData(...) was called inappropriately. Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 110855: Add dbus methods for updating all existing podcast and adding new podcast

2013-06-08 Thread Vedant Agarwala
4991> same, trailing whitespace error - Vedant Agarwala On June 6, 2013, 7:45 p.m., Shubham Chaudhary wrote: > > --- > This is an automatically generated e-mail. To r

Re: Review Request 110082: fixes Bug 275821 - JJ: Proper tooltips for Saved Playlists; remove Playlist::description() method

2013-06-03 Thread Vedant Agarwala
creenshot1.png displays the new tooltip http://git.reviewboard.kde.org/media/uploaded/files/2013/04/19/amarok_screenshot.png Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 110082: fixes Bug 275821 - JJ: Proper tooltips for Saved Playlists; remove Playlist::description() method

2013-05-20 Thread Vedant Agarwala
- displays the new tooltip http://git.reviewboard.kde.org/media/uploaded/files/2013/04/19/amarok_screenshot1.png displays the new tooltip http://git.reviewboard.kde.org/media/uploaded/files/2013/04/19/amarok_screenshot.png Thanks, Vedant Agarwala ___

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-05-20 Thread Vedant Agarwala
he KWalletHelper.cpp complies but fails to link to ManatuneConfig.cpp. Output of "make" command: http://paste.kde.org/743792/ Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-05-20 Thread Vedant Agarwala
http://git.reviewboard.kde.org/r/110426/diff/ Testing --- The KWalletHelper.cpp complies but fails to link to ManatuneConfig.cpp. Output of "make" command: http://paste.kde.org/743792/ Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-deve

Re: Review Request 110426: KWalletHelper class for services using the KWallet

2013-05-20 Thread Vedant Agarwala
/walletHelperv3.patch Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: Review Request 110101: fixes Bug 242256 - JJ: Make Magnatue service use KWallet for password storage

2013-05-14 Thread vedant agarwala
This is the review request: https://git.reviewboard.kde.org/r/110426/. I have trimmed the diff so that it contains code that affect only the MagnatuneConfig. Please review. On Tue, May 14, 2013 at 10:59 PM, vedant agarwala wrote: > Hi Mark, > I don't know what is wrong. I had fixed

Re: Review Request 110101: fixes Bug 242256 - JJ: Make Magnatue service use KWallet for password storage

2013-05-14 Thread vedant agarwala
hen we can look at your linking issue. > > > Mark > > > On Tue, May 14, 2013 at 3:29 PM, vedant agarwala > wrote: > > Hello, > > I need help in editing the cmakelists.txt. > > I have created a KWalletHelper.h|cpp in the "src/services" directory. I &g

Re: Review Request 110101: fixes Bug 242256 - JJ: Make Magnatue service use KWallet for password storage

2013-05-14 Thread vedant agarwala
k-time. I edited the src/services/magnatune/cmakelists.txt to add it to the "target_link_libraries" but no avail. I think I am doing it wrong here. Any help would be greatly appreciated. Thanking-you, Vedant On Sat, Apr 27, 2013 at 4:17 PM, vedant agarwala wrote: > Hello, > See

Re: Review Request 110082: fixes Bug 275821 - JJ: Proper tooltips for Saved Playlists; remove Playlist::description() method

2013-05-04 Thread Vedant Agarwala
2013/04/19/amarok_screenshot1.png displays the new tooltip http://git.reviewboard.kde.org/media/uploaded/files/2013/04/19/amarok_screenshot.png Thanks, Vedant Agarwala ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel

Re: GSoC draft application

2013-04-30 Thread vedant agarwala
Matej, Thank-you once again for your comments. I have drastically changed my proposal based on it. I didn't want you to read my entire application again so I just comment on some things that I have changed but I'm not so confident about. Regards, Vedant On Tue, Apr 30, 2013 at 2:11 AM, Matěj Lait

Re: GSoC draft application

2013-04-29 Thread vedant agarwala
Thanks a lot Matej for this in-depth review. I will address all the issues you pointed out and make another draft. Reagards, On Tue, Apr 30, 2013 at 2:11 AM, Matěj Laitl wrote: > On 29. 4. 2013 vedant agarwala wrote: > > In the meantime, I have updated my project proposal as shown be

Re: GSoC draft application

2013-04-28 Thread vedant agarwala
Matej, it seems you are doing all the work around here and applying for GSoC too Kudos. On Mon, Apr 29, 2013 at 1:42 AM, Matěj Laitl wrote: > On 28. 4. 2013 Lydia Pintscher wrote: > > Vedant Agarwala wrote: > > > Yes Myriam you are right. Sorry for the impatience. I miss

Re: Review Request 110101: fixes Bug 242256 - JJ: Make Magnatue service use KWallet for password storage

2013-04-27 Thread vedant agarwala
IGNED MESSAGE- > Hash: SHA1 > > Hi, > > On 04/27/2013 11:45 AM, Vedant Agarwala wrote: > > I agree. I will upload another patch making changes to both last.fm > > and magnatune code. I was thinking of a common helper class > > complete with the "no KWallet

Re: GSoC draft application

2013-04-25 Thread vedant agarwala
AM, vedant agarwala > wrote: > > Hello, > > Below is the email I sent to amarok-devel but there was no reply. It > must've > > slipped through. Could you please have a look at my application before I > can > > submit it. > > How about having a tiny bit

Re: Can Phonon create "fingerprint" of audio files?

2013-04-25 Thread vedant agarwala
gt; From: Myriam Schweingruber > Date: Thu, Apr 25, 2013 at 11:09 AM > Subject: Re: Can Phonon create "fingerprint" of audio files? > To: "For discussion of multimedia (sound/video) issues under KDE" > > > > On Thu, Apr 25, 2013 at 7:17 AM, vedant agarwala &

  1   2   >