From 95ea5c31a58af8c94498153c91931a3d484c0be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Hilligs=C3=B8e?= Date: Mon, 26 Jun 2023 12:40:16 +0200 Subject: [PATCH] status update --- LICENSE | 2 +- README.md | 28 +++++++++++++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 3948ae9..e453ce0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Jens Hilligsøe, github.com/hilli +Copyright (c) 2023 Jens Hilligsøe, https://github.com/hilli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c9b62f3..2ecd746 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-kef-w2 -Library for controlling KEFs W2 platform based speakers over the network. +Library, CLI and Apps for controlling KEFs W2 platform based speakers over the network. ## Usage @@ -34,19 +34,18 @@ func main() { MIT License - ## Command line tool -### TODO +### Plan +- [x] Set volume +- [x] Mute/unmute +- [x] Select source +- [x] Get status +- [x] Turn on/off - [ ] Backup/restore settings to file -- [ ] Set volume -- [ ] Mute/unmute -- [ ] Select source -- [ ] Get status - [ ] Get settings - [ ] Set settings -- [ ] Turn on/off ### Usage @@ -55,7 +54,7 @@ MIT License ## Web interface & HomeKit HUB -### TODO +### Plan - [ ] Turn on/off - [ ] Set volume @@ -65,3 +64,14 @@ MIT License - [ ] Settings page, editing (web) - [ ] Backup/restore settings to file download (web) - [ ] ?? Streaming page, playing (web) + +## Player + +UI for controlling the speakers, show whats playing etc. + +### Plan + +- [x] Cross compilation of Fyne apps +- [ ] Input selection buttons +- [ ] Volume/mute controll +- [ ] Play/pause button for available targets \ No newline at end of file