6
6
[ ![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/itsnotgoodname/reciva-web-remote )] ( ./go.mod )
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ItsNotGoodName/reciva-web-remote )] ( https://goreportcard.com/report/github.com/ItsNotGoodName/reciva-web-remote )
8
8
9
- Control your legacy Reciva based internet radios (Crane, Grace Digital, Tangent, etc.) via REST api or web browser .
9
+ Control your legacy Reciva based internet radios (Crane, Grace Digital, Tangent, etc.) via web browser or REST API .
10
10
11
11
![ Desktop Demo] ( /assets/desktop-demo.png )
12
12
@@ -17,7 +17,7 @@ Control your legacy Reciva based internet radios (Crane, Grace Digital, Tangent,
17
17
- Change radio volume
18
18
- Change radio audio source (unreliable)
19
19
- Play radio presets (make sure audio source is ` Internet radio ` or else it will hang)
20
- - [ Host playlists] ( ### host-playlists ) for radios
20
+ - [ Host playlists] ( #host-playlists ) for radios
21
21
22
22
## Running
23
23
@@ -108,7 +108,7 @@ The contents of the playlists can be changed in the web interface.
108
108
}
109
109
```
110
110
111
- ### Routes
111
+ ### Endpoints
112
112
113
113
| Method | Endpoint | Description |
114
114
| ------ | ------------------------------ | ------------------------- |
@@ -126,7 +126,7 @@ The contents of the playlists can be changed in the web interface.
126
126
| GET | /api/states | List States |
127
127
| GET | /api/state/{uuid} | Get State |
128
128
| PATCH | /api/state/{uuid} | Modify State |
129
- | WS | /api/ws | Websocket |
129
+ | WS | /api/ws | WebSocket |
130
130
131
131
## Build
132
132
@@ -173,5 +173,4 @@ make dev-backend
173
173
- Add volume slider in web interface
174
174
- Make [ Podman] ( https://podman.io/ ) an optional requirement for Make
175
175
- Discover radios on a timer
176
- - Better error handling in ` upnp ` package when using ` retry ` package to prevent spamming when there is a UPnP error (ex. invalid action)
177
176
- Add events (ex. radios discovered, presets changed)
0 commit comments