[PATCH 1/2] Set `CURLOPT_NOSIGNAL' to 1 to avoid crashes with multithreaded DNS

2013-05-04 Thread Frank Terbeck
resolver then to get proper timeouts even without signals. ...which he quoted from: http://sourceforge.net/tracker/index.php?func=detailaid=2781096group_id=976atid=100976 Signed-off-by: Frank Terbeck f...@bewatermyfriend.org --- src/xmms2-scrobbler.c | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH 2/2] Include stdio.h and add two helper macros

2013-05-04 Thread Frank Terbeck
macros. To solve the issue, I'm just defining the macros as they are in the private header. Signed-off-by: Frank Terbeck f...@bewatermyfriend.org --- src/submission.c | 1 + src/xmms2-scrobbler.c | 8 2 files changed, 9 insertions(+) diff --git a/src/submission.c b/src/submission.c

Re: xmms2 last.fm scrobbler

2016-04-15 Thread Frank Terbeck
Hey Mehturt, thanks for working on this! I tried it out and it seems to work fine with MP3 files. However, when I put playback onto an ogg-vorbis file, I get a slew of warnings and the file is not actually scrobbled at last.fm: 15:53:39 INFO in core: ../src/xmms/xform.c:1335: Successfully setup

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread Frank Terbeck
Hi! niahoo osef wrote: [...] > With a friend, we are trying to implement the protocol of sending commands to > xmms2 via TCP in Elixir (or Erlang). We feel it's hard to find the appropriate > documentation but I eventually managed to gather some information on the wiki, > hence the title of this