From 4a17651db2765d8a14a0a3344ab81f016eb7bde1 Mon Sep 17 00:00:00 2001 From: Vicwomg Date: Thu, 31 Dec 2020 16:01:39 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f958d3..308094d8 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ PiKaraoke is a "KTV"-style karaoke song search and queueing system. It connects If you want to support this project with a little monetary tip, it's much appreciated:
Buy Me A Coffee -## What's new (January 2021) +## What's new (1.0.0) +- Actual version number! v 1.0.0 - VLC is now the default media player. You can still use omxplayer for slower pi devices with `--use-omxplayer` - CDG file support! Also supports zipped cdg + mp3, just add the files to the root of the download directory (must be using vlc) - Refresh song list manually from the info screen. - Default download directories are now ~/pikaraoke-songs on MacOS, Windows, and Linux - General overdue cleanup of libraries - Removed the --show-overlay feature since it is omxplayer only and not supported on pi4 +- Prebuilt raspberry pi image that auto-launches pikaraoke: https://github.com/vicwomg/pikaraoke/releases/latest ## Features @@ -58,6 +60,8 @@ Also works on macs, PCs, and linux! ## Installation +If you're on a pi, you might want to just use the pre-built image here: https://github.com/vicwomg/pikaraoke/releases/latest + Install git, if you haven't already. (on raspberry pi: `sudo apt-get update; sudo apt-get install git`) Install python3/pip3 (usually raspberry pis already have it, run `python3 --version` to check): https://www.python.org/downloads/ (python 2.7 may work, but is not officially supported)