*[http://www.amahi.org/apps/amahitunes AmahiTunes] is an Amahi-customized one-click app version of the [http://www.fireflymediaserver.org/ FireFly Media Server].
* To install [http://www.fireflymediaserver.org/ FireFly Media Server] manually without Amahi customizations, [[Open_Terminal_as_root|Open Terminal as root]] and do the following:
==== GET mt-daapd, EXTRACT, BUILD, INSTALL IT ====
{{Code| wget <nowiki>http://downloads.sourceforge.net/sourceforge/mt-daapd/mt-daapd-0.2.4.2.tar.gz</nowiki> tar -xzf mt-daapd-0.2.4.2.tar.gz cd mt-daapd-0.2.4.2 ./configure make make install}}
==== MOVE FILES NOT INSTALLED BY 'make install' ====
*First, edit mt-daapd.conf to match our needs.
{{Code| vi contrib/mt-daapd.conf}}*Changethe following:
**'''web_root''' to ''/usr/local/share/mt-daapd/admin-root''
**'''mp3_dir''' to ''/var/hda/files/music''<br>**'''servername''' to ''myTunes''<br>**'''extensions''' to ''.mp3,.m4a,.m4p,.ogg,.flac''<br>**'''rescan_interval''' to ''600''<br>**'''# always_scan 0''' to ''always_scan 1'' (Don't forget to remove the '''#''')</blockquote>
[http://blog.technologeek.org/category/hacks/forked-daapd forked-daapd] is an updated version to [http://www.fireflymediaserver.org/ FireFly Media Server] which is no longer being developed. This is boasted to be compatible with the latest iTunes. It seems that forked-daapd does not include a web interface. I have managed to locate the custom RPMs needed to test it.
To install, this is what I did:
*Install RPM Fusion (Free) app
*Downloaded forked-daapd and sqlite from the following location:
You need to edit /etc/init.d/forked-daapd to make it compatible with chkconfig. Change the line:
# chkconfig 345 100 1<br>
to be:
# chkconfig 345 99 1<br>
Save and exit then type the following:
chkconfig forked-daapd on
The /etc/forked-daapd.conf file has the settings and port assignment for the app. I managed to install it in my VM, but did not have a chance to test.
<u>REFERENCES</u><br>
[http://davidatenney.wordpress.com/2010/09/10/installation-of-forked-daapd-on-fedora-12 Installation] of Forked-Daapd 0.15 on Fedora 13 (reported to work on Fedora 14).