Add Home

dallasgroot 2026-04-08 16:34:23 -07:00
commit 24f62272f1

19
Home.md Normal file

@ -0,0 +1,19 @@
Welcome to the **Fergejo (NavidromePlayer)** Wiki.
Fergejo is a native iOS + watchOS music player built for [Navidrome](https://www.navidrome.org/) servers. It is built entirely with SwiftUI and AVFoundation, featuring a Mitsuha-style audio visualizer, an Apple Watch companion app, live radio streaming, and an optional Python-based Companion API for advanced server-side features.
## Requirements
* **iOS 26.0+** / **watchOS 26.0+**
* **Xcode 26+**
* **XcodeGen** (`brew install xcodegen`)
* **Navidrome server** (Any version with Subsonic API support)
## Building the App
1. Clone the repository.
2. Run the generation script to resolve dependencies (including ZIPFoundation via SPM) and open Xcode:
```bash
./generate.sh
```
3. Set your Apple Developer Team ID in `project.yml` under `DEVELOPMENT_TEAM`.
4. Select your target device and build.