BenShelton / library-api

An API for accessing information related to meetings and publications of Jehovah's Witnesses
https://benshelton.github.io/library-api/
MIT License
10 stars 2 forks source link

[Feature] Background Music #37

Open BenShelton opened 3 years ago

BenShelton commented 3 years ago

Packages

Media

Describe the solution you'd like

Before and after meetings it's customary to play kingdom melodies at a low volume. This can be done on jw.org but it would be good to provide built in functionality to do this. The Songs tab would be a good place.

Describe alternatives you've considered

Playing from jw.org

Additional context

N/A

BenShelton commented 3 years ago

I found an interesting endpoint being hit: https://app.jw-cdn.org/catalogs/media/E.json.gz

This returns a sort-of-JSON file of what seems to be all the images for the Media tab of JW Library, separated by newlines instead of in an array. There is also keyParts which seems to have enough information to make it downloadable. Maybe we could use that?