=== gLastFM === Contributors: GabSoftware Donate link: http://www.gabsoftware.com/donate/ Tags: last.fm, widget, music, lastfm, scrobbling, recent, track, now playing, album, artist, latest, activity, loved, top, scrobbler, played songs Requires at least: 3.0.0 Tested up to: 3.3.0 Stable tag: 1.0.5 Share your recent, loved or top tracks scrobbled on Last.fm on your sidebar == Description ==

Share your recent, loved or top tracks scrobbled on Last.fm. It is also possible to display the top albums, top artists, weekly track chart, weekly album chart and weekly artist chart.

The optional template system will let you present your data as you want. If you do not want to use a custom template, a default presentation with covers will be shown.

gLastFM is based on Lastfm-covers, but it has evolved and almost doesn't share any common code now.

Features:

== Installation == This section describes how to install the plugin and get it working.
  1. Extract and upload the 'glastfm' directory to your '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Edit the plugin configuration in the WordPress "settings" category
  4. Add the widget in your sidebar
== Frequently Asked Questions == = Why aren't some fields available in the template depending on what I want to display?' = That's because the fields aren't available in the JSON data we retrieved from Last.fm. = Where do you fetch all this data? = I fetch it using the Last.fm API (http://www.lastfm.fr/api) in JSON format using your API key, the cURL library and the json_decode PHP function. = Is it possible to include field X or ranking Y? = Maybe. Just contact me :) = I have tons of wonderful ideas for your plugin. What should I do? = Just let me know, it's always good to hear other people ideas! = OMG WHAT IS THIS CRAP, IT DOESN'T WORK!!! = Go to this page and follow the instructions: http://www.gabsoftware.com/support/ . Oh yes, and do not use CAPS please. = The widget does not render well on my WordPress, why, and what should I do? = Although the widget should display fine on most sidebars, if it doesn't render well, that's probably a CSS issue. Try to hack the widget CSS and/or use a custom template so that you can style the output yourself. = Another question ? = If you have a question or a problem you can contact me on my website: http://www.gabsoftware.com/contact/ or on the plugin webpage. == Screenshots == 1. gLastFM with small covers 2. gLastFM with medium covers 3. gLastFM with large covers (default) 4. gLastFM with extra-large covers 4. Example of custom template without covers == Changelog == = 1.0.5 = * Added support for Weekly track chart, Weekly artist chart and Weekly album chart * Added support for different cover sizes (small, medium, large and extra-large) * Fixed recent charts display limit+1 items when one item is "now playing" * Reorganized the tags so that "%x%" and "%xurl%" appear together * The %title% tag is now the %track% tag * The tags %coverurl%, %coversmallurl%, %covermediumurl%, %coverlargeurl% and %coverextralargeurl% are now available for your template * Cosmetic tweaks * New pictures used for CD jewel case * Option to display credits (thanks if you do!) * The message "(from cache)" is now optional = 1.0.4 = * Code cleaning * Added an option to use a custom template. * Can now display the top albums and top artists * Now use JSON format instead of XML (easier to work with) * Improved widget settings * CSS tweaks * Added a link so that users do not forget to set an API key * Updated this readme = 1.0.3 = * Bugs fixed = 1.0.2 = * Bugs fixed = 1.0.1 = * Corrected the case where the XML data is corrupted or incomplete = 1.0.0 = * Initial release