Project

General

Profile

Audacious AudioScrobbler Plugin

Added by Alan Watts over 11 years ago

Greetings,

I've been experiencing problems with default Audacious AudioScrobbler Plugin. It doesn't submit tracks to Last.fm. Audacious version is 3.3.1, running on Ubuntu 12.04. Any advices on how to solve this?


Replies (4)

RE: Audacious AudioScrobbler Plugin - Added by Alan Watts over 11 years ago

I tried to compile it, but during the make step I get the following errors:

make
Entering directory src.
Entering directory scrobble.
Successfully generated dependencies.
main.plugin.o: In function `scrobble_init':
/home/aljosa/tmp/src/scrobblerplugin/src/scrobble/main.c:242: undefined reference to `pthread_create'
scrobble.plugin.o: In function `scrobblesubmission':
/home/aljosa/tmp/src/scrobblerplugin/src/scrobble/scrobble.c:301: undefined reference to `pthread_create'
scrobble.plugin.o: In function `scrobblenowplaying':
/home/aljosa/tmp/src/scrobblerplugin/src/scrobble/scrobble.c:350: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
Failed to link scrobble.so!
make[5]: *** [scrobble.so] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdirs] Error 1
make[2]: *** [all] Error 2
make[1]: *** [subdirs] Error 1
make: *** [all] Error 2

RE: Audacious AudioScrobbler Plugin - Added by Jean-Alexandre Anglès d'Auriac over 11 years ago

Strange. Both main.c and scrobble.c do contain “#include <pthread.h>”, so it shouldn't fail that way.
Maybe you can try to download the whole official plugin archive, replace folder “src/scrobbler” by folder “src/scrobble” from my archive, then “configure; make” and tell me if you still have the same issue ?

RE: Audacious AudioScrobbler Plugin - Added by Alan Watts over 11 years ago

Sorry for late reply. The original plugin started working again. I don't know how, or why. :-) Ghost in the machine.

    (1-4/4)