Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] bsl_audioscrobbler
Great! I’ve switched over to rmc_audioscrobbler.
But why keep maintaining the other plugin if it isn’t as good?
Offline
Re: [archived] bsl_audioscrobbler
The rmc_audioscrobbler doesn’t work with PHP 5, correct?
Offline
Re: [archived] bsl_audioscrobbler
RSL:
No it doesn’t. However, if you’re hosted at textdrive you can switch to PHP4 by adding this to your .htaccess
file:
AddType application/x-httpd-fastphp4 .php
bq.Action application/x-httpd-fastphp4 /php-fastcgi/php4-fcgi
Paul:
I hope you’re not complaining about me maintaining 2 versions? :p
As I said before: 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 went and updated bsl_audioscrobbler
as well.
Offline
Re: [archived] bsl_audioscrobbler
I just found it confusing that you had two and they had both been recently updated. Maybe you could specify a little more clear the rmc_audioscrobbler is the newer and better? way to go.
Offline
Re: [archived] bsl_audioscrobbler
hmm i’m a bit confused since there is no AWS anymore, which of these do I download to run with RMC?
http://www.amazon.com/gp/browse.html/ref=sc_fe_l_0/104-5103881-5378363?%5Fencoding=UTF8&node=3434641&no=3435361&me=A36L942TSJ2AJA
and then is the procedure the same? I’m installing this for the first time so..
thanks in advance
Offline
Re: [archived] bsl_audioscrobbler
You can still download it from this page (direct link)
I have not updated the plugin yet to support the new Amazon web services. I’ll be doing that when I have some free time on my hands.
Offline
Re: [archived] bsl_audioscrobbler
ok i’ve got it installed as far as I can ascertain but caching is being done – so I gather this needs to be dne for anything to be displayed?
Here’s my site: http://hatfullofsky.com and in the sidebar is the listening block
Now my install is:
root/subfolder/textpattern
and the forms I’m using are as follows:
<code>
<txp:rmc_audioscrobbler limit=“5”
username=“USERNAME”
form=“audioscrobbler”
cachepath=”../as_cache”
defaultimage=”/images/no-cover.gif” />
<txp:album_img_small /><br />
<txp:album /><br />
<txp:title /><br />
</code>
based on my install path, would the above be correct or incorrect?
thanks
EDIT: I finally got this working! A very nice plugin, thank you!
My only problem now is that the link option neither links to amazon nor to audioscrobbler – how can I resolve this?
Thanks again – very nice plugin
Last edited by sekhu (2005-07-08 19:53:46)
Offline
#80 2005-08-04 21:15:18
- Night_Blogger
- New Member
- Registered: 2005-08-04
- Posts: 2
Re: [archived] bsl_audioscrobbler
Ruairi
Thanks for the excellent plugin.
I have it running on successfully on my site, but with the following PHP Notice message at the top of the screen, (repeated three times):
[code]Notice: Undefined index: albumlist_album_title in /././././textpattern/lib/txplib_misc.php(429) : eval()’d code on line 67[/code]
Any ideas what this is about?
On a slightly differnt note:
I am trying to figure out a way to call my “presently playing” track into my blog entries as a footnote to each one. I want to be able to display something along the lines of
[quote]When typing this entry, I was listening to <txp:author> <txp:title /> <txp:album />[/quote]
The tricky point is that I want this footnote to stay that way permanently so that I can look back in a year and re-read threads and see what I was listening to then. Simply put, is there a way to prevent the plugin from updating if I use it in an entry, and would I be able to use multiple instances of it, without any others already entered being updated?
Any other suggestions (besides copy and paste) would be appreciated.
Thanks again.
Last edited by Night_Blogger (2005-08-04 21:22:03)
Offline
#81 2005-08-11 22:00:06
- musemaker
- New Member
- Registered: 2005-03-04
- Posts: 3
Re: [archived] bsl_audioscrobbler
I’m having problems with the bsl_audioscrobbler plugin…it looks to be running, but doesn’t display the artist. Here’s what my audioscrobbler form says: <li><txp:permlink><txp:title /> by <txp:author /></txp:permlink></li>
And the plugin is called with: <ul><txp:bsl_audioscrobbler username="USERNAME" form="audioscrobbler" limit="10" notlisteningmessage="All quiet right now." notworkingmessage="Audioscrobbler is broken. Try again soon." /></ul>
Offline
Re: [archived] bsl_audioscrobbler
is this going to have to be re-done since they moved to last.fm?
Offline
Re: [archived] bsl_audioscrobbler
songartist not displaying for me, either, but it coincides with my changing to rc5 from rc3, not the changes at Last.fm.
Is there are good resource for how to fix broken plugins due to changes in Textpattern?
Offline
Re: [archived] bsl_audioscrobbler
not sure what you guys mean the change of site makes no odds it should still display – it still works for and updates my song artist and track being played. As for resource to fix broken plugins, well they’re not really broken but you can always talk to the author – in this case I have feeling it’sd bad install on your part perhaps, as again it still works for me and I am also on rc3 to rc5 (and beyond)
reinstall it from scratch i have changed nothing since i installed it on rc3 and when updating i always leave the files alone for the plugin
Offline