2005-05-12 10:56:25

ruairi
Plugin Author
beta
Real name: Ruairi Mc Comb
From: Madrid, Spain
Website

Re: [archived] bsl_audioscrobbler

Hi,

I had the same problem on a windows box. I hadn’t activated the CURL extension. Open your php.ini file and change the following line:

;extension=php_curl.dll

to

extension=php_curl.dll

restart Apache and your problem should be fixed.

Offline

 

2005-05-15 07:13:51

lex
Member
beta
Real name: Lex
From: Baltimore

Re: [archived] bsl_audioscrobbler

All mine ever says is “not listening to music” :(


With an Apple, everything is either easy or impossible. – Unknown

Offline

 

2005-06-22 19:17:50

paularms
Member
êta
Real name: Paul Armstrong
From: University of Minnesota
Website

Re: [archived] bsl_audioscrobbler

Mine does not return authors using <code><txp:author /></code> as described in the documentation

Offline

 

2005-06-25 17:08:44

paularms
Member
êta
Real name: Paul Armstrong
From: University of Minnesota
Website

Re: [archived] bsl_audioscrobbler

Eh… forget that last post…

I have a feature request for this…
Instead of returning the notlisteningmessage, I wish there was a “not listening image” or were able to output a different form if there was no music playing.

Offline

 

2005-06-29 21:04:52

RSL
Member
beta
Real name: RSL
From: Decatur, GA
Website

Re: [archived] bsl_audioscrobbler

Okay, I’ve searched everywhere for the reason why paularms retracted his post about the authors tag not working. I can’t get it to work either. What did you do that made it work? I’ve tried changing the form to all kinds of types. It should be on article though, right?

Offline

 

2005-06-29 22:02:58

paularms
Member
êta
Real name: Paul Armstrong
From: University of Minnesota
Website

Re: [archived] bsl_audioscrobbler

Try this, see if it helps (change your username and cache options)

Here is the call from the page template:
<code><txp:rmc_audioscrobbler username=“USERNAME” cachepath=“as_cache” cacheage=“1” limit=“10” form=“audio_center” notlisteningmessage=“Either Audioscrobbler is sucking or I’m not listening to music right now.” notworkingmessage=“Audioscrobbler is sucking at the moment. Please refresh the page.” /></code>

This is my form (type = misc)
<code><li><txp:as_link><txp:author /> – <txp:title /></txp:as_link></li></code>

Last edited by paularms (2005-06-29 22:03:52)

Offline

 

2005-06-30 16:32:24

RSL
Member
beta
Real name: RSL
From: Decatur, GA
Website

Re: [archived] bsl_audioscrobbler

Still nothing. Are you using the other audioscrobbler plugin?

Offline

 

2005-07-03 01:13:24

ruairi
Plugin Author
beta
Real name: Ruairi Mc Comb
From: Madrid, Spain
Website

Re: [archived] bsl_audioscrobbler

RSL: paularms is using my other audioscrobbler plugin. I’ve just noticed a bug in the documentation, where is says that txp:link should be used you should use txp:permlink instead. My bad, sorry. Try using this:

In your page template:

<ul>
<txp:bsl_audioscrobbler username="USERNAME" form="audioscrobbler" cachepath="./as_cache" />
</ul>

And your audioscrobbler form:

<li><txp:permlink><txp:title /> by <txp:author /></txp:permlink></li>

Paul: your wish is my command :p I’ve updated both audioscrobbler plugins, they now both support the attributes notlisteningform and notworkingform. You can get them from my website

Last edited by ruairi (2005-07-03 01:15:38)

Offline

 

2005-07-03 16:52:08

paularms
Member
êta
Real name: Paul Armstrong
From: University of Minnesota
Website

Re: [archived] bsl_audioscrobbler

Is there some kind of trick to get the forms to work with the bsl_audioscrobbler plugin? Because they are definitely not working for me and just returning the default notworkingmessage/notlisteningmessage.

Is one audioscrobbler plugin better than the other? I’m confused as to why you are still keeping up with two plugins that sound like they do the same thing.

Offline

 

2005-07-03 21:36:20

ruairi
Plugin Author
beta
Real name: Ruairi Mc Comb
From: Madrid, Spain
Website

Re: [archived] bsl_audioscrobbler

Paul,

If you’re having problems with the rmc_audioscrobbler plugin, here’s why: I uploaded the file before I’d actually finished updateing it completely, please download and install it again (it’s what happens at 3am after a beer or two). Also, I’m a bit confused on which plugin you’re using in one post you seem to be using one plugin and in the next the other. I’ve doublechecked the bsl_audioscrobbler plugin and everything seems alright.

I wasn’t really planning on maintaining bsl_audioscrobbler, but as I’d made a mistake documenting a tag and the modification was only adding 4 lines of code I updated it as well.
rmc_audioscrobbler is the better of the two, even though the CD covers don’t always correspond to the song that was played, at least it shows some kind of image. Apart from that, rmc_audioscrobbler code is a bit cleaner and it’s easier to add features to cleaner code ;)

Offline

 

Powered by FluxBB