[Banshee-List] Extension delay with next track
- From: Martin Eve <martin martineve com>
- To: Banshee-list gnome org
- Subject: [Banshee-List] Extension delay with next track
- Date: Wed, 2 Dec 2009 07:39:40 -0800 (PST)
Hi,
I'm working on an extension and am encountering a strange problem relating
to track skipping.
In my extension I have the following code:
Log.Information(command);
switch(command)
{
case "playPause":
ServiceManager.PlayerEngine.TogglePlaying();
break;
case "next":
Log.Information("Doing...");
ServiceManager.PlaybackController.Next();
Log.Information("it.");
break;
}
This produces the following output:
[Info 15:33:58.182] next
[Info 15:33:58.182] Doing...
[Info 15:34:02.510] it.
However, as can be seen from the time stamp, over 4 seconds elapsed between
the request to move to the next track and the action being taken. Am I doing
something wrong? This seems to sometimes take up to 7 seconds, which makes
the extension extremely sluggish and unresponsive.
Thanks,
Martin
--
View this message in context: http://old.nabble.com/Extension-delay-with-next-track-tp26610966p26610966.html
Sent from the Banshee mailing list archive at Nabble.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]