| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | This file contains very brief instructions on how to install and activate |
|---|
| 4 | this plugin on SqueezeCenter. |
|---|
| 5 | |
|---|
| 6 | 1. Make sure you're running Linux, and you've enabled inotify support within |
|---|
| 7 | your kernel. |
|---|
| 8 | |
|---|
| 9 | 2. Make sure you are running SqueezeCenter 7.0 or later - this plugin does |
|---|
| 10 | not support earlier versions. |
|---|
| 11 | |
|---|
| 12 | 3. Make sure you have Linux::Inotify2 installed in your Perl installation (it's |
|---|
| 13 | available through CPAN). I developed and tested this with Linux::Inotify2-1.1. |
|---|
| 14 | |
|---|
| 15 | 4. Extract the tar file (being sure to preserve the paths in the tar file), and |
|---|
| 16 | copy the resulting AutoRescan directory to your SqueezeCenter plugins |
|---|
| 17 | directory. The actual installation location differs depending on the Linux |
|---|
| 18 | distribution in usem, but it's likely to be something like: |
|---|
| 19 | /usr/local/squeezecentre/Plugins |
|---|
| 20 | |
|---|
| 21 | 5. Restart SqueezeCenter to make sure it has seen the new plugin. |
|---|
| 22 | How to do this differs depending on your Linux distribution, but will be something like the command '/etc/init.d/squeezecentre restart'. Alternatively, just reboot the server. |
|---|
| 23 | |
|---|
| 24 | 6. Make sure the plugin is present and enabled on the 'Server Settings/Extras' |
|---|
| 25 | page on the SqueezeCenter web interface. |
|---|
| 26 | |
|---|
| 27 | 7. Examine and alter the plugin's settings on the 'Server Settings/Advanced' page on the SqueezeCenter. However, the default settings should be fine. |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | TROUBLESHOOTING |
|---|
| 31 | |
|---|
| 32 | 1. Check you've got inotify supper enabled in your Linux kernel. |
|---|
| 33 | @@HOWTO-check@@ |
|---|
| 34 | @@TODO: Make sure /proc/sys/fs/inotify exists (indicates INotify compiled in)@@ |
|---|
| 35 | @@HOWTO-enable@@ |
|---|
| 36 | |
|---|
| 37 | 2. Check you've got Linux::Inotify2 installed in your perl distribution. |
|---|
| 38 | @@HOWTO check@@ |
|---|
| 39 | @@HOWTO install@@ |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | WINDOWS SPECIALS |
|---|
| 43 | Must be running the ActiveState perl version (ie run slimserver.pl directly). |
|---|
| 44 | |
|---|
| 45 | Copyright © Stuart Hickinbottom 2007-2008 |
|---|