Extension:Jamendo
From MediaWiki.org
|
Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | Add the capabilities of the JamendoLib to displaying and playing Jamendo's albums. |
| Author(s) | Marc Despland |
| Last Version | 1.0.0 |
| MediaWiki | 1.6.10+ |
| License | No license specified |
| Download | JamendoLib JamendoExtension Author's website |
| Example | Art122-5 examples |
|
check usage (experimental) |
|
Contents |
[edit] What can this extension do?
Jamendo gives artists a forum for distributing their music under Creative Commons licenses. The artists allow you to download, remix and share their music freely. Jamendo users can discover and share albums, but also review them or start a discussion on the forums. Albums are democratically rated based on the visitors’ reviews. If they fancy an artist they can support him by making a donation.
This extension displays the album's cover from Jamendo on your website and lets one play in a popup window.
[edit] Usage
This extension adds a new wiki tag : Jamendo This tag accepts the following parameters :
- album : the album id to display
- profile : The name of the profile
- config : The name of the configuration
- howMany : The number of albums to display ("all" for all)
The option field can be set using the tag value. An example that displays the Allison Crowe's albums:
<Jamendo profile="Artist" howMany="all">allison.crowe</Jamendo>
For more details, see JamendoLib JamendoLib
[edit] Installation
First you have to install JamendoLib Then download the extension : JamendoExtension_v1.0.0.tgz
Unzip it in your extension folder :
Jamendo/
Jamendo.php
README.art122-5
licence.txt
[edit] Configuration
Add the following the LocalSettings.php:
require_once( "$IP/extensions/Jamendo/Jamendo.php" );