Skip to content

Ruekompa/owlphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owlphabet Music (Work in progress)

An anti-label. A platform for musicians.

Getting Started

First install all of the dependencies.

  • postgresql
  • imagemagick
  • taglib
  • ruby-sox

For Debian / Ubuntu

Common Dependencies

sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev

pg / postgres

sudo apt-get install libpq-dev

taglib-ruby

sudo apt-get install taglib

sudo apt-get install libtag1-dev

ruby-sox

sudo apt-get install libsox-fmt-all sox libchromaprint-dev

Bundle

bundle install

Rake Databases

rake db:create

rake db:migrate

rake db:reset

Start Puma Server

rails s

Try rake routes to see a list of URLS, or checkout the config/routes.rb file to see option. Not everything has a button yet!

To-do

UI

  1. Finish user interfaces for backend to make it easier for navigation

  2. Need to make a better track uploader!

Modeling

Tracking Credits - Artist owns and or can belong to a project through track credits. Have a discussion. Should credits be through listing roles (writing, arranging, lyrics, instruments) habtm vs through credits.

Issues

Configuring the rest of fog for google storage.

  1. tagging and applying duration is after commit and store in song_uploader.rb - Cannot retreive to rewrite after store in google cloud. Also need to Secure uploads for non-downloading.

Search

  1. Fix $.pjax.submit(event, '#search_filter') where the results can properly display without page refresh. application.js has a start

Server needs

  1. Need help caching and optimizing server – Really Slow! 3a. Puma upstart script not working properly - get error "sudo: start: command not found"

SSL

  1. pjax SSL issues does not allow history to be used

Functionality

  1. Play track from position (/views/music/show_album.html.erb) - $("td.play_track").on('click',function(e){

  2. :row_order is only sustainable for 80,000 or so tracks. Need to index each one as it's own, otherwise, it will eventually break.

About

Owlphabet music codebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors