audora-media

Audora Media

Media files (songs and cover art) for the Audora music streaming app.

Structure

audora-media/
├── songs/                    # Audio files (.mp3)
└── extracted-covers/         # Album cover art (.jpg, .jpeg)

Usage

This repository is served via GitHub Pages as a static CDN for the main Audora application.

Production URL: https://priyanshuwq.github.io/audora-media/

Configuration

Set the following environment variable in your Audora deployment:

VITE_MEDIA_BASE_URL=https://priyanshuwq.github.io/audora-media

File Counts

Chunked Push For Large Songs Folder

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

Notes

License

Media files are for personal use only.