You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoints of the API for the audio files of reciters are inconsistent and lack a standardized structure. For example:
For the reciter Shuraym, the URL is: https://download.quranicaudio.com/qdc/saud_ash-shuraym/murattal/001.mp3
For the reciter Sudais, the URL is: https://download.quranicaudio.com/qdc/abdurrahmaan_as_sudais/murattal/1.mp3
Steps to Reproduce
Access the API to retrieve audio files for different reciters.
Compare the URLs for reciters Shuraym and Sudais.
Expected Behavior
The endpoints should follow a consistent structure for all reciters. For example, if the chosen format is xxx/yyy/zzz/nnn.mp3, it should be applied uniformly for all reciters.
Impact
This inconsistency complicates the automation and integration of audio files from different reciters, requiring specific adaptations for each reciter.
Suggestions for Correction
Standardize the URLs for all reciters. For example, choose a unique format either with or without leading zeros for the surah numbers:
With leading zeros: xxx/yyy/zzz/001.mp3
Without leading zeros: xxx/yyy/zzz/1.mp3
The text was updated successfully, but these errors were encountered:
Description of the Issue
The endpoints of the API for the audio files of reciters are inconsistent and lack a standardized structure. For example:
https://download.quranicaudio.com/qdc/saud_ash-shuraym/murattal/001.mp3
https://download.quranicaudio.com/qdc/abdurrahmaan_as_sudais/murattal/1.mp3
Steps to Reproduce
Expected Behavior
The endpoints should follow a consistent structure for all reciters. For example, if the chosen format is
xxx/yyy/zzz/nnn.mp3
, it should be applied uniformly for all reciters.Impact
This inconsistency complicates the automation and integration of audio files from different reciters, requiring specific adaptations for each reciter.
Suggestions for Correction
Standardize the URLs for all reciters. For example, choose a unique format either with or without leading zeros for the surah numbers:
xxx/yyy/zzz/001.mp3
xxx/yyy/zzz/1.mp3
The text was updated successfully, but these errors were encountered: