GithubHelp home page GithubHelp logo

oyster's Introduction

Oyster: Jukebox Software Written in Python

Oyster is a jukebox software written in Python. It is meant to be installed on a server which hosts music files and is equipped with a sound card. Users are able to access the interface over a webbrowser.

Initially Oyster plays all songs at random. Users may create playlists or vote for songs which are played next. Those votes will increase the scoring of the repsective song, resulting in a higher propbability that the song will be played at random when no more votes songs are present.

Features

  • Plays MP3, Ogg Vorbis, and FLAC files
  • Supports playlists in M3U format
  • Search function
  • Scoring mechanism
  • Arrange songs in playlists
  • Option to blacklist single songs or entire directories
  • Themable interface
  • Statistics
  • Open Source (GPL)

Requirements

For oyster.py (the backend), you need mpg321 and/or ogg123 in $PATH. For the GUI, you need an apache with the capability to execute python-CGI

Below you will find an example for the apache-config. It will allow python-scripts to be executed.

AddHandler cgi-script .cgi .sh .py

[...]

<Location /oyster>
     Options +ExecCGI
</Location>

Installation

Launch the install-script

OR

Just untar oyster into a directory which is reachable to your webserver. Now make sure that the webserver is able to read this directory and its contents. Also it should be able to create new files and directories here.

Configuration

Open the location http://servername/oyster in your browser. Here you can edit your first configuration, test it and start oyster.

Enjoy

That's it. Start oyster (via the GUI, or by hand with ``python oyster.py'') and it will search in $mediadir for ogg and mp3 files, build a playlist and start playing.

oyster's People

Contributors

ethric avatar nabcos avatar windmueller 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.