An open API service indexing awesome lists of open source software.

https://github.com/federico-pepe/give-them-credit

Create visualizations of music credits in Processing with data gathered from the Rovi API
https://github.com/federico-pepe/give-them-credit

Last synced: 2 months ago
JSON representation

Create visualizations of music credits in Processing with data gathered from the Rovi API

Awesome Lists containing this project

README

        

# Give Them Credit
Give them credit is an open source project still under development that combines music, programming and digital art. Album credits are the lifeblood of musicians but softwares such as  Music or Spotify only show headline artists and track titles. The contribution of all the other musicians and technicians is anonymized and minimized. The aim of this project is to literally **give credit** to all those people involved in the process of creating music through the acquisition, analysis and visualization of metadata taken from the [Rovi API](http://developer.rovicorp.com).

## Use Give them Credit
To make this sketch working on your computer, create a new Processing file named Configuration.pde inside the sketch folder and copy-paste this code:

```
String APIKey = "REPLACE WITH YOUR APIKEY";
String APISecret = "REPLACE WITH YOUR APISECRET";
```

## License
This program is licensed and GNU GPL v2.0

## Say Hello
Like this project? Found a bug? Feel free to send me an email [email protected] or tweet [@fedpep](http://www.twitter.com/@fedpep).

Last update: 18 September 2015