Commit inicial: G Radio Remoto (gr-client)
Cliente remoto GTK4 para G Radio Player: se conecta al servidor TCP embebido en radio-player para controlar el reproductor y editar programación (pautaje, parrilla, botonera, buscador, reportes) desde otra máquina de la LAN.
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
# Rust build artifacts
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock.bak
|
||||
|
||||
# Empaquetado Debian (staging + salidas)
|
||||
gr-client_*_amd64/
|
||||
gr-client_*_arm64/
|
||||
gr-client_*_amd64.deb
|
||||
gr-client_*_arm64.deb
|
||||
GR-client-v*.zip
|
||||
sha256sum.txt
|
||||
|
||||
# Runtime logs
|
||||
nohup.out
|
||||
*.log
|
||||
|
||||
# Notas internas / sesiones de desarrollo (no deben subirse)
|
||||
docs/sesion-*.txt
|
||||
gr-client-server
|
||||
|
||||
# Editor / OS junk
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.vscode/
|
||||
.idea/
|
||||
.claude/
|
||||
.~lock.*#
|
||||
Reference in New Issue
Block a user