Features
Installation
From App Store
Open the App Store in zOS and search for "Music".
Via npm
npm install @zos-apps/music
How to Use
- Add music to library
- Create playlists
- Control playback at bottom
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Space | Play/Pause |
| ← | Previous |
| → | Next |
| ↑↓ | Volume |
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build