Roku and Linkstation - setup and customization tips
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Davy gravy (Talk | contribs) (→Making the web interface configuration page "configurable") |
Davy gravy (Talk | contribs) (→Making Firefly's web interface configuration page "configurable") |
||
| Line 18: | Line 18: | ||
chmod 600 mt-daapd.conf | chmod 600 mt-daapd.conf | ||
| - | Reload the web Configuration page and it should work now. This is a method suggested by an expert at [http://forums.fireflymediaserver.org/ Firefly Forums]. | + | Reload the web Configuration page and it should work now. This is a method suggested by an expert at [http://forums.fireflymediaserver.org/ Firefly Forums]. If you have concerns about security, you may want to read this thread for [http://forums.fireflymediaserver.org/viewtopic.php?t=5389 details on keeping it secure]. |
==Automatically refresh the database== | ==Automatically refresh the database== | ||
Revision as of 21:11, 29 December 2006
Contents |
Background
Hardware/Software Requirements
- Any Roku soundbridge device (M500, M1000, M1001, M2000)
- Any Linkstation w/ OpenLink or FreeLink installed on it
Directory setup
Firefly/mt-daapd Tweaks
Making Firefly's web interface configuration page "configurable"
If you notice that your Configuration page on the web interface (available by web browser at <linkstation-ip>:3689/config.html) won't allow you to make changes, then you may need to adjust permissions on the configuration file. The very first entry on the Configuration page lists the location of this file, usually at /etc/mt-daapd.conf . To make the web configuration work, cd to the directory where this configuration file is and modify the permissions of the file:
cd /etc chown nobody mt-daapd.conf chmod 600 mt-daapd.conf
Reload the web Configuration page and it should work now. This is a method suggested by an expert at Firefly Forums. If you have concerns about security, you may want to read this thread for details on keeping it secure.

