Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] bsl_audioscrobbler
I don’t think reinstalling from scratch will help. Everything else is working. Besides, I’ve been putzing around with the plugin, and no change I make to the txp:author output shows up but I can see similar changes to txp:title — hence my suspicion is that it’s something to do with txp:author in the output form.
Are there other plugins that require use txp:author tags in the output form? If so, have they suddenly stopped working? Could it be that this plugin method won’t work ever since July 22 ?
Offline
Re: [archived] bsl_audioscrobbler
i’m using rev 7xx so as far as I’m aware it should work and like yu i have not changed anything in the form nor the plugin have you tried contacting the author?
Last edited by sekhu (2005-08-13 19:47:43)
Offline
Re: [archived] bsl_audioscrobbler
buggery – this plugin has stopped working for me too, guess it was just a matter of time or something.
i have emailed the author with no joy – i thought it might be something as simple as finding the bit that says “audioscrobbler” and changing that to “lastfm” or something along those lines.
Anyone got any idaes on this one?
Offline
Re: [archived] bsl_audioscrobbler
I’ll ask again, are there other plugins that require txp:author tags in the output form? That’s my current suspect number one. But I didn’t dig into it — I switched to ste_as_recent, with a small mod to change the separator, and the output to a list:
<code>
// $result .= $i-1 . “. “ . $song->get_content() . “<br />”;
$result .= “<li>” . $song->get_content() . “</li>”;
$result = str_replace(’ – ‘, ‘: ‘, $result);
</code>
Last edited by kevinashworth (2005-08-20 18:32:20)
Offline
#89 2005-08-20 19:19:57
- musemaker
- New Member
- Registered: 2005-03-04
- Posts: 3
Re: [archived] bsl_audioscrobbler
sekhu: I can confirm that the RSS feed is still in the same location as ever, so changing audioscrobbler to last.fm in the script isn’t likely to fix things. Don’t know if the problem is a change in the TxP author tag (because of recent TextPattern updates) or a change in the RSS feed format (because of the migration to last.fm), though.
Offline
#90 2005-09-26 00:35:26
- kinetique
- New Member
- From: Germany
- Registered: 2005-08-21
- Posts: 3
Re: [archived] bsl_audioscrobbler
are there any updates???
Offline
#91 2005-09-26 13:59:32
- kinetique
- New Member
- From: Germany
- Registered: 2005-08-21
- Posts: 3
Re: [archived] bsl_audioscrobbler
i’m having the same problem as above (missing artist//txp:author)… are there any other plugins so far which use a last.fm feed?
maybe there is another possibility to convert the data provided into html – in textpattern?
help please…
Offline
Re: [archived] bsl_audioscrobbler
this is just a chime-in “me too!” on the <txp:author />
output coming out blank…
i’m getting by on just <txp:title />
for now…
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: [archived] bsl_audioscrobbler
I’m having the same problem. I found a half-assed work-around but I don’t know if this is how you’re supposed to do it. Anyway, in the plug-in code, toward the top, there is a line that says:<code>$out[‘author’] = $songartist;</code>.
I changed ‘author’ to ‘keywords’, and changed my form from the author tag to the keywords tag and now it works.
Offline
#94 2005-10-14 15:11:15
- kinetique
- New Member
- From: Germany
- Registered: 2005-08-21
- Posts: 3
Re: [archived] bsl_audioscrobbler
thanks for this!
it works… :)
Offline
Re: [archived] bsl_audioscrobbler
am i blind? where in the code does the rmc_audioscrobbler plugin indicate which amazon images server to retrieve the thumbnails from?
Offline
#96 2005-12-14 19:15:35
- stangita
- New Member
- Registered: 2005-12-05
- Posts: 9
Re: [archived] bsl_audioscrobbler
I am having the same symptom andrea described: version 0.7 did not work in the sense that it did create the cache_file, and write down the data in the cache but nothing was displayed (nothing in the page source)..
i rolled back to 0.6 with the same exact usage and voila! the stream is all there.
my usage: <txp:bsl_audioscrobbler limit=“15” username=“stangita” usecache=“1” cachepath=”./as_cache”/>
stan
Offline