GSoC update: Integrate Spotify into Amarok

2012-07-10 Thread Ryan Feng
Hi, Sorry for being so late to update my project, I was stuck with the QueryMaker stuff, but now it starts working. Now the Spotify service plugin can be successfully loaded and enabled. When you type query string in the collection browser, it will automatically send the query to the Spotiy resol

GSoC Report: Integrate Spotify into Amarok

2012-07-14 Thread Ryan Feng
Hi, The last report already showed that the Spotify plugin has been loaded correctly and the collection is working, but sometimes the search results are inserted into the collection but fail showing up in the collection, now my next move is to fix that problem. Here's a list of already known i

Re: Help on packaging

2012-07-21 Thread Ryan Feng
Hi Andrea, I've successfully compiled and run Amarok on OS X 10.7, it won't be hard if you are willing to spend some time to compile it and use macports. Here is a simple how-to: 1. Download and install Macports 2. Install these packages using macports: git, ccache, cmake, dbus, kdelibs4, kde4-ru

GSoC update: Integrate Spotify into Amarok

2012-07-22 Thread Ryan Feng
Hi, Now the Spotify collection feature works well in "Unmerged view" of collection browser[1], but it's still not stable under "Merged view". What I've done this week: - Added TrackProxy class to retrieve track information in the playlist when loading Amarok - Added SpotifyConfigWidget c

GSoC Report: Integrate Spotify into Amarok

2012-08-01 Thread Ryan Feng
Hi all, Last week I've been working on the configuration plug-in for Spotify collection, and it's still working in progress. I have also spent some time looking back at the SpotifyCollection and SpotifyQueryMaker implementation, and tried to improve the stability of querying. Current implementa

GSoC Final report: Integrate Spotify into Amarok

2012-08-24 Thread Ryan Feng
Hi, Sorry for being so late to give the final report. I've pushed all code to my cloned repo on git.kde.org last week. Here's the instructions to compile Spotify collection and the resolver. 1) To compile Amarok with Spotify collection: $ git clone g...@git.kde.org:clones/amarok/zhengliangfeng/am

Re: Release plan

2012-11-09 Thread Ryan Feng
Hi, Just finished my exam weeks, I will polish the Spotify plugin from now, and add playlist support as promised, there's a week vacation of thanksgiving, so I think I have some time to do it. I agree with Matěj, the time between feature freeze and beta release date is a bit long, it'd be good if

GSoC project report: Integrate Spotify into Amarok

2012-05-21 Thread Ryan Feng
Hi, My name is Zhengliang Feng, I'm from China, and currently studying in the US. This is my first report of the Google Summer of Code project 'Integrate Spotify into Amarok'[1]. My mentor is Bart Cerneels. The main goal of my project is to integrate Spotify service into Amarok as a plugin, so us

GSoC report #2 - Integrate Spotify into Amarok

2012-05-28 Thread Ryan Feng
Hi, The Spotify service plugin has two parts, a standalone Spotify resolver and a Amarok side Script Resolver, it's mainly from Tomahawk. I've rewrote the Amarok side resolver, it can work without Tomahawk base classes and headers now. Here[1] is the code. In the following week, I will continue

GSoC update: Integrate Spotify into Amarok

2012-06-02 Thread Ryan Feng
s between Amarok and Spotify. Next week, I will still be working on the basic Spotify integration. The code is still in the scratch repo, it will be put together with Amarok and tested soon, and a working Spotify service with basic features should be seen by the end of the next week.