|
1 | 1 | # Soundtrack ⌬ |
2 | 2 |
|
3 | | -Soundtrack is a minimalistic internet radio player for macOS and |
4 | | -iOS. It allows you to tune into one radio station. Subsequently you |
5 | | -can quickly play/pause that station by clicking the status bar |
6 | | -icon. You get notifications for song changes. |
| 3 | +Soundtrack is a minimal music player for macOS. You give it a URL of |
| 4 | +an internet radio station, which it’ll remember. There is a play |
| 5 | +button, and the name of the currently playing song which you can click |
| 6 | +to pause. |
7 | 7 |
|
8 | | -To set the radio station, paste the URL of the radio station in the |
9 | | -Soundtrack window. This is the HTTP link to the shoutcast playlist |
10 | | -file, ending in ".pls" or ".m3u". |
| 8 | + |
11 | 9 |
|
12 | | -## Advanced |
| 10 | +Like iTunes, it will tell you the name of the new song when the song |
| 11 | +changes. And there is a status bar icon to quickly play and pause |
| 12 | +without having to open the app. |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +It also works on iPhones. |
| 17 | + |
| 18 | +To set the radio station, paste the URL of the radio station in the |
| 19 | +Soundtrack window. This URL is the HTTP link to the shoutcast playlist |
| 20 | +file, usually ending in ".pls" or ".m3u" (something like |
| 21 | +"http://example.org/station.pls"). |
13 | 22 |
|
14 | | -* If you choose to hide the dock icon, you can show the Soundtrack |
15 | | - window by right or control clicking the status bar icon. |
| 23 | +[Download](https://github.com/mnvr/Soundtrack/releases/download/v1.0/Soundtrack.zip) |
16 | 24 |
|
17 | | -## Obtaining Soundtrack |
| 25 | +## Advanced |
18 | 26 |
|
19 | 27 | ### Building from Source |
20 | 28 |
|
21 | 29 | There are no external dependencies. Download the source code, then |
22 | 30 | build and run in Xcode. |
| 31 | + |
| 32 | +### Hiding the Dock Icon |
| 33 | + |
| 34 | +If you choose to hide the dock icon, you can show the Soundtrack |
| 35 | +window by right or control clicking the status bar icon. |
| 36 | + |
0 commit comments