So I just found a repo on Github https://github.com/crossroadchurch/paul that supposedly implements these changes. <br>Any chance of pulling these commits into the current OpenLP official project? <br><br><br>Readme:<br><p>08 Jan 2016</p>
Removed /api/controller/live_chords route.
Added /silas/{update_id} route. Returns musician oriented view of the live controller. Slide data includes (transposed) chords, where used. The song_order indicates current position with parentheses e.g. V1 (C1) V2. Possible JSON-encoded dicts are:
{"status": "inactive"} - if live controller not active, else:
{"status": "current"} - no updates have occurred, based on value of {update_id}, else:
{"status": "update", "update_id": new update_id, "current_slide": "...", "next_slide": "...", "song_order": "..."
</ul><p>26 Dec 2016</p>
Added verse order to footer area, set to 150% of footer font size, with current verse indicated by green background (settings hard-coded for the moment).
Verse order moved to right hand side of footer area. Song info area capped at 60% of total footer width.
Commits: <br>https://github.com/crossroadchurch/paul/commit/ad4b9ecab109ef18a10d1a0fec25c7eccf7843eb<br>https://github.com/crossroadchurch/paul/commit/8d0a45c1bdd7b3e8e33026c1fb2046b79895ca67<br>