-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Salem874 edited this page May 24, 2026
·
5 revisions
MeedyaDL is a multiplatform media downloader desktop application built with Tauri 2.0, React, and TypeScript. Currently supports Apple Music via GAMDL, with planned support for Spotify, YouTube, and BBC iPlayer.
Note: The most up-to-date documentation is the in-app Help system (accessible from the sidebar). This Wiki provides supplementary information. If you find discrepancies, the in-app help is the authoritative source.
| Topic | Description |
|---|---|
| Features Guide | Companion downloads, fallback chains, enrichment pipeline, queue management |
| Troubleshooting | Common issues with downloads, wrapper, and dependencies |
| Pre-Release Builds | 7-channel pipeline (Stable / RC / Beta / Alpha / Monthly / Weekly / Nightly) |
| Channel Overview | What each channel is, how they're triggered, what tag suffix to expect |
| Installing a Pre-Release | How to switch your update channel from the in-app updater |
| Rolling Back to Stable | Returning to a stable release from a pre-release |
Detailed developer documentation lives in DEV_NOTES.md in the repository root. It covers:
- Release workflow and CI/CD pipeline
- Required GitHub Secrets
- Signing keys and auto-updates
- Bundled dependencies
- Common build issues
- Internationalization (i18n)
- Remote Service Status (kill switch)
- Project structure