Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-18 Thread Bart Cerneels
On Mon, Oct 17, 2011 at 22:58, Lucas Lira Gomes x8luca...@gmail.com wrote: Hi Stefan, we can do this way, but I think it isn't efficient. We only want to know where we stopped, so there is no need to make more than one episode action. Unless something like play history is a to-do for Amarok

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-18 Thread Stefan Derkits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, we can do this way, but I think it isn't efficient. We only want to know where we stopped, so there is no need to make more than one episode action. Unless something like play history is a to-do for Amarok (Bart should know ^^). It is,

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Lucas Lira Gomes
Hi Stefan, Fixed some Stuff (use of #DEFINES instead of constants creation of own nam), but found some serious Problems: Good, but you can't use The::networkAccessManager() as the nam or KDE will keep asking if you authorize amarok to login in gpodder-net. So, the solution is to use or own

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Stefan Derkits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Good, but you can't use The::networkAccessManager() as the nam or KDE will keep asking if you authorize amarok to login in gpodder-net. So, the solution is to use or own nam ^^. We have to find a solution for this, a own nam is not the

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Bart Cerneels
On Sun, Oct 16, 2011 at 23:25, Lucas Lira Gomes x8luca...@gmail.com wrote: Hi Stefan, Fixed some Stuff (use of #DEFINES instead of constants creation of own nam), but found some serious Problems: Good, but you can't use The::networkAccessManager() as the nam or KDE will keep asking if you

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Stefan Kögl
Hi, On 10/16/2011 12:20 AM, Stefan Derkits wrote: It uploads an EpisodeAction::PLAY every minute, which is not correct. Play should only be sent once to the Webservice, when I stop/pause/seek (not sure about seek, @stefankoegl can you clarify?) and not every minute. The play-actions are

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Stefan Kögl
Hi, On 10/17/2011 11:08 AM, Stefan Derkits wrote: So our problem is: We need to make sure that the last Request to upload an Episode Action was received by gpodder.net. Anyone has an Idea how to do this, can we do this in Amarok or do I need to implement Support for that in the Library. I

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-17 Thread Lucas Lira Gomes
Hi Stefan, we can do this way, but I think it isn't efficient. We only want to know where we stopped, so there is no need to make more than one episode action. Unless something like play history is a to-do for Amarok (Bart should know ^^). Regards, Lucas Lira Gomes. On 17 October 2011 17:31,

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-15 Thread Stefan Derkits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Lucas, tried the PodcastProvider now that it is in Master. Fixed some Stuff (use of #DEFINES instead of constants creation of own nam), but found some serious Problems: It uploads an EpisodeAction::PLAY every minute, which is not correct. Play

Re: Review Request: [GSoC] Amarok integration with gpodder.net (GPodder stuff)

2011-10-14 Thread Bart Cerneels
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102844/#review7309 --- Ship it! Testing and fixing code style. Will commit later. -