Skip to content

Commit 6698b26

Browse files
committed
Update README
1 parent f08c032 commit 6698b26

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
<a href="assets/logo.png">
2-
<img src="assets/logo.png" width="25%" />
3-
</a>
1+
<p align="center">
2+
<a href="assets/logo.png">
3+
<img src="assets/logo.png" width="30%" />
4+
</a>
5+
</p>
6+
<p align="center">
7+
A simple, network enabled karaoke player in Rust.
8+
</p>
9+
<p align="center">
10+
<a href="https://dev.azure.com/cforsstrom18/karaoke-rs/_build/latest?definitionId=1&branchName=master">
11+
<img src="https://dev.azure.com/cforsstrom18/karaoke-rs/_apis/build/status/tarkah.karaoke-rs?branchName=master" />
12+
</a>
13+
</p>
414

515
---
616

7-
[![Build Status](https://dev.azure.com/cforsstrom18/karaoke-rs/_apis/build/status/tarkah.karaoke-rs?branchName=master)](https://dev.azure.com/cforsstrom18/karaoke-rs/_build/latest?definitionId=1&branchName=master)
8-
9-
A simple, network enabled karaoke player in Rust.
10-
11-
Your karaoke collection can be browsed and queued to the player from a self served website. Currently only supports MP3+G (mp3 & corresponding cdg) files.
17+
Your karaoke collection can be browsed and queued to the player from a self served website. Only supports MP3+G (mp3 & corresponding cdg) files.
1218

1319
**_Now built off [glium](https://github.com/tomaka/glium)! No more dependency on SFML, the binaries should run out of the box on any system. Confirmed working on Raspberry Pi 3B + with OpenGL 2.1_**
1420

15-
1621
# Setup
1722
### Linux
1823
- Download latest release binary or compile from source -- `cargo build --release`
@@ -49,7 +54,9 @@ Your karaoke collection can be browsed and queued to the player from a self serv
4954
### Queue Page
5055
![queue](/screenshots/queue.png?raw=true)
5156

52-
### Player - background color rainbow cycles
57+
### Player
58+
![player1](/assets/background.png?raw=true)
59+
5360
![player1](/screenshots/player_1.png?raw=true)
5461

5562
![player2](/screenshots/player_2.png?raw=true)

0 commit comments

Comments
 (0)