Update from obsidian - thinkpad

Affected files:
projects/radio-notes/Dev Stack.md
projects/radio.md
projects/todos-notes/Update dots.md
This commit is contained in:
Alexander Navarro 2023-10-04 20:09:03 -03:00
parent e5be12c66d
commit f58e4ba9d9
3 changed files with 11 additions and 3 deletions

View file

@ -48,3 +48,10 @@ Este servicio será el encargado de orquestrar la música con el servidor.
- Se debe maneter el frontend actualizado en todo momento en cuanto cambien los datos del servidor de Juno:
- NextJS puede realizar actualización de UI dinámicamente, pero esto nos añade un 3 servicio
- Web sockets creo que deberían bastar, implementados en Vanilla JS del lado del cliente
---
## References
- [gRPC](https://grpc.io/)

View file

@ -8,7 +8,7 @@ kanban-plugin: basic
- [ ] [Dev Stack and definitions](Dev%20Stack.md)
- [ ] Features<br>* Docker Service<br>* REST API<br>* Web UI<br>* HTTP Audio Stream<br>* File Scan to get the path to audio files<br>* Playlists<br>* Schedule Playlists<br>* Repeat Schedule<br>* upload files?
- [ ] Similar projects<br>* [Navidrome](https://www.navidrome.org)<br>* [Azuracast](https://www.azuracast.com/)<br>* [Cadence](https://github.com/kenellorando/cadence) (Use Icecast and Liquidsoap)<br>* [forte](https://github.com/kaangiray26/forte)
- [ ] Similar projects<br>* [Navidrome](https://www.navidrome.org)<br>* [Azuracast](https://www.azuracast.com/)<br>* [Cadence](https://github.com/kenellorando/cadence) (Use Icecast and Liquidsoap)<br>* [forte](https://github.com/kaangiray26/forte)<br>* [Simple MPD in Rust](https://dev.to/tsirysndr/how-i-built-a-simple-music-player-daemon-in-rust-with-a-cliweb-ui-51e0)
## Backlog

View file

@ -18,3 +18,4 @@
Reference:
- [Some Tmux configs](https://www.youtube.com/watch?v=DzNmUNvnB04)
- [Mac dotfiles config](https://github.com/mathiasbynens/dotfiles/blob/master/.macos#L362)