No More HTML files!
MAJOR BREAKING CHANGES IF YOU ARE COMING FROM A PREVIOUS VERSION
This will be the final feature update for a while. I've been meaning to do this for a while, but just got the motivation to get it done.
There will be no more ambiguity on where the video files are coming from. Now instead of the previously provided default html files, you will instead define the video url directly. No more editing html for your own videos required 🎉
You can use videos placed in you config>www folder by defining the url with /local/your-video.mp4. This will have the added benefit of speeding up load times as you will not have to rely on external servers.
I have updated all the README examples with the new configuration format. If you use the example weather configuration it will function identically to the way the previous example functioned.
While this is the last major feature update I plan on doing for the foreseeable future (although that could change tomorrow, I'm enjoying working on this project) I will still be working on fixes for any bugs that may come up. So make sure to submit an issue if you run into trouble.