Git Product home page Git Product logo

exp-music's Introduction

Listening Habits

This application interfaces with a database (populated by admin users) that stores:

1. Recordings, which are grouped as
2. Releases, and are recorded by
3. Musicians, who record in groups or alone as
4. Artists

Users of this application listen to music as mp3s on any listening software, web-based or otherwise, and the application identifies the recordings and tracks them for the user as:

1. Plays, which then become part of the user’s
2. Library

Data Structures

Recordings
Recordings have a length (in seconds), a recording date (mm-dd-yy). Recordings belong to one or more Releases.

Releases
Releases have a release date (mm-dd-yy), and associated artwork (.png). Releases have one or more Recordings and belong to one or more Artists.

Musicians
Musicians have a first name, last name, and birth country, province, and city. Musicians belong to one or more Artists.

Artists
Artists have a name, and home country, province, and city. Artists have one or more Releases

Plays
Plays have a length (in seconds, can be expressed as a percentage of the Recording length), a datetime of occurence, and are associated with one existing Recording

Libraries
Libraries are collections of Plays (which, in turn, are Recordings associated with Releases and Artists) and belong to one User

exp-music's People

Contributors

harvj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.