1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
ampache/contrib/plugins/RioPlayer
2007-02-28 00:56:23 +00:00
..
modules/rio Now playing needs work 2007-02-28 00:56:23 +00:00
README Comitted initial Rio Player Plugin. This is going to need a lot of work ;) 2007-02-26 19:24:51 +00:00
RioPlayer.plugin.php Comitted initial Rio Player Plugin. This is going to need a lot of work ;) 2007-02-26 19:24:51 +00:00
ssdp.pl Comitted initial Rio Player Plugin. This is going to need a lot of work ;) 2007-02-26 19:24:51 +00:00

This is a crappy readme for the Rio Player plugin

Work in progress... Plugin isn't functional yet..

INSTALLATION

A full helpfile will be available at http://ampache.bountysource.com/wiki as soon as possible


NFS Setup

Edit you're /etc/exports and add the line below. 

/your/nfs/path (rw,no_root_squash)

Create a directory in your NFS root with the ip address of your box as the folder name like;
/your/nfs/path/192.168.0.6
untar the mercury.arf in this folder with the command tar xf mercury.arf this file can be found in the normal Audio Receiver 
setup ("c:\Program Files\Audio Receiver") when unchanged.

APACHE setup

Add this to your apache configuration;

Alias /layout/ "<ampache_root>/modules/rio/layout/"
Alias /query "<ampache_root>/modules/rio/rio.php"
Alias /results "<ampache_root>/modules/rio/rio.php"
AliasMatch ^/content/ "<ampache_root>/modules/rio/rio.php"
AliasMatch ^/favourites/ "<ampache_root>/modules/rio/rio.php"
AliasMatch ^/list/ "<ampache_root>/modules/rio/rio.php"
AliasMatch ^/tags "<ampache_root>/modules/rio/rio.php"

Ampache Setup

Copy the modules directory to the root of ampache.