Add client applications as submodules to main repository

- Keep main swingmusic backend code (src/, pyproject.toml, etc.)
- Add swingmusic-android as submodule
- Add swingmusic-desktop as submodule
- Add swingmusic-webclient as submodule
- Update README to reflect main backend + client apps structure
- Repository now contains complete Swing Music ecosystem in one place
This commit is contained in:
Tomas Dvorak
2026-03-17 22:33:08 +01:00
parent aad2f2d421
commit 17e859dd2f
5 changed files with 35 additions and 1 deletions
+23 -1
View File
@@ -1,4 +1,4 @@
# 🎵 SwingMusic Extended Backend
# 🎵 Swing Music Extended
A powerful, self-hosted music streaming backend with comprehensive features and modern architecture.
@@ -28,6 +28,28 @@ A powerful, self-hosted music streaming backend with comprehensive features and
- **Lyrics Integration** - Fetch and display lyrics
- **Last.fm Scrobbling** - Automatic scrobbling support
## 📦 Client Applications
This repository includes client applications as submodules:
### 📱 Mobile App
**[swingmusic-android](./swingmusic-android)** - Android mobile application
- Modern Android app with Material Design 3
- Offline music support
- Cross-platform music streaming
### 🖥️ Desktop App
**[swingmusic-desktop](./swingmusic-desktop)** - Cross-platform desktop application
- Built with Tauri (Rust + Web)
- Native performance with web UI
- Windows, macOS, and Linux support
### 🌐 Web Client
**[swingmusic-webclient](./swingmusic-webclient)** - Web-based client application
- Modern web interface
- Browser-based music streaming
- Responsive design
## 🚀 Quick Start
### Prerequisites