Re: how do I get the following events

2013-05-20 Thread Erik Massop
Seems the list ate the c++. Let's try again as text/plain. On Mon, 20 May 2013 21:09:53 +0200 Erik Massop e.mas...@hccnet.nl wrote: Dear Francis, In the attached file tut9.cc I have modified tutorial 8 to use some of the needed signals/broadcasts. Let's look at the signal

Re: cannot sign up for the mantis bug tracker

2015-08-16 Thread Erik Massop
Hi Graham, CC list, On Fri, 31 Jul 2015 11:40:44 +0930 Graham Gower graham.go...@gmail.com wrote: I wish to report a bug, but cannot sign up for the bug tracker at: https://bugs.xmms2.org/signup_page.php ... Session variable captcha_key not found. This is a bug in the Mantis version we were

Re: What to put in wscript for C++11 xform plugin?

2015-12-27 Thread Erik Massop
On Sun, 27 Dec 2015 15:04:49 +1000 Adam Nielsen wrote: > What's the easiest way to compile one xform plugin as C++11 while > leaving everything else alone? I think you need to modify the cxxflags and linkflags of just your targets. There is something on how to do this

Re: xmms2 last.fm scrobbler

2016-04-09 Thread Erik Massop
On Mon, 4 Apr 2016 13:13:56 +0200 Mehturt <meht...@gmail.com> wrote: > On Sat, Apr 2, 2016 at 4:53 PM, Mehturt <meht...@gmail.com> wrote: > > On Sat, Apr 2, 2016 at 2:08 PM, Erik Massop <e...@ixsop.nl> wrote: > >> In xmms2_current_id you're using $result->wa

Re: xmms2 last.fm scrobbler

2016-03-23 Thread Erik Massop
f you need it. We're also in #xmms2 on Freenode. Cheers, Erik / nesciens >From a1806627ee9f65ee2d0f23775d70cc1ad7be0fe1 Mon Sep 17 00:00:00 2001 From: Erik Massop <emas...@google.com> Date: Wed, 23 Mar 2016 22:14:25 + Subject: [PATCH] Demonstrate broadcasts by changing perl/tut6.pl

Re: xmms2 last.fm scrobbler

2016-04-02 Thread Erik Massop
u're using $result->wait(). This is problematic, as wait() does not know what to do when a different result than $result comes in. You should use a callback also there. Cheers, Erik / nesciens >From e820977263f7deccc8afa00b40041da4bb9f91d8 Mon Sep 17 00:00:00 2001 From: Erik Massop <emas.

Re: Can xmms2d fall back to lower priority plugins when one fails?

2016-05-15 Thread Erik Massop
On Sat, May 14, 2016 at 09:44:52AM +1000, Adam Nielsen wrote: ... > The plugin is for my own "libgamemusic" library, which already has > quite extensive format detection code. I don't want to duplicate this > in the form of 'magic' signatures, as some of the formats are quite > involved, so I'd

Re: xmms2 last.fm scrobbler

2016-04-16 Thread Erik Massop
On Fri, 15 Apr 2016 16:19:10 +0200 Mehturt wrote: > On Fri, Apr 15, 2016 at 4:13 PM, Frank Terbeck > wrote: > > Maybe for completeness: > > > > Frank Terbeck wrote: > >> thanks for working on this! I tried it out and it seems to work fine > >> with