Skip to content

This is a collection of frontend music metadata API sample projects in C#, Java and PHP and the HTML API documentation website.

Notifications You must be signed in to change notification settings

lschmid83/Decibel-Music-Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Decibel Music Systems

These projects are a collection of frontend client sample applications which retrieve music metadata from the Decibel Music Systems API which I created. Unfortunately the API is now deprecated and the company has closed for business so they are non-functional and do not return any data. It would be possible to modify the source code to request music metadata from alternative APIs such as MusicBrainz or Discogs if anyone wanted to get them working again.

I have also included the API documentation HTML website which includes instructions on how to use the client applications.

Here are some screenshots of the project:

C# Client

The C# Client is a VS2022 C# WPF application which can be opened from the CSharpClient.sln file.

Java Client

The Java Client is a Java Eclipse Swing application it can be opened in Eclipse:

  1. Select File -> Import...
  2. General -> Existing Projects into Workspace
  3. Browse to the root directory in the source code folder Client Applications\Java Client
  4. Select Copy projects into Workspace and Finish

PHP Client

The PHP client can be opened in a browser using WAMP server.

Download the required software here:

WAMP Server 2.5

  1. Create a folder called decibel-php-client in the C:\wamp\www\ folder
  2. Copy the contents of the source code folder Client Applications\PHP Client to the newly created folder
  3. Open http:https://localhost:8080/decibel-php-client/ in a browser

API Documentation Website

The source code folder API Documentation contains the documentation for the Decibel API. Open the index.html file and you will be able to browse the API methods and documentation and view code examples from the sample client application projects.

About

This is a collection of frontend music metadata API sample projects in C#, Java and PHP and the HTML API documentation website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published