Migrate Quran audio files to S3 bucket#3
Merged
aramb-dev merged 5 commits intocopilot/take-quran-page-downfrom Dec 22, 2025
Merged
Migrate Quran audio files to S3 bucket#3aramb-dev merged 5 commits intocopilot/take-quran-page-downfrom
aramb-dev merged 5 commits intocopilot/take-quran-page-downfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: aramb-dev <[email protected]>
Copilot
AI
changed the title
[WIP] Remove audio Quran folder and update links for surahs 78-114
Migrate Quran audio files to S3 bucket
Dec 22, 2025
Member
|
@copilot you gotta remove the 'under maintanece' |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates Juz 'Amma Quran audio files (surahs 78-114) from local storage to AWS S3 bucket hosting, reducing repository size while maintaining functionality through external CDN-like delivery.
Key Changes:
- Updated all 37 track URLs in tracks.json to point to S3 bucket at
https://mtws-one.s3.us-east-1.amazonaws.com/audio/juz_amma/ - Removed 37 local MP3 files (078.mp3 through 114.mp3) from the repository
- Updated audio source reference in commented HTML player markup to match new S3 location
Reviewed changes
Copilot reviewed 2 out of 39 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| assets/audio/quran/tracks.json | Updated all 37 track URLs from local paths to S3 bucket URLs while preserving local album cover image references |
| audio/listen-to-quran/index.html | Updated audio source in commented player markup from local path to S3 URL for consistency |
| assets/audio/quran/078.mp3 - 114.mp3 | Removed 37 local MP3 files as they're now hosted on S3 |
The changes are consistent and complete. The existing crossorigin="anonymous" attribute on the audio elements ensures proper CORS handling for the S3-hosted files. The local album cover image is appropriately retained for metadata purposes.
Co-authored-by: aramb-dev <[email protected]>
Contributor
Author
…andling Remove Web Audio API usage (AudioContext, gainNode) for volume control, switching to direct audioElement.volume manipulation. Add .catch() handlers to audio.play() calls in both audio.js and playlist-helper.js to handle playback errors, such as autoplay policy restrictions. Also add .vscode/settings.json for Python environment configuration and update .gitignore with Snyk security rules.
This document outlines the roadmap for migrating the current static Da'wah website to Next.js App Router, covering project initialization, asset migration, component refactoring, routing, feature updates, SEO, performance optimizations, and deployment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Migrate Juz 'Amma audio files (surahs 78-114) from local assets to S3 storage at
https://mtws-one.s3.us-east-1.amazonaws.com/audio/juz_amma/.Changes
assets/audio/quran/Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.