cDima / Aerial

Aerial Apple TV screen saver for Windows
1.97k stars 181 forks source link

Added the ability to switch the video JSON file URL from the UI #138

Closed jonathonwpowell closed 6 years ago

jonathonwpowell commented 6 years ago

This pull request will allow for users to switch the reference json file if they wish to get another set of videos. For an example use the url https://t27q97zg19.execute-api.us-east-1.amazonaws.com/prod/aerialAltJSON (JSON file I created, just referenced some random videos). In the future I plan to create URLs with actual videos that people might want to use. I also switched away from using the app.config file as if a user follows the instructions on the site to just copy the Aerial.src file it will break the reference as the config file won't be there.

jonathonwpowell commented 6 years ago

closing as I have another pull request with more changes