Media files (songs and cover art) for the Audora music streaming app.
audora-media/
├── songs/ # Audio files (.mp3)
└── extracted-covers/ # Album cover art (.jpg, .jpeg)
This repository is served via GitHub Pages as a static CDN for the main Audora application.
Production URL: https://priyanshuwq.github.io/audora-media/
Set the following environment variable in your Audora deployment:
VITE_MEDIA_BASE_URL=https://priyanshuwq.github.io/audora-media
Use the helper script to commit and push songs/ in smaller size-based chunks.
# Preview chunks without changing git history
bash scripts/push-songs-in-chunks.sh --dry-run --chunk-mb 300
# Commit and push songs in ~300MB chunks
bash scripts/push-songs-in-chunks.sh --chunk-mb 300
# Resume from a failed chunk (example: start from chunk 4)
bash scripts/push-songs-in-chunks.sh --chunk-mb 300 --start-chunk 4
songs/.Media files are for personal use only.