Giter VIP home page Giter VIP logo

webby-service-php's Introduction

webby-service-php

The PHP Version of the WEBBY Web Radio Service. With this little Script you can serve your webby your own list of radio stations.

Requirements

  1. Linux Server with Apache 2
  2. PHP 5.3 or higher
  3. A WEBBY Web Radio with a modified setup.db You can find a tutorial at the Mikrocontroller.net Wiki : http://www.mikrocontroller.net/articles/Webby#Umstellung_auf_alternativen_Server_via_SD-Karte

Installation

I did this with an Ubuntu/Debian Maschine, the steps could vary on other Linux Distros.

  1. copy the files to ""/var/www/webby_standalone"
  2. setup a VHOST for this folder (Look at the Ubuntu Wiki for any help)
  3. Add the following snippet to your VHOST Configuration File into the config:
<Directory /var/www/html>
  Options +MultiViews
  AddType application/x-httpd-php .php
</Directory>
  1. Add your radio Stations to the radio_list.csv

Now your Webby should be abble to get your own Radio File.

Thanks to

The Mikrocontroller Forum User T.E.N for decoding the request URLs and the initial work.

webby-service-php's People

Contributors

fbeek avatar

Watchers

James Cloos 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.