mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-21 02:09:11 -05:00
Add support for Remote, the iPhone remote control for iTunes
Remote needs the same DAAP query quirk as iTunes and supports the same codecs.
This commit is contained in:
@@ -552,6 +552,12 @@ transcode_needed(struct evkeyvalq *headers, char *file_codectype)
|
||||
{
|
||||
DPRINTF(E_DBG, L_XCODE, "Client is Front Row, using iTunes codecs\n");
|
||||
|
||||
client_codecs = itunes_codecs;
|
||||
}
|
||||
else if (strncmp(user_agent, "Remote", strlen("Remote")) == 0)
|
||||
{
|
||||
DPRINTF(E_DBG, L_XCODE, "Client is Remote, using iTunes codecs\n");
|
||||
|
||||
client_codecs = itunes_codecs;
|
||||
}
|
||||
else if (strncmp(user_agent, "Roku", strlen("Roku")) == 0)
|
||||
|
||||
Reference in New Issue
Block a user