Re: Implementing CUE sheet support in Amarok

2013-09-15 Thread Abhinandan Ramprasath
On Mon, Sep 16, 2013 at 9:49 AM, Abhinandan Ramprasath wrote: > On Sun, Sep 15, 2013 at 11:58 PM, Matěj Laitl wrote: > >> On 15. 9. 2013 Abhinandan Ramprasath wrote: >> > Hi, >> > >> > After spending a lot of time staring at the code, I would like to &

Re: Implementing CUE sheet support in Amarok

2013-09-15 Thread Abhinandan Ramprasath
On Sun, Sep 15, 2013 at 11:58 PM, Matěj Laitl wrote: > On 15. 9. 2013 Abhinandan Ramprasath wrote: > > Hi, > > > > After spending a lot of time staring at the code, I would like to propose > > the following changes to implement CUE sheet support in Amarok. > &

Implementing CUE sheet support in Amarok

2013-09-15 Thread Abhinandan Ramprasath
Hi, After spending a lot of time staring at the code, I would like to propose the following changes to implement CUE sheet support in Amarok. Most of the necessary CUE decoding and track splitting functions are already available in CueFileSupport.h . It's got functions to scan for and validate CU

SoK - Implementing cue sheet and embedded cue sheet support in Amarok

2013-09-03 Thread Abhinandan Ramprasath
Hi Myriam, I plan to start my project by analysing existing cue sheet support in Amarok and making a list of changes, things I have to add(classes, files etc). I've planned to implement the embedded cue sheet support after I have completed cue sheet support fully(by October mid if all go well). I

Re: SoK idea

2013-08-06 Thread Abhinandan Ramprasath
Hi mark, That is great, will do for me. Thanks a lot. Is there anything I have to change in my proposal? On Tue, Aug 6, 2013 at 3:35 PM, Mark Kretschmann wrote: > On Thu, Aug 1, 2013 at 6:28 PM, Abhinandan Ramprasath > wrote: > > I hope I'm not too late with this, I wou

SoK idea

2013-08-01 Thread Abhinandan Ramprasath
I hope I'm not too late with this, I would really like to participate in the Summer of KDE program. I am really sorry if I was not involved with amarok very much in the last couple of months, But I have made significant progress in adding MP4 and OGG chapter support in Taglib and if all goes well,

Re: GSoC proposal review

2013-05-03 Thread Abhinandan Ramprasath
On Thu, May 2, 2013 at 10:19 PM, Matěj Laitl wrote: > On 1. 5. 2013 Abhinandan Ramprasath wrote: > > Motivation for project: > > > > Audiobooks are usually quite lengthy and go on for hours. It is not > always > > possible for people to finish listening to

Fwd: GSoC proposal review

2013-04-30 Thread Abhinandan Ramprasath
Thank you for reviewing my proposal. It has been really helpful. On Tue, Apr 30, 2013 at 5:44 PM, Matěj Laitl wrote: > On 28. 4. 2013 Abhinandan Ramprasath wrote: > > I hope I'm not too late with this. > > Not strictly late, but we cannot reply within hours, so you may h

GSoC proposal review

2013-04-28 Thread Abhinandan Ramprasath
I hope I'm not too late with this.This is following matej's idea for adding m4b chapter and cue sheet support in amarok. Also, I don't have many bug fixes to show for, I can see my chances of getting in are greatly hindered by it. would any bug fix in the final few days make a change? Any comments

Re: CUE sheets in collection still not working :(

2013-04-15 Thread Abhinandan Ramprasath
I'm still working on the patch for the mp4 chapter support. The one I submitted the other day was kind of incomplete and realized my mistakes and it turned out be way bigger than I anticipated. I would love to take this up as a GSOC project. Since, I got really involved in this one and because of c

Re: Trying to solve bug 240409

2013-02-26 Thread Abhinandan Ramprasath
search the "atom" structure of an mp4 file, but I've finally found it! :D Will implement the patch using TagLib and submit it soon. :) > > 2013/2/23 Abhinandan Ramprasath > >> Hi, >> >> After going through the source of TagLib, I can confidently say it

Re: Trying to solve bug 240409

2013-02-23 Thread Abhinandan Ramprasath
now of any developments. On Thu, Feb 21, 2013 at 8:57 PM, Abhinandan Ramprasath wrote: > > > On Thu, Feb 21, 2013 at 4:17 AM, Matěj Laitl wrote: > >> On 19. 2. 2013 Abhinandan Ramprasath wrote: >> > This is what I've got so far, >> >> Nice research! >>

Re: Trying to solve bug 240409

2013-02-21 Thread Abhinandan Ramprasath
On Thu, Feb 21, 2013 at 4:17 AM, Matěj Laitl wrote: > On 19. 2. 2013 Abhinandan Ramprasath wrote: > > This is what I've got so far, > > Nice research! > > > 1) mp4v2-2.0.0 supports chapters in mp4 files(mentioned on comment 2). > The > > format for chapter s

Support for Chapters in m4b files

2013-02-19 Thread Abhinandan Ramprasath
This is regarding the bug: https://bugs.kde.org/show_bug.cgi?id=240409 The file attached decodes m4b files and displays the chapter markers and the time. To compile it please install the "libmp4v2-dev" package ( add option -lmp4v2 while compiling ). For this to work I need the file path and file n

Re: Trying to solve bug 240409

2013-02-18 Thread Abhinandan Ramprasath
19, 2013 at 1:35 AM, Matěj Laitl wrote: > On 19. 2. 2013 Abhinandan Ramprasath wrote: > > To solve the bug https://bugs.kde.org/show_bug.cgi?id=240409, > > Bug 240409 - be warned that it may turn out harder than expected, I dunno > who > marked it as a junior job. ;) > > &

Re: Trying to solve bug 240409

2013-02-18 Thread Abhinandan Ramprasath
t chapters? Thanks in advance On Mon, Feb 18, 2013 at 11:36 PM, Abhinandan Ramprasath < abhiin1...@gmail.com> wrote: > It works :) thanks a lot! > > > On Mon, Feb 18, 2013 at 11:30 PM, Myriam Schweingruber wrote: > >> On Mon, Feb 18, 2013 at 6:53 PM, Abhinandan Ram

Re: Trying to solve bug 240409

2013-02-18 Thread Abhinandan Ramprasath
It works :) thanks a lot! On Mon, Feb 18, 2013 at 11:30 PM, Myriam Schweingruber wrote: > On Mon, Feb 18, 2013 at 6:53 PM, Abhinandan Ramprasath > wrote: > > Thanks for the reply. However, It looks like a lot of the pages under > > http://community.kde.org/Development/ are u

Re: Trying to solve bug 240409

2013-02-18 Thread Abhinandan Ramprasath
> Hi Abinandan. > > On Mon, Feb 18, 2013 at 5:56 PM, Abhinandan Ramprasath > wrote: > > Hi, > > > > I was looking at the junior jobs at the bug tracker and bug 240409 really > > caught my eye. > > > > Thanks, > > > > Abhinandan > &

Trying to solve bug 240409

2013-02-18 Thread Abhinandan Ramprasath
Hi, I was looking at the junior jobs at the bug tracker and bug 240409 really caught my eye. I spend a lot of time searching the code on where to start, but couldn't really get anywhere. so i was wondering if there is a book or guide that would help me find definitions of classes. Any pointers on