In the previous version of OpenLP the remore html and javascript files were accessible in the program files directory.
Is it still possible to modify these files? if so, where are they?
I have made changes to the original remote, including a DDA complient lyric view for visually impared to access the lyrics on their mobile/tablet. A significantly enhanced stage view with full service plan, chords and touch-screen remote features so the worship leader can control the screen. And a few enhancements to the remote including preset alerts with parameters and scheduled alerts.
I'd love to include these in the the repository at some point tho there's a lot of work to do for cross compatibility and internatilnalisation - but for now is it even possible for me to reapply these changes in our version?
Thanks for your help.
Comments
https://gitlab.com/openlp/web-remote/-/blob/master/docs/developer_guide.rst
Thank you - I figured I'd have to bite the bullet and dealve into the repository eventually. For now I guess I'll have to stick with 2.4.6.
You cannot modify the inbuilt remote views anymore; But you can copy your version into the stages folder and it will work the same as it did in 2.4.6 (with perhaps some minor changes). This feature is called "Custom Stages" and was how the remote view was implemented in OpenLP 2.4.6 (It is now separate, but custom stages are still supported).
There is documentation for custom stage views and how to set them up here:
Links to the current HTTP and Websocket APIs are at the bottom of the page.