Giter Site home page Giter Site logo

audiostash's Introduction

AudioStash

Personal web music/video player with transcoding.

Audiostash can be deployed on a server, pointed to your music collection on local directory, and then used to stream your music collection over the web to wherever you are (with your hopefully HTML5/mp3 compatible browser :) Also supports transcoding from other formats to mp3 on-the-fly.

Audiostash albums view

Dependencies

  1. Have python2.7, virtualenv, pip and bower installed.
  2. For python packages, pip install --upgrade -r deploy/requirements.pip
  3. For JS packages, bower install
  4. You may also need to have ffmpeg, lame, flac etc. binaries installed.

Installation

  1. Copy sec/settings-dist.py to settings.py.
  2. Change settings to suit yourself.
  3. Set up a virtualenv and install dependencies (see above).
  4. Set up database by running alembic upgrade head.
  5. python -m audiostash.scand.main to scan your files to database. After scan is done, close with CTRL+C.
  6. python -m audiostash.webui.main to run the server. Feel free to proxy with nginx or others.
  7. Connect with browser to your server to the port you defined in settings.py.
  8. Enjoy!

For proxying with nginx, there is a skeleton config file in deploy/audiostasn.nginx For autostarting with systemd, there are service files in deploy-directory.

License

License is GPLv3. See LICENSE for more details.

Other

Project also contains a copy of python-audiotranscode by Tom Wallroth (https://github.com/devsnd/python-audiotranscode).

Contact

IRC: katajakasa @freenode and @ircnet.

audiostash's People

Contributors

katajakasa avatar

Watchers

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