Coder Social home page Coder Social logo

music-server's Introduction

Music Server

This Rails app is designed to let you download your own music files over your local network. It does not contain any music files. It it designed to be run from the same machine containing your MP3 library. It is not intended to be deployed to the public Internet.

Setup

Run the app

Install Ruby 2.7.0 and bundler. If you need help with this, check out (Rails Girls)[http://railsgirls.com/files/vienna/install.html].

Pull or fork the repository.

Run bundle install.

Run your Rails server in a way that is accessible from the local network (may vary depending on your network/firewall settings. Try rails server -p 80 or rails server -b 0.0.0.0 if the regular ol' rails server doesn't work for you).

Import your collection

Once the app is running, navigate to home. Choose your music directory path relative to the Rails root (e.g. if your Rails app is in ~/users/me/workspace/music-server and your music is in ~/users/me/Documents/Music, provide the path ../../Documents/Music). Do not use ~ as it will not work.

Wait for your collection to be imported. This may take a while. Stats will be shown when it is complete. The collection will be indexed for searching after the import is finished.

Access the server from another device on your network using the local IP address of the machine with the Rails server. You can find your network IP in your computer settings.

music-server's People

Contributors

sienatime avatar

Watchers

 avatar  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.