[doc] Fix capitalisation of macOS

This commit is contained in:
Alain Nussbaumer 2024-04-22 17:32:26 +02:00
parent 0873c6cb65
commit 67e67c8db9
3 changed files with 24 additions and 24 deletions

View File

@ -9,10 +9,10 @@ You control the server via a web interface, Apple Remote, an Android remote
(e.g. Retune), an MPD client, json API or DACP. (e.g. Retune), an MPD client, json API or DACP.
OwnTone also serves local files via the Digital Audio Access Protocol (DAAP) to OwnTone also serves local files via the Digital Audio Access Protocol (DAAP) to
iTunes (Windows), Apple Music (MacOS) and Rhythmbox (Linux), and via the Roku iTunes (Windows), Apple Music (macOS) and Rhythmbox (Linux), and via the Roku
Server Protocol (RSP) to Roku devices. Server Protocol (RSP) to Roku devices.
Runs on Linux, BSD and MacOS. Runs on Linux, BSD and macOS.
OwnTone was previously called forked-daapd, which again was a rewrite of OwnTone was previously called forked-daapd, which again was a rewrite of
mt-daapd (Firefly Media Server). mt-daapd (Firefly Media Server).

View File

@ -1,4 +1,4 @@
# Supported clients # Supported Clients
OwnTone supports these kinds of clients: OwnTone supports these kinds of clients:
@ -22,21 +22,21 @@ connect without authentication. You can change that in the configuration file.
Here is a list of working and non-working DAAP and Remote clients. The list is Here is a list of working and non-working DAAP and Remote clients. The list is
probably obsolete when you read it :-) probably obsolete when you read it :-)
| Client | Developer | Type | Platform | Working (vers.) | | Client | Developer | Type | Platform | Working (vers.) |
| ------------------------ | ----------- | ------ | ------------- | --------------- | | ------------------------ | ----------- | ------ | --------------- | --------------- |
| iTunes | Apple | DAAP | Win | Yes (12.10.1) | | iTunes | Apple | DAAP | Win | Yes (12.10.1) |
| Apple Music | Apple | DAAP | MacOS | Yes | | Apple Music | Apple | DAAP | macOS | Yes |
| Rhythmbox | Gnome | DAAP | Linux | Yes | | Rhythmbox | Gnome | DAAP | Linux | Yes |
| Diapente | diapente | DAAP | Android | Yes | | Diapente | diapente | DAAP | Android | Yes |
| WinAmp DAAPClient | WardFamily | DAAP | WinAmp | Yes | | WinAmp DAAPClient | WardFamily | DAAP | WinAmp | Yes |
| Amarok w/DAAP plugin | KDE | DAAP | Linux/Win | Yes (2.8.0) | | Amarok w/DAAP plugin | KDE | DAAP | Linux/Win | Yes (2.8.0) |
| Banshee | | DAAP | Linux/Win/OSX | No (2.6.2) | | Banshee | | DAAP | Linux/Win/macOS | No (2.6.2) |
| jtunes4 | | DAAP | Java | No | | jtunes4 | | DAAP | Java | No |
| Firefly Client | | (DAAP) | Java | No | | Firefly Client | | (DAAP) | Java | No |
| Remote | Apple | Remote | iOS | Yes (4.3) | | Remote | Apple | Remote | iOS | Yes (4.3) |
| Retune | SquallyDoc | Remote | Android | Yes (3.5.23) | | Retune | SquallyDoc | Remote | Android | Yes (3.5.23) |
| TunesRemote+ | Melloware | Remote | Android | Yes (2.5.3) | | TunesRemote+ | Melloware | Remote | Android | Yes (2.5.3) |
| Remote for iTunes | Hyperfine | Remote | Android | Yes | | Remote for iTunes | Hyperfine | Remote | Android | Yes |
| Remote for Windows Phone | Komodex | Remote | Windows Phone | Yes (2.2.1.0) | | Remote for Windows Phone | Komodex | Remote | Windows Phone | Yes (2.2.1.0) |
| TunesRemote SE | | Remote | Java | Yes (r108) | | TunesRemote SE | | Remote | Java | Yes (r108) |
| rtRemote for Windows | bizmodeller | Remote | Windows | Yes (1.2.0.67) | | rtRemote for Windows | bizmodeller | Remote | Windows | Yes (1.2.0.67) |

View File

@ -7,10 +7,10 @@ hide:
# OwnTone # OwnTone
**OwnTone** is an open source (audio) media server for GNU/Linux, FreeBSD **OwnTone** is an open source (audio) media server for GNU/Linux, FreeBSD
and MacOS. and macOS.
It allows sharing and streaming your media library to iTunes (DAAP[^1]), It allows sharing and streaming your media library to iTunes (DAAP[^1]),
Roku (RSP), AirPlay devices (multiroom), Chromecast and also supports local Roku (RSP), AirPlay devices (multi-room), Chromecast and also supports local
playback. playback.
You can control OwnTone via its web interface, Apple Remote (and compatible You can control OwnTone via its web interface, Apple Remote (and compatible
@ -78,4 +78,4 @@ please see the documentation on [Building from Source](installation.md).
You can find source and documentation, also for older versions, here: You can find source and documentation, also for older versions, here:
- [https://github.com/owntone/owntone-server.git](https://github.com/owntone/owntone-server.git) - [Source Code](https://github.com/owntone/owntone-server.git)