Roku and Linkstation - setup and customization tips
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Davy gravy (Talk | contribs) (→Firefly/mt-daapd Tweaks) |
Davy gravy (Talk | contribs) (→Making the web interface configuration page function) |
||
| Line 9: | Line 9: | ||
=Firefly/mt-daapd Tweaks= | =Firefly/mt-daapd Tweaks= | ||
| - | ==Making the web interface configuration page | + | ==Making the web interface configuration page "configurable"== |
| + | If you notice that your Configuration page on the web interface 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, you can cd to the directory where this configuration file is and modify its permissions: | ||
| + | |||
| + | cd /etc | ||
| + | chmod 777 mt-daapd.conf | ||
| + | |||
| + | Reload the web Configuration page and it should work now. | ||
==Automatically refresh the database== | ==Automatically refresh the database== | ||
Revision as of 14:41, 28 December 2006
Contents |
Background
Hardware Requirements
Directory setup
Firefly/mt-daapd Tweaks
Making the web interface configuration page "configurable"
If you notice that your Configuration page on the web interface 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, you can cd to the directory where this configuration file is and modify its permissions:
cd /etc chmod 777 mt-daapd.conf
Reload the web Configuration page and it should work now.

