2014-12-28 04:12:08 -05:00
|
|
|
# forked-daapd
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2015-06-22 15:57:41 -04:00
|
|
|
forked-daapd is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and
|
|
|
|
RSP (Roku) media server.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
|
|
|
It has support for AirPlay devices/speakers, Apple Remote (and compatibles),
|
2016-02-11 16:30:48 -05:00
|
|
|
MPD clients, Chromecast, network streaming, internet radio, Spotify and LastFM.
|
2016-04-18 16:09:22 -04:00
|
|
|
|
|
|
|
It does not support streaming video by AirPlay nor Chromecast.
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
DAAP stands for Digital Audio Access Protocol, and is the protocol used
|
|
|
|
by iTunes and friends to share/stream media libraries over the network.
|
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
forked-daapd is a complete rewrite of mt-daapd (Firefly Media Server).
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Contents of this README
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
- [Getting started](#getting-started)
|
|
|
|
- [Supported clients](#supported-clients)
|
|
|
|
- [Using Remote](#using-remote)
|
|
|
|
- [AirPlay devices/speakers](#airplay-devicesspeakers)
|
2016-02-11 16:30:48 -05:00
|
|
|
- [Chromecast](#chromecast)
|
2016-09-28 16:30:25 -04:00
|
|
|
- [Local audio through ALSA](#local-audio-through-alsa)
|
2016-09-28 16:34:09 -04:00
|
|
|
- [Local audio, Bluetooth and more through Pulseaudio](#local-audio-bluetooth-and-more-through-pulseaudio)
|
|
|
|
- [MP3 network streaming (streaming to iOS)](#mp3-network-streaming-streaming-to-ios)
|
2017-10-09 14:14:31 -04:00
|
|
|
- [Remote access](#remote-access)
|
2014-12-28 04:12:08 -05:00
|
|
|
- [Supported formats](#supported-formats)
|
|
|
|
- [Playlists and internet radio](#playlists-and-internet-radio)
|
|
|
|
- [Artwork](#artwork)
|
|
|
|
- [Library](#library)
|
|
|
|
- [Command line and web interface](#command-line-and-web-interface)
|
|
|
|
- [Spotify](#spotify)
|
|
|
|
- [LastFM](#lastfm)
|
2014-12-31 04:06:59 -05:00
|
|
|
- [MPD clients](#mpd-clients)
|
2016-04-18 16:09:22 -04:00
|
|
|
- [References](#references)
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Getting started
|
2014-10-08 03:28:51 -04:00
|
|
|
|
2015-10-19 14:56:35 -04:00
|
|
|
After installation (see [INSTALL](https://github.com/ejurgensen/forked-daapd/blob/master/INSTALL))
|
|
|
|
do the following:
|
2014-10-08 03:28:51 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
1. Edit the configuration file (usually `/etc/forked-daapd.conf`) to suit your
|
2014-10-08 03:28:51 -04:00
|
|
|
needs
|
2014-12-28 04:12:08 -05:00
|
|
|
2. Start or restart the server (usually `/etc/init.d/forked-daapd restart`)
|
2014-10-08 03:28:51 -04:00
|
|
|
3. Wait for the library scan to complete. You can follow the progress with
|
2014-12-28 04:12:08 -05:00
|
|
|
`tail -f /var/log/forked-daapd.log`
|
2014-10-08 03:28:51 -04:00
|
|
|
4. If you are going to use a remote app, pair it following the procedure
|
2016-04-18 16:09:22 -04:00
|
|
|
[described below](#using-remote)
|
2014-10-08 03:28:51 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Supported clients
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2015-05-10 08:55:59 -04:00
|
|
|
forked-daapd supports these kinds of clients:
|
2014-02-07 16:10:40 -05:00
|
|
|
|
2014-03-12 05:48:53 -04:00
|
|
|
- DAAP clients, like iTunes or Rhythmbox
|
|
|
|
- Remote clients, like Apple Remote or compatibles for Android/Windows Phone
|
|
|
|
- AirPlay devices, like AirPort Express, Shairport and various AirPlay speakers
|
2016-02-11 16:30:48 -05:00
|
|
|
- Chromecast devices
|
2015-05-10 08:54:22 -04:00
|
|
|
- MPD clients, like mpc (see [mpd-clients](#mpd-clients))
|
2015-10-09 17:58:27 -04:00
|
|
|
- MP3 network stream clients, like VLC and almost any other music player
|
|
|
|
- RSP clients, like Roku Soundbridge
|
2014-02-07 16:10:40 -05:00
|
|
|
|
2014-03-12 05:48:53 -04:00
|
|
|
Like iTunes, you can control forked-daapd with Remote and stream your music
|
|
|
|
to AirPlay devices.
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
A single forked-daapd instance can handle several clients concurrently,
|
|
|
|
regardless of the protocol.
|
|
|
|
|
2014-03-12 05:48:53 -04:00
|
|
|
Here is a list of working and non-working DAAP and Remote clients. The list is
|
|
|
|
probably obsolete when you read it :-)
|
|
|
|
|
2014-03-12 05:55:17 -04:00
|
|
|
| Client | Developer | Type | Platform | Working (vers.) |
|
2014-12-28 04:12:08 -05:00
|
|
|
| ------------------------ | ---------- | ------ | ------------- | --------------- |
|
2016-10-07 16:49:15 -04:00
|
|
|
| iTunes | Apple | DAAP | Win, OSX | Yes (12.4) |
|
2014-03-12 05:55:17 -04:00
|
|
|
| Rhythmbox | Gnome | DAAP | Linux | Yes |
|
2016-10-07 16:49:15 -04:00
|
|
|
| Diapente | diapente | DAAP | Android | Yes |
|
2014-03-12 05:55:17 -04:00
|
|
|
| WinAmp DAAPClient | WardFamily | DAAP | WinAmp | Yes |
|
2015-05-10 08:54:22 -04:00
|
|
|
| Amarok w/DAAP plugin | KDE | DAAP | Linux/Win | Yes (2.8.0) |
|
2014-03-12 05:55:17 -04:00
|
|
|
| Banshee | | DAAP | Linux/Win/OSX | No (2.6.2) |
|
|
|
|
| jtunes4 | | DAAP | Java | No |
|
|
|
|
| Firefly Client | | (DAAP) | Java | No |
|
2016-10-07 16:49:15 -04:00
|
|
|
| Remote | Apple | Remote | iOS | Yes (4.3) |
|
2014-03-12 05:55:17 -04:00
|
|
|
| Retune | SquallyDoc | Remote | Android | Yes (3.5.23) |
|
|
|
|
| TunesRemote+ | Melloware | Remote | Android | Yes (2.5.3) |
|
2017-10-20 16:54:39 -04:00
|
|
|
| Remote for iTunes | Hyperfine | Remote | Android | Yes |
|
2014-03-12 05:55:17 -04:00
|
|
|
| Remote for Windows Phone | Komodex | Remote | Windows Phone | Yes (2.2.1.0) |
|
|
|
|
| TunesRemote SE | | Remote | Java | Yes (r108) |
|
2014-03-12 05:48:53 -04:00
|
|
|
|
|
|
|
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Using Remote
|
2011-06-16 12:22:16 -04:00
|
|
|
|
2016-01-11 15:02:12 -05:00
|
|
|
If you plan to use Remote for iPod/iPhone/iPad with forked-daapd, read the
|
|
|
|
following sections. The pairing process described is similar for other
|
|
|
|
controllers/remotes (e.g. Retune), but some do not require pairing.
|
2011-06-16 12:22:16 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
### Pairing with Remote on iPod/iPhone
|
2010-01-17 05:16:17 -05:00
|
|
|
|
2017-07-21 13:19:16 -04:00
|
|
|
NOTE: These are the instructions for the current version of forked-daapd - for
|
|
|
|
versions 24.2 and earlier see [here](https://github.com/ejurgensen/forked-daapd/blob/24.2/README.md#using-remote)
|
|
|
|
|
2016-01-11 15:02:12 -05:00
|
|
|
If you just started forked-daapd for the first time, then wait til the library
|
|
|
|
scan completes before pairing with Remote (see [library](#library)). Otherwise
|
|
|
|
you risk timeouts. Then do the following.
|
|
|
|
|
|
|
|
The Quick Way:
|
|
|
|
|
|
|
|
1. Download and run the helper script from [here](https://raw.githubusercontent.com/ejurgensen/forked-daapd/master/scripts/pairinghelper.sh)
|
|
|
|
|
2017-03-25 06:25:30 -04:00
|
|
|
Another option is to use mpc (MPD command line client):
|
|
|
|
|
|
|
|
1. `mpc sendmessage pairing 5387` (where 5387 is the 4-digit pairing code displayed by Remote)
|
|
|
|
|
2016-01-11 15:02:12 -05:00
|
|
|
Or, if that doesn't work:
|
2013-12-21 12:24:48 -05:00
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
1. Start forked-daapd
|
|
|
|
2. Start Remote, go to Settings, Add Library
|
|
|
|
3. Look in the log file for a message saying:
|
2014-12-28 04:12:08 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
"Discovered remote 'Foobar' (id 71624..."
|
|
|
|
```
|
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
This tells you the name of your device (Foobar in this example).
|
2014-12-28 04:12:08 -05:00
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
If you cannot find this message, it means that forked-daapd did not receive
|
|
|
|
a mDNS announcement from your Remote. You have a network issue and mDNS
|
|
|
|
doesn't work properly on your network.
|
2014-12-28 04:12:08 -05:00
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
4. Prepare a text file with a filename ending with .remote; the filename
|
2017-06-14 17:59:10 -04:00
|
|
|
doesn't matter, only the .remote ending does. This first line in the file
|
2017-09-09 13:00:19 -04:00
|
|
|
must contain the 4-digit pairing code displayed by Remote. (note: previous
|
|
|
|
versions required the first line to be the device name - see the
|
|
|
|
instructions linked above).
|
2014-12-28 04:12:08 -05:00
|
|
|
|
2014-01-09 16:58:58 -05:00
|
|
|
5. Move this file somewhere in your library
|
2010-01-17 05:16:17 -05:00
|
|
|
|
|
|
|
At this point, you should be done with the pairing process and Remote should
|
2015-03-06 16:02:56 -05:00
|
|
|
display the name of your forked-daapd library. You should delete the .remote
|
|
|
|
file once the pairing process is done.
|
2010-01-17 05:16:17 -05:00
|
|
|
|
|
|
|
If Remote doesn't display the name of your forked-daapd library at this point,
|
2015-03-06 16:02:56 -05:00
|
|
|
the pairing process failed. Here are some common reasons:
|
|
|
|
|
|
|
|
#### Your library is a network mount
|
|
|
|
forked-daapd does not get notified about new files on network mounts, so the
|
|
|
|
.remote file was not detected. You will see no log file messages about the file.
|
|
|
|
Solution: Set two library paths in the config, and add the .remote file to the
|
|
|
|
local path. See [Libraries on network mounts](#libraries-on-network-mounts).
|
|
|
|
|
2017-06-14 17:59:10 -04:00
|
|
|
#### You did not enter the correct pairing code
|
2015-03-06 16:02:56 -05:00
|
|
|
You will see an error in the log about pairing failure with a HTTP response code
|
2015-10-09 17:58:27 -04:00
|
|
|
that is *not* 0.
|
2017-06-14 17:59:10 -04:00
|
|
|
Solution: Try again. You can also try the pairinghelper script located in the
|
|
|
|
scripts-folder of the source or the mpc method described above.
|
2015-03-06 16:02:56 -05:00
|
|
|
|
|
|
|
#### No response from Remote, possibly a network issue
|
2015-05-19 16:02:45 -04:00
|
|
|
If you see an error in the log with either:
|
|
|
|
- a HTTP response code that is 0
|
|
|
|
- "Empty pairing request callback"
|
|
|
|
it means that forked-daapd could not establish a connection to Remote. This
|
2017-04-22 17:52:22 -04:00
|
|
|
might be a network issue, your router may not be allowing multicast between the
|
|
|
|
Remote device and the host forked-daapd is running on.
|
|
|
|
Solution 1: Sometimes it resolves the issue if you force Remote to quit, restart
|
2015-10-09 17:58:27 -04:00
|
|
|
it and do the pairing proces again. Another trick is to establish some other
|
|
|
|
connection (eg SSH) from the iPod/iPhone/iPad to the host.
|
2017-04-22 17:52:22 -04:00
|
|
|
Solution 2: Check your router settings if you can whitelist multicast addresses
|
|
|
|
under IGMP settings. For Apple Bonjour, setting a multicast address of
|
|
|
|
224.0.0.251 and a netmask of 255.255.255.255 should work.
|
2015-10-09 17:58:27 -04:00
|
|
|
|
|
|
|
Otherwise try using avahi-browse for troubleshooting:
|
2014-12-28 04:12:08 -05:00
|
|
|
- in a terminal, run `avahi-browse -r -k _touch-remote._tcp`
|
2013-12-21 12:24:48 -05:00
|
|
|
- start Remote, goto Settings, Add Library
|
2010-01-17 05:16:17 -05:00
|
|
|
- after a couple seconds at most, you should get something similar to this:
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2010-01-17 05:16:17 -05:00
|
|
|
+ ath0 IPv4 59eff13ea2f98dbbef6c162f9df71b784a3ef9a3 _touch-remote._tcp local
|
|
|
|
= ath0 IPv4 59eff13ea2f98dbbef6c162f9df71b784a3ef9a3 _touch-remote._tcp local
|
|
|
|
hostname = [Foobar.local]
|
|
|
|
address = [192.168.1.1]
|
|
|
|
port = [49160]
|
|
|
|
txt = ["DvTy=iPod touch" "RemN=Remote" "txtvers=1" "RemV=10000" "Pair=FAEA410630AEC05E" "DvNm=Foobar"]
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2010-01-17 05:16:17 -05:00
|
|
|
|
|
|
|
Hit Ctrl-C to terminate avahi-browse.
|
|
|
|
|
2017-06-14 17:59:10 -04:00
|
|
|
To check for network issues you can try to connect to address and port with
|
|
|
|
telnet.
|
2015-03-06 16:02:56 -05:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
### Selecting output devices
|
2011-06-16 12:22:16 -04:00
|
|
|
|
|
|
|
Remote gets a list of output devices from the server; this list includes any
|
2014-02-07 16:10:40 -05:00
|
|
|
and all devices on the network we know of that advertise AirPlay: AirPort
|
2011-06-16 12:22:16 -04:00
|
|
|
Express, Apple TV, ... It also includes the local audio output, that is, the
|
|
|
|
sound card on the server (even if there is no soundcard).
|
|
|
|
|
2016-05-01 17:06:44 -04:00
|
|
|
If no output is selected when playback starts, forked-daapd will try to
|
|
|
|
autoselect a device.
|
2011-06-16 12:22:16 -04:00
|
|
|
|
|
|
|
forked-daapd remembers your selection and the individual volume for each
|
2016-05-01 17:06:44 -04:00
|
|
|
output device; selected devices will be automatically re-selected, except if
|
|
|
|
they return online during playback.
|
2011-06-16 12:22:16 -04:00
|
|
|
|
2010-01-17 05:16:17 -05:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## AirPlay devices/speakers
|
2010-05-02 09:48:53 -04:00
|
|
|
|
2014-02-07 16:10:40 -05:00
|
|
|
forked-daapd will discover the AirPlay devices available on your network. For
|
|
|
|
devices that are password-protected, the device's AirPlay name and password
|
2010-05-02 09:48:53 -04:00
|
|
|
must be given in the configuration file. See the sample configuration file
|
|
|
|
for the syntax.
|
|
|
|
|
2017-06-19 16:15:48 -04:00
|
|
|
If your Apple TV requires device verification (always required by Apple TV4 with
|
|
|
|
tvOS 10.2) then you must select the device for playback, whereafter a PIN will
|
2017-06-20 15:21:06 -04:00
|
|
|
be displayed by the Apple TV. The do either of the following:
|
|
|
|
|
|
|
|
Alternative 1: Create a file ending with .verification in your music library,
|
|
|
|
input the PIN, and save the file. Forked-daapd will now pair with the device,
|
|
|
|
and if you select the device again, playback should start.
|
|
|
|
Alternative 2: Run "mpc sendmessage verification [PIN]" (requires the mpc tool),
|
|
|
|
and then select the device again. Playback should start.
|
2017-06-19 16:15:48 -04:00
|
|
|
|
|
|
|
For troubleshooting, see [using Remote](#using-remote).
|
|
|
|
|
2010-05-02 09:48:53 -04:00
|
|
|
|
2016-02-11 16:30:48 -05:00
|
|
|
## Chromecast
|
|
|
|
|
|
|
|
forked-daapd will discover Chromecast devices available on your network. There
|
|
|
|
is no configuration to be done. This feature relies on streaming the audio in
|
|
|
|
mp3 to your Chromecast device, which means that mp3 encoding must be supported
|
2016-09-28 16:41:04 -04:00
|
|
|
by your ffmpeg/libav. See [MP3 network streaming](#mp3-network-streaming-streaming-to-ios).
|
2016-02-11 16:30:48 -05:00
|
|
|
|
2016-09-28 16:30:25 -04:00
|
|
|
It is also required that forked-daapd is built with "--enable-chromecast".
|
|
|
|
|
|
|
|
|
|
|
|
## Local audio through ALSA
|
|
|
|
|
|
|
|
In the config file, you can select ALSA for local audio. This is the default.
|
|
|
|
|
|
|
|
When using ALSA, the server will try to syncronize playback with AirPlay. You
|
|
|
|
can adjust the syncronization in the config file.
|
2016-02-11 16:30:48 -05:00
|
|
|
|
2010-05-02 09:48:53 -04:00
|
|
|
|
2016-09-28 16:30:25 -04:00
|
|
|
## Local audio, Bluetooth and more through Pulseaudio
|
2016-08-25 16:44:28 -04:00
|
|
|
|
2016-09-28 16:30:25 -04:00
|
|
|
In the config file, you can select Pulseaudio for local audio. In addition to
|
|
|
|
local audio, Pulseaudio also supports an array of other targets, e.g. Bluetooth
|
|
|
|
or DLNA. However, Pulseaudio does require some setup, so here is a separate page
|
2016-09-28 16:34:09 -04:00
|
|
|
with some help on that: [README_PULSE.md](https://github.com/ejurgensen/forked-daapd/blob/master/README_PULSE.md)
|
2010-05-02 09:48:53 -04:00
|
|
|
|
2016-09-28 16:30:25 -04:00
|
|
|
Note that if you select Pulseaudio the "card" setting in the config file has
|
|
|
|
no effect. Instead all soundcards detected by Pulseaudio will be listed as
|
|
|
|
speakers by forked-daapd.
|
2016-09-02 16:41:52 -04:00
|
|
|
|
2016-10-07 16:35:04 -04:00
|
|
|
You can adjust the latency of Pulseaudio playback in the config file.
|
|
|
|
|
2010-05-02 09:48:53 -04:00
|
|
|
|
2015-10-09 17:58:27 -04:00
|
|
|
## MP3 network streaming (streaming to iOS)
|
|
|
|
|
|
|
|
You can listen to audio being played by forked-daapd by opening this network
|
|
|
|
stream address in pretty much any music player:
|
|
|
|
|
|
|
|
http://[your hostname/ip address]:3689/stream.mp3
|
|
|
|
|
|
|
|
This is currently the only way of listening to your audio on iOS devices, since
|
|
|
|
Apple does not allow AirPlay receiver apps, and because Apple Home Sharing
|
|
|
|
cannot be supported by forked-daapd. So what you can do instead is install a
|
|
|
|
music player app like VLC, connect to the stream and control playback with
|
|
|
|
Remote. You can also use MPoD in "On the go"-mode, where control and playback is
|
|
|
|
integrated in one app (see (#mpd-clients)).
|
|
|
|
|
|
|
|
Note that MP3 encoding must be supported by ffmpeg/libav for this to work. If
|
|
|
|
it is not available you will see a message in the log file. In Debian/Ubuntu you
|
|
|
|
get MP3 encoding support by installing the package "libavcodec-extra".
|
|
|
|
|
2017-10-09 14:14:31 -04:00
|
|
|
## Remote access
|
|
|
|
|
|
|
|
It is possible to access a shared library over the internet. You must have remote
|
|
|
|
access to the host machine.
|
|
|
|
|
|
|
|
First log in to the host and forward port 3689 to your local machine. You now need to
|
|
|
|
broadcast the daap service to iTunes on your local machine. On macOS the command is:
|
|
|
|
|
|
|
|
```
|
|
|
|
dns-sd -P iTunesServer _daap._tcp local 3689 localhost.local 127.0.0.1 "ffid=12345"
|
|
|
|
```
|
|
|
|
|
|
|
|
The `ffid` key is required but its value does not matter.
|
|
|
|
|
|
|
|
Your library will now appear as 'iTunesServer' in iTunes.
|
2015-10-09 17:58:27 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Supported formats
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2011-06-02 15:07:53 -04:00
|
|
|
forked-daapd should support pretty much all media formats. It relies on libav
|
2015-10-09 17:58:27 -04:00
|
|
|
(or ffmpeg) to extract metadata and decode the files on the fly when the client
|
2011-06-02 15:07:53 -04:00
|
|
|
doesn't support the format.
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
Formats are attributed a code, so any new format will need to be explicitely
|
|
|
|
added. Currently supported:
|
|
|
|
- MPEG4: mp4a, mp4v
|
|
|
|
- AAC: alac
|
|
|
|
- MP3 (and friends): mpeg
|
|
|
|
- FLAC: flac
|
|
|
|
- OGG VORBIS: ogg
|
|
|
|
- Musepack: mpc
|
|
|
|
- WMA: wma (WMA Pro), wmal (WMA Lossless), wmav (WMA video)
|
|
|
|
- AIFF: aif
|
|
|
|
- WAV: wav
|
2016-05-09 14:40:47 -04:00
|
|
|
- Monkey's audio: ape
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Playlists and internet radio
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2014-08-27 15:57:16 -04:00
|
|
|
forked-daapd supports M3U and PLS playlists. Just drop your playlist somewhere
|
|
|
|
in your library with an .m3u or .pls extension and it will pick it up.
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2014-08-27 15:57:16 -04:00
|
|
|
If the playlist contains an http URL it will be added as an internet radio
|
2015-04-12 11:27:19 -04:00
|
|
|
station, and the URL will be probed for Shoutcast (ICY) metadata. If the radio
|
|
|
|
station provides artwork, forked-daapd will download it during playback and send
|
|
|
|
it to any remotes or AirPlay devices requesting it.
|
2014-08-27 15:57:16 -04:00
|
|
|
|
2015-04-12 11:27:19 -04:00
|
|
|
Instead of downloading M3U's from your radio stations, you can also make an
|
|
|
|
empty M3U file and in it insert links to the M3U's of your radio stations.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2009-11-28 05:01:22 -05:00
|
|
|
Support for iTunes Music Library XML format is available as a compile-time
|
|
|
|
option. By default, metadata from our parsers is preferred over what's in
|
|
|
|
the iTunes DB; use itunes_overrides = true if you prefer iTunes' metadata.
|
|
|
|
|
2015-04-23 13:24:23 -04:00
|
|
|
forked-daapd has support for smart playlists. How to create a smart playlist is
|
2015-10-19 14:56:35 -04:00
|
|
|
documented in
|
|
|
|
[README_SMARTPL.md](https://github.com/ejurgensen/forked-daapd/blob/master/README_SMARTPL.md).
|
2009-06-12 06:15:52 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Artwork
|
2010-03-07 10:10:04 -05:00
|
|
|
|
2015-10-19 14:56:35 -04:00
|
|
|
forked-daapd has support for PNG and JPEG artwork which is either:
|
|
|
|
- embedded in the media files
|
|
|
|
- placed as separate image files in the library
|
|
|
|
- made available online by the radio station
|
2010-03-07 10:10:04 -05:00
|
|
|
|
2015-10-19 14:56:35 -04:00
|
|
|
For media in your library, forked-daapd will try to locate album and artist
|
|
|
|
artwork (group artwork) by the following procedure:
|
2013-10-22 15:19:11 -04:00
|
|
|
- if a file {artwork,cover,Folder}.{png,jpg} is found in one of the directories
|
2010-10-24 12:48:55 -04:00
|
|
|
containing files that are part of the group, it is used as the artwork. The
|
|
|
|
first file found is used, ordering is not guaranteed;
|
2013-07-14 14:54:23 -04:00
|
|
|
- failing that, if [directory name].{png,jpg} is found in one of the
|
|
|
|
directories containing files that are part of the group, it is used as the
|
|
|
|
artwork. The first file found is used, ordering is not guaranteed;
|
2014-12-14 02:37:30 -05:00
|
|
|
- failing that, individual files are examined and the first file found
|
|
|
|
with an embedded artwork is used. Here again, ordering is not guaranteed.
|
|
|
|
|
2013-10-22 15:19:11 -04:00
|
|
|
{artwork,cover,Folder} are the default, you can add other base names in the
|
2015-10-19 14:56:35 -04:00
|
|
|
configuration file. Here you can also enable/disable support for individual
|
|
|
|
file artwork (instead of using the same artwork for all tracks in an entire
|
|
|
|
album).
|
2013-07-14 14:54:23 -04:00
|
|
|
|
2017-01-06 13:49:09 -05:00
|
|
|
For playlists in your library, say /foo/bar.m3u, then for any http streams in
|
|
|
|
the list, forked-daapd will look for /foo/bar.{jpg,png}.
|
|
|
|
|
2016-04-18 16:09:22 -04:00
|
|
|
You can use symlinks for the artwork files.
|
2010-03-07 10:10:04 -05:00
|
|
|
|
2014-12-14 02:37:30 -05:00
|
|
|
forked-daapd caches artwork in a separate cache file. The default path is
|
2014-12-28 04:12:08 -05:00
|
|
|
`/var/cache/forked-daapd/cache.db` and can be configured in the configuration
|
2014-12-14 02:37:30 -05:00
|
|
|
file. The cache.db file can be deleted without losing the library and pairing
|
|
|
|
informations.
|
2010-03-07 10:10:04 -05:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Library
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2014-05-13 16:01:58 -04:00
|
|
|
The library is scanned in bulk mode at startup, but the server will be available
|
|
|
|
even while this scan is in progress. You can follow the progress of the scan in
|
2016-01-11 15:02:12 -05:00
|
|
|
the log file. When the scan is complete you will see the log message: "Bulk
|
|
|
|
library scan completed in X sec".
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2016-01-11 15:02:12 -05:00
|
|
|
The very first scan will take longer than subsequent startup scans, since every
|
|
|
|
file gets analyzed. At the following startups the server looks for changed files
|
|
|
|
and only analyzis those.
|
2013-11-29 16:48:53 -05:00
|
|
|
|
2014-05-13 16:01:58 -04:00
|
|
|
Changes to the library are reflected in real time after the initial scan. The
|
|
|
|
directories are monitored for changes and rescanned on the fly. Note that if you
|
|
|
|
have your library on a network mount then real time updating may not work. Read
|
|
|
|
below about what to do in that case.
|
2013-12-21 12:24:48 -05:00
|
|
|
|
|
|
|
If you change any of the directory settings in the library section of the
|
|
|
|
configuration file a rescan is required before the new setting will take effect.
|
|
|
|
Currently, this will not be done automatically, so you need to trigger the
|
2014-05-13 16:01:58 -04:00
|
|
|
rescan as described below.
|
2013-12-21 12:24:48 -05:00
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
Symlinks are supported and dereferenced, but it is best to use them for
|
|
|
|
directories only.
|
2015-10-09 17:58:27 -04:00
|
|
|
|
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
### Pipes (for e.g. multiroom with Shairport-sync)
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
Some programs, like for instance Shairport-sync, can be configured to output
|
|
|
|
audio to a named pipe. If this pipe is placed in the library, forked-daapd will
|
|
|
|
automatically detect that it is there, and when there is audio being written to
|
|
|
|
it, playback of the audio will be autostarted (and stopped).
|
2009-06-12 06:15:52 -04:00
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
Using this feature, forked-daapd can act as an AirPlay multiroom "router": You
|
|
|
|
can have an AirPlay source (e.g. your iPhone) send audio Shairport-sync, which
|
|
|
|
forwards it to forked-daapd through the pipe, which then plays it on whatever
|
|
|
|
speakers you have selected (through Remote).
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
The format of the audio being written to the pipe must be PCM16.
|
2014-04-01 18:02:48 -04:00
|
|
|
|
2017-01-29 16:09:28 -05:00
|
|
|
You can also start playback of pipes manually. You will find them in remotes
|
|
|
|
listed under "Unknown artist" and "Unknown album". The track title will be the
|
|
|
|
name of the pipe.
|
|
|
|
|
|
|
|
Shairport-sync can write metadata to a pipe, and forked-daapd can read this.
|
|
|
|
This requires that the metadata pipe has the same filename as the audio pipe
|
|
|
|
plus a ".metadata" suffix. Say Shairport-sync is configured to write audio to
|
|
|
|
"/foo/bar/pipe", then the metadata pipe should be "/foo/bar/pipe.metadata".
|
2014-04-01 18:02:48 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
### Libraries on network mounts
|
|
|
|
|
2014-05-13 16:01:58 -04:00
|
|
|
Most network filesharing protocols do not offer notifications when the library
|
|
|
|
is changed. So that means forked-daapd cannot update its database in real time.
|
|
|
|
Instead you can schedule a cron job to update the database.
|
|
|
|
|
|
|
|
The first step in doing this is to add two entries to the 'directories'
|
|
|
|
configuration item in forked-daapd.conf:
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-05-15 18:02:33 -04:00
|
|
|
directories = { "/some/local/dir", "/your/network/mount/library" }
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-05-13 16:01:58 -04:00
|
|
|
|
|
|
|
Now you can make a cron job that runs this command:
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-05-13 16:01:58 -04:00
|
|
|
touch /some/local/dir/trigger.init-rescan
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-05-13 16:01:58 -04:00
|
|
|
|
|
|
|
When forked-daapd detects a file with filename ending .init-rescan it will
|
|
|
|
perform a bulk scan similar to the startup scan.
|
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
### Troubleshooting library issues
|
|
|
|
|
2014-05-13 16:01:58 -04:00
|
|
|
If you place a file with the filename ending .full-rescan in your library,
|
|
|
|
you can trigger a full rescan of your library. This will clear all music and
|
|
|
|
playlists from forked-daapd's database and initiate a fresh bulk scan. Pairing
|
|
|
|
and speaker information will be kept. Only use this for troubleshooting, it is
|
|
|
|
not necessary during normal operation.
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Command line and web interface
|
2014-04-01 18:02:48 -04:00
|
|
|
|
|
|
|
forked-daapd is meant to be used with the clients mentioned above, so it does
|
|
|
|
not have a command line interface nor does it have a web interface. You can,
|
2014-12-31 04:06:59 -05:00
|
|
|
however, to some extent control forked-daapd with [MPD clients](#mpd-clients) or
|
2015-10-09 17:58:27 -04:00
|
|
|
from the command line by issuing DAAP/DACP commands with a program like curl.
|
|
|
|
Here is an example of how to do that.
|
2014-04-01 18:02:48 -04:00
|
|
|
|
|
|
|
Say you have a playlist with a radio station, and you want to make a script that
|
|
|
|
starts playback of that station:
|
|
|
|
|
|
|
|
1. Run 'sqlite3 [your forked-daapd db]'. Use 'select id,title from files' to get
|
2015-10-09 17:58:27 -04:00
|
|
|
the id of the radio station, and use 'select id,title from playlists' to get
|
|
|
|
the id of the playlist.
|
2014-04-01 18:02:48 -04:00
|
|
|
2. Convert the two ids to hex.
|
|
|
|
3. Put the following lines in the script with the relevant ids inserted (also
|
2014-12-28 04:12:08 -05:00
|
|
|
observe that you must use a session-id < 100, and that you must login and
|
|
|
|
logout):
|
2014-04-01 18:02:48 -04:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-04-01 18:02:48 -04:00
|
|
|
curl "http://localhost:3689/login?pairing-guid=0x1&request-session-id=50"
|
|
|
|
curl "http://localhost:3689/ctrl-int/1/playspec?database-spec='dmap.persistentid:0x1'&container-spec='dmap.persistentid:0x[PLAYLIST-ID]'&container-item-spec='dmap.containeritemid:0x[FILE ID]'&session-id=50"
|
|
|
|
curl "http://localhost:3689/logout?session-id=50"
|
2014-12-28 04:12:08 -05:00
|
|
|
```
|
2014-04-01 18:02:48 -04:00
|
|
|
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2014-12-31 04:06:59 -05:00
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## Spotify
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2016-11-27 14:21:56 -05:00
|
|
|
forked-daapd has support for playback of the tracks in your Spotify library. It
|
|
|
|
must have been compiled with the `--enable-spotify` option (see
|
2015-10-19 14:56:35 -04:00
|
|
|
[INSTALL](https://github.com/ejurgensen/forked-daapd/blob/master/INSTALL)).
|
2016-11-27 14:21:56 -05:00
|
|
|
You must also have libspotify installed, otherwise Spotify integration will not
|
|
|
|
be available. Unfortunately the library is no longer available from Spotify, and
|
|
|
|
at the time of writing they have not provided an alternative. You can, however,
|
|
|
|
still get libspotify here:
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2016-11-27 14:21:56 -05:00
|
|
|
- Debian package (libspotify-dev), see https://apt.mopidy.com
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2014-03-28 16:00:55 -04:00
|
|
|
You must also have a Spotify premium account. If you normally log into Spotify
|
|
|
|
with your Facebook account you must first go to Spotify's web site where you can
|
|
|
|
get the Spotify username and password that matches your account. With
|
|
|
|
forked-daapd you cannot login into Spotify with your Facebook username/password.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2016-11-27 14:21:56 -05:00
|
|
|
The procedure for logging in to Spotify is a two-step procedure due to the
|
|
|
|
current state of libspotify:
|
|
|
|
|
|
|
|
1. Put a file in your forked-daapd library containing two lines, the first being
|
|
|
|
your Spotify user name, and the second your password. The filename must have
|
|
|
|
the ending ".spotify"
|
|
|
|
2. Delete the file again - forked-daapd will have read it.
|
|
|
|
3. forked-daapd will log in and add all music in your Spotify playlists to its
|
|
|
|
database. Wait until completed (follow progress in the log file).
|
2017-08-26 04:33:54 -04:00
|
|
|
4. In a browser, go to [http://forked-daapd.local:3689/oauth](http://forked-daapd.local:3689/oauth)
|
|
|
|
(the default credentials are "admin"/"unused") and click the link to
|
|
|
|
authorize forked-daapd with Spotify.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
|
|
|
Spotify will automatically notify forked-daapd about playlist updates, so you
|
2016-11-27 14:21:56 -05:00
|
|
|
should not need to restart forked-daapd to syncronize with Spotify. However,
|
|
|
|
Spotify only notifies about playlist updates, not new saved tracks/albums, so
|
|
|
|
you need to repeat step 4 above to load those.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2016-11-27 14:21:56 -05:00
|
|
|
Forked-daapd will not store your password, but will still be able to log you in
|
|
|
|
automatically afterwards, because libspotify saves a login token. You can
|
|
|
|
configure the location of your Spotify user data in the configuration file.
|
2014-03-11 18:20:29 -04:00
|
|
|
|
2016-09-07 13:19:28 -04:00
|
|
|
To permanently logout and remove credentials, delete the contents of
|
|
|
|
`/var/cache/forked-daapd/libspotify` (while forked-daapd is stopped).
|
|
|
|
|
2016-11-27 14:21:56 -05:00
|
|
|
Limitations:
|
2014-03-11 18:20:29 -04:00
|
|
|
You will not be able to do any playlist management through forked-daapd - use
|
|
|
|
a Spotify client for that. You also can only listen to your music by letting
|
|
|
|
forked-daapd do the playback - so that means you can't stream from forked-daapd
|
2014-04-04 17:16:03 -04:00
|
|
|
to iTunes.
|
2014-08-15 17:36:54 -04:00
|
|
|
|
|
|
|
|
2014-12-28 04:12:08 -05:00
|
|
|
## LastFM
|
2014-08-15 17:36:54 -04:00
|
|
|
|
2015-10-19 14:56:35 -04:00
|
|
|
If forked-daapd was built with LastFM scrobbling enabled (see the
|
|
|
|
[INSTALL](https://github.com/ejurgensen/forked-daapd/blob/master/INSTALL) file)
|
2014-08-15 17:36:54 -04:00
|
|
|
you can have it scrobble the music you listen to. To set up scrobbling you must
|
|
|
|
create a text file with the file name ending ".lastfm". The file must have two
|
|
|
|
lines: The first is your LastFM user name, and the second is your password. Move
|
|
|
|
the file to your forked-daapd library. Forked-daapd will then log in and get a
|
|
|
|
permanent session key.
|
|
|
|
|
|
|
|
You should delete the .lastfm file immediately after completing the first login.
|
|
|
|
For safety, forked-daapd will not store your LastFM username/password, only the
|
|
|
|
session key. The session key does not expire.
|
|
|
|
|
|
|
|
To stop scrobbling from forked-daapd, add an empty ".lastfm" file to your
|
|
|
|
library.
|
2014-12-31 04:06:59 -05:00
|
|
|
|
2016-04-18 16:09:22 -04:00
|
|
|
|
2014-12-31 04:06:59 -05:00
|
|
|
## MPD clients
|
2016-04-18 16:09:22 -04:00
|
|
|
|
|
|
|
If forked-daapd was built with support for the [Music Player Deamon](http://musicpd.org/)
|
2015-10-19 14:56:35 -04:00
|
|
|
protocol (see the [INSTALL](https://github.com/ejurgensen/forked-daapd/blob/master/INSTALL)
|
|
|
|
file) you can - to some extent - use clients for MPD to control forked-daapd.
|
|
|
|
By default forked-daapd listens on port 6600 for MPD clients. You can change
|
|
|
|
this in the configuration file.
|
2014-12-31 04:06:59 -05:00
|
|
|
|
|
|
|
Currently only a subset of the commands offered by MPD (see [MPD protocol documentation](http://www.musicpd.org/doc/protocol/))
|
|
|
|
are supported by forked-daapd.
|
|
|
|
|
2015-10-19 14:56:35 -04:00
|
|
|
Due to some differences between forked-daapd and MPD not all commands will act
|
|
|
|
the same way they would running MPD:
|
2014-12-31 04:06:59 -05:00
|
|
|
|
2017-06-21 15:49:39 -04:00
|
|
|
- crossfade, mixrampdb, mixrampdelay and replaygain will have no effect
|
2014-12-31 04:06:59 -05:00
|
|
|
- single, repeat: unlike MPD forked-daapd does not support setting single and repeat separately
|
|
|
|
on/off, instead repeat off, repeat all and repeat single are supported. Thus setting single on
|
|
|
|
will result in repeat single, repeat on results in repeat all.
|
|
|
|
|
|
|
|
Following table shows what is working for a selection of MPD clients:
|
|
|
|
|
|
|
|
| Client | Type | Status |
|
|
|
|
| --------------------------------------------- | ------ | --------------- |
|
2015-04-24 23:40:04 -04:00
|
|
|
| [mpc](http://www.musicpd.org/clients/mpc/) | CLI | Working commands: mpc, add, crop, current, del (ranges are not yet supported), play, next, prev (behaves like cdprev), pause, toggle, cdprev, seek, clear, outputs, enable, disable, playlist, ls, load, volume, repeat, random, single, search, find, list, update (initiates an init-rescan, the path argument is not supported) |
|
|
|
|
| [ympd](http://www.ympd.org/) | Web | Everything except "add stream" should work |
|
2014-12-31 04:06:59 -05:00
|
|
|
|
|
|
|
|
2016-04-18 16:09:22 -04:00
|
|
|
## References
|
|
|
|
|
|
|
|
The source for this version of forked-daapd can be found here:
|
2014-12-31 04:06:59 -05:00
|
|
|
|
2016-04-18 16:09:22 -04:00
|
|
|
https://github.com/ejurgensen/forked-daapd.git
|
2014-12-31 04:06:59 -05:00
|
|
|
|
2016-04-18 16:09:22 -04:00
|
|
|
The original (now unmaintained) source can be found here:
|
|
|
|
|
|
|
|
http://git.debian.org/?p=users/jblache/forked-daapd.git
|