Differences

This shows you the differences between two versions of the page.

Link to this comparison view

clients:viridian [2012/05/10 14:36] (current)
ascheel created
Line 1: Line 1:
 +====== quickplay ======
 +Viridian is a light-weight interface written in Python.
  
 +===== Website =====
 +[[https://launchpad.net/viridianplayer|Viridian Website]]
 +
 +===== Availability =====
 +Linux: Yes\\
 +Windows: Yes\\ 
 +Mac: Yes
 +
 +===== Installing quickplay =====
 +Download the latest Viridian tarball from the [[https://launchpad.net/viridianplayer|Viridian Website]].  Uncompress the tarball.  Execute:  python setup.py
 +
 +==== Viridian Setup Instructions ====
 +In order to use the API we will need to enable and configure the Ampache [[Config:Acl|Access Control Lists]]. This requires Admin access to your Ampache installation and access to the /config/ampache.cfg.php file. Ampache defaults to a DENY FROM ALL behavior so you will need to setup your ACL's before you enabled the Access Control in your Config file. In the below example all of the computers running Amarok are on your local network (192.168.1.0/24). 
 +
 +New Installs of Ampache will come with 4 default ACL's to make configuration easier
 +
 +{{config:acl-default.png?240}}
 +
 +If your ampache does not already have these ACL's please see [[Config::Acl|Configuring Access Control Lists]] for more information about how to create them. 
 +
 +=== Creating the Needed ACL Entries ===
 +We need to allow API access to Ampache from our local network.
 +  - Go to the Admin tab and then click on Show ACLs.
 +  - Find **Add API / RPC Host** and click on it. For additional information about configuring your ACL's see  [[Config:Acl|Configuring Access Control Lists]]. 
 +  - Name your ACL Entry, in this example I've called it "My Network" There are three choices for the type of ACL to create. The default will allow you to access Ampache's catalog using Amarok but it will not allow you to login through the web interface. If you want API + Streaming + Web Interface access pick RPC + All under type.\\ {{config:acl-rpc.png?240}}\\ You'll notice these first two ACL's do not have a Key. Key's are only required for XML-RPC communication between Ampache servers. Your users will use their Web Interface Usernames and Passwords to access the API.
 +
 +Now that we've created a few ACL's we need to make sure that Access Control is enabled.  Open up your /config/ampache.cfg.php in a text editor and find the //access_control// line and enabled it as seen below\\ 
 +  ; Use Access List 
 +  ; Toggle this on if you want ampache to pay attention to the access list 
 +  ; and only allow streaming/downloading/xml-rpc from known hosts by default
 +  ; xml-rpc will not work without this on.
 +  ; DEFAULT: false
 +  access_control = "true"
 +
 +Log out of your Ampache instance, and then log back in. If that works then go ahead and try playing some music. If either one of these things fails disable Access Control and double check your ACL entries. If you still aren't sure why it's failing then [[:Support#Enabling Logging|Enable Logging]] and see what the Logs report. 
 +
 +===== Using Viridian =====
 +Once the interface is open, enter your ampache login credentials and log in.  Your music list should show up by Artist, Album, Song.  Double-click the songs to play them.  Play will continue to the next song in the album until the end of the album hits and play will then stop.
clients/viridian.txt · Last modified: 2012/05/10 14:36 by ascheel
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki