Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - hugosenari

1
Suggestions / Show tray tip before song change
February 01, 2014, 15:02:05
Hi.

Here is my suggestion:
Add option to show tray tip before song change (current option we can show after song change)

Let me explain my problem, maybe you have a better idea:
I like to rate songs after hear, but only know that music is over when start next music.

Thank you for all your good work.
2
Questions / Re: Zeitgeist plugin
December 26, 2011, 04:12:05
Hi again.
I found a quick-and-dirty solution, rewrite it as zeitgeist extension using mpris2 of  gmb.  To me works fine.  8)

My code:
https://github.com/hugosenari/zeitgeist-extensions

know bugs:
- Gnome Activity Journal doesn't show musics (but Synapse show)
- I don't know how to get mine-type over dbus or with file path then I send all as audio/mpeg
3
Questions / Re: Zeitgeist plugin
December 16, 2011, 13:51:56
Hi,

My problem isn't with data I send, is with data I receive from method. Is when dbus module try to know methods of interface.
I open a bug for dbus module: https://rt.cpan.org/Public/Bug/Display.html?id=73313

Solved this problem my test "works". To be honest, the entry are registered but not showing at Gnome Activity Journal like when Rhythmbox insert items, suggestions? :/
I know that are registered because using GetEvents in another process my events are returned.

Thanks.  :D
4
Questions / Zeitgeist plugin
December 14, 2011, 11:16:24
Hi,

Tried to make a zeitgeist plug-in, but it doesn't work :(

The Code:
https://github.com/hugosenari/gmusicbrowser-plugin/ (zeitgeist.pm)

The problem:
When I try to send info dbus throws: unexpected end of struct at /usr/lib/perl5/Net/DBus/Binding/Introspector.pm line 758

What I think is the cause:
For some reason Net::DBus cannot parse response. I think this because calling GetEvents, the same error are returned.

Anyone can help-me?

ps: Excuse my bad English  :-[