[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2012-04-25 Thread Michal Hruby
** No longer affects: unity-lens-music ** No longer affects: unity-lens-music (Ubuntu) -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2012-04-25 Thread Sebastien Bacher
** Package changed: unity (Ubuntu) => unity-lens-music (Ubuntu) ** Project changed: unity => unity-lens-music -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title:

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/banshee-community-extensions -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in Bansh

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/banshee-community-extensions -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in Banshee clutters t

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-29 Thread मनीष सिन्हा
I pushed some changes. Just a small modification was needed. The root of the problem was that the flag used to tell that it is a ScheduledActivity was getting reset after the first LeaveEvent. Fixed that. Time to wait for daily builds from the PPA :) ** Attachment added: "The output from dbus-mon

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-29 Thread Mikkel Kamstrup Erlandsen
A DBus dump reveals that the LeaveEvent gets (correctly) marked as ScheduledActivity but that the AccessEvent when transitioning to the next track is still a UserActivity (should also have been a ScheduledActivity since this was an automatic track change without user action). ** Attachment added:

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-29 Thread Mikkel Kamstrup Erlandsen
That looks like what I'd expect as well Manish, but I don't think that's what I get into my log... At least judging by the output from the Unity files lens it's not :-) -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Dat

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-28 Thread मनीष सिन्हा
Mikkel, yes all the packages are fine. I am still not able to understand. Maybe there is something more which we overlooked. Let me tell the ontologies used * When Banshee is stopped and the track is double-clicked and started - UserActivity, AccessEvent for that track * When track is running a

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-28 Thread Mikkel Kamstrup Erlandsen
On 28 April 2011 14:28, Seif Lotfy <748...@bugs.launchpad.net> wrote: > Are you sure your requesting UserActivities and not WorldActivities > ? Yes :-) http://bazaar.launchpad.net/~unity-team/unity-place- files/trunk/view/head:/src/daemon.vala#L505 -- You received this bug notification because y

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-28 Thread Seif Lotfy
Are you sure your requesting UserActivities and not WorldActivities ? On Thu, Apr 28, 2011 at 2:16 PM, Mikkel Kamstrup Erlandsen < mikkel.kamst...@gmail.com> wrote: > @manish: I'm testing out from the ppa:banshee-team/banshee-daily ppa and > have: > > banshee-2.0.0+git20110427.r1.7fd9361-0ubuntu

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-28 Thread Mikkel Kamstrup Erlandsen
@manish: I'm testing out from the ppa:banshee-team/banshee-daily ppa and have: banshee-2.0.0+git20110427.r1.7fd9361-0ubuntu1+natty banshee-extension-zeitgeistdataprovider-2.0.0+git20110426.r1.59395ec-0ubuntu1+natty1 libzeitgeist0.1-cil-0.1.1.0-2~natty1 Is that good enough? I am still seeing t

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-23 Thread Chow Loong Jin
On Sunday 24,April,2011 08:51 AM, Manish Sinha (मनीष सिन्हा) wrote: > Can someone clone the upstream repo and try it out? > > The instructions are: > > sudo apt-get build-dep banshee > sudo apt-get build-dep banshee-extension-zeitgeistdataprovider > sudo apt-get install libgconf2-dev > ./autogen.

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-23 Thread मनीष सिन्हा
Can someone clone the upstream repo and try it out? The instructions are: sudo apt-get build-dep banshee sudo apt-get build-dep banshee-extension-zeitgeistdataprovider sudo apt-get install libgconf2-dev ./autogen.sh make run and then go and enable the dataprovider *if* not enabled. Then use b

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-23 Thread मनीष सिन्हा
This is fixed upstream finally. two commits which fixes these are: https://gitorious.org/banshee-community-extensions/banshee-community-extensions/commit/48347c7f36fd8b065db3c0b75d09663b733fa888 AND https://gitorious.org/banshee-community-extensions/banshee-community-extensions/commit/2d10287479d5

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-08 Thread मनीष सिन्हा
Thanks hyperair. Will try to get it fixed in a few days as I come back from home -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-log

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-07 Thread Chow Loong Jin
On Friday 08,April,2011 01:10 AM, Manish Sinha (मनीष सिन्हा) wrote: > This bug might take time to be solved since upstream is releasing > Banshee 2.0 and the patch I submitted needs to be improved as it does > not solve the problem completely. > Upstream has released 2.0. Packages are pending uplo

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-07 Thread मनीष सिन्हा
This bug might take time to be solved since upstream is releasing Banshee 2.0 and the patch I submitted needs to be improved as it does not solve the problem completely. -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Da

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-07 Thread Seif Lotfy
Since its not a Zeitgeist bug but a dataprovider bug i markes it as invalid. Its being fixed somewhere else ** Changed in: zeitgeist Status: New => Invalid -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sou

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-05 Thread Ingo Gerth
Guys, I just wanted to let you know that you rock! I love to see how you respond to my report so quickly and dedicated. This makes me believe in open source software. Keep up the good work! -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subsc

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-05 Thread मनीष सिन्हा
The fix is awaiting approval for the merge https://www.gitorious.org/banshee-community-extensions/banshee-community-extensions/merge_requests/3 ** Changed in: zeitgeist-dataproviders Importance: Low => Medium ** Changed in: zeitgeist-dataproviders Status: Confirmed => In Progress --

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-05 Thread Didier Roche
** Changed in: unity (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in Banshee clutt

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread मनीष सिन्हा
Banshee datasource does not have ScheduledActivity. HINT for fixing + ServiceManager.PlayerEngine.ConnectEvent(playerEvent_EndOfStream_Handler, PlayerEvent.EndOfStream); + void playerEvent_EndOfStream_Handler(PlayerEventArgs e) { } ** Changed in: zeitgeist-dataproviders Importance: Undec

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread मनीष सिन्हा
My bad. I need to add ScheduledActivity to Banshee. Need to patch it. -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in Bansh

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread मनीष सिन्हा
Seif, http://gitorious.org/banshee-community-extensions/banshee-community- extensions/blobs/master/src/ZeitgeistDataprovider/Banshee.ZeitgeistDataprovider/ZeitgeistDataprovider.cs Check line 85 - EventInterpretation.AccessEvent 103- EventInterpretation.LeaveEvent 124 - EventManifestation.UserActi

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread Seif Lotfy
The ontology is complete and has Scheduled Activity :) 2011/4/4 Manish Sinha (मनीष सिन्हा > So can this be fixed by updating the ontology for the banshee > dataprovider? > > -- > You received this bug notification because you are subscribed to The > Zeitgeist Project. > https://bugs.launchpad.ne

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread मनीष सिन्हा
So can this be fixed by updating the ontology for the banshee dataprovider? -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in

Re: [Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread Seif Lotfy
I think we should take a stab at this. Try to figure out how to make banshee and rhythmbox inform us if the played song was scheduled or infact a user activity. Nice call Mikkel (as usual) :P On Mon, Apr 4, 2011 at 2:51 PM, Mikkel Kamstrup Erlandsen < mikkel.kamst...@gmail.com> wrote: > This is a

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread Mikkel Kamstrup Erlandsen
This is actually a very interesting observation that will affect any "generic recent files list" based on Zeitgeist. My guess is that the Banshee history just describes all music playing activities as an event of typezg: UserActivity an a subject that is a nfo:FileDataObject and has interpretation

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-04 Thread Mikkel Kamstrup Erlandsen
** Also affects: zeitgeist Importance: Undecided Status: New -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/748120 Title: Enabling Zeitgeist data-logger in Bans

[Zeitgeist] [Bug 748120] Re: Enabling Zeitgeist data-logger in Banshee clutters the lenses

2011-04-02 Thread मनीष सिन्हा
This has nothing to do with Banshee, but affects only datasources and unity ** Changed in: banshee Status: New => Invalid -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/b