Skip to content

Commit a846a29

Browse files
committed
Improve README
1 parent c7cb84a commit a846a29

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

Artwork/main-window.gif

309 KB
Loading

Artwork/status-bar.gif

298 KB
Loading

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
11
# Soundtrack ⌬
22

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.
77

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+
![Main Window](Artwork/main-window.gif)
119

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+
![Status Bar Icon](Artwork/status-bar.gif)
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").
1322

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)
1624

17-
## Obtaining Soundtrack
25+
## Advanced
1826

1927
### Building from Source
2028

2129
There are no external dependencies. Download the source code, then
2230
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

Comments
 (0)