GitXplorerGitXplorer
a

listening-room-add-ons-site

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
5b10d9e05a29f2189b7fc2778f0f0207dbce613c

Deal with odd images.

aalnorth committed 14 years ago
Unverified
1bcea42e72b511fc33eb3de65a7f476c67b9a42d

Merge branch 'master' of https://github.com/alnorth29/listening-room-add-ons-site

aalnorth committed 14 years ago
Unverified
e9dba9520e84f61e464b7abb1d35feb25a1431e8

A fix that I really thought I'd checked in ages ago, it's been running on live for a week or so.

aalnorth committed 14 years ago
Unverified
b95e8868e85067f0e7b6cc5e13df13252a569c03

Change "small" size to "charts".

aalnorth committed 14 years ago
Unverified
45e909903af16622d702754fdf720b0a57198745

Record failures again, and fallback to artist image if album and track image aren't available.

aalnorth committed 14 years ago
Unverified
2d08738d6cc46f35bf380303d57202dcd9f66bcc

Add the ability to request images for artists, also do track images properly (album with track fallback).

aalnorth committed 14 years ago

README

The README file for this repository.

#Listening Room Add-Ons Website

##Installation The website is written in JavaScript and run in Node.js. Instructions for installation of Node can be found at http://nodejs.org/.

This depends upon the following modules. You need to install these via npm (http://npmjs.org/). I installed them all locally rather than globally.

  • npm install clutch mysql request imagemagick mkdirp jade
  • You'll need to set up mysql and create a database with the dbinit.sql, then set the right values in config.js.
  • You will also need to install the actual imagemagick libraries for your platform too, see http://www.imagemagick.org/script/binary-releases.php.

##License

Unless otherwise stated in comments, files included in this extension are provided under the Modified BSD License as described in LICENSE.txt.