You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,26 +20,34 @@ Your karaoke collection can be browsed and queued from a self served website and
20
20
21
21
-[Setup](#setup)
22
22
-[Linux](#linux)
23
+
-[macOS](#macos)
23
24
-[Windows](#windows)
24
25
-[Build from Source](#build-from-source)
25
26
-[CLI Arguments](#cli-arguments)
26
27
-[Screenshots](#screenshots)
27
28
-[Songs Page](#songs-page)
29
+
-[Favorites Page](#favorites-page)
28
30
-[Artists Page](#artists-page)
29
31
-[Queue Page](#queue-page)
30
32
-[Player](#player)
31
33
-[Acknowledgments](#acknowledgments)
32
34
33
35
## Setup
34
36
### Linux
35
-
- Download latest release binary or build from source
37
+
- Download latest [release](https://github.com/tarkah/karaoke-rs/releases/latest) or build from source
36
38
- Run `karaoke-rs --help` to see all arguments
37
39
- Place your song collection at `~/.local/share/karaoke-rs/songs`, or specify location via `--songs path/to/song/directory`
38
40
- Default configuration file is created at `~/.config/karaoke-rs/config.yaml`. This can be copied / changed and specified via `--config path/to/config.yaml`
39
41
- You may need to force disable vsync to eliminate flickering, set environment variable `vblank_mode=0`
40
42
43
+
### macOS
44
+
- Download latest [release](https://github.com/tarkah/karaoke-rs/releases/latest) or build from source
45
+
- Run `karaoke-rs --help` to see all arguments
46
+
- Place your song collection at `$HOME/Library/Application Support/karaoke-rs/songs`, or specify location via `--songs path/to/song/directory`
47
+
- Default configuration file is created at `$HOME/Library/Preferences/karaoke-rs/config.yaml`. This can be copied / changed and specified via `--config path/to/config.yaml`
48
+
41
49
### Windows
42
-
- Download latest release binary or build from source
50
+
- Download latest [release](https://github.com/tarkah/karaoke-rs/releases/latest) or build from source
43
51
- Double click `karaoke-rs.exe` to run with default configuration. Run from command prompt / powershell `karaoke-rs.exe --help` to see all arguments
44
52
- Place your song collection at `%APPDATA%\karaoke-rs\songs`, or specify location via `--songs C:\path\to\song\directory`
45
53
- Default configuration file is created at `%APPDATA%\karaoke-rs\config.yaml`. This can be copied / changed and specified via `--config C:\path\to\config.yaml`
0 commit comments