companion-module-requests icon indicating copy to clipboard operation
companion-module-requests copied to clipboard

Presenter by WorshipTools

Open manahan45 opened this issue 1 year ago • 4 comments

If you could add support for Presenter that would be great, it's similar to ProPresenter but more affordable for smaller churches.

manahan45 avatar Jan 31 '24 23:01 manahan45

At @bryce-seifert request, I'm posting my suggested requirements, as this is missing here so far:

What you would like to be able to make it do from Companion:

  • next/previous slide
  • next/previous plan item
  • name of current plan item
  • name of next plan item
  • blank screen

Direct links or attachments to the ethernet control protocol or API: none known, sorry.

jgclark avatar Feb 09 '24 23:02 jgclark

I poked through their docs some, and their MIDI mapping settings seem to be the extent of the API presently. If I understand correctly, this would require extra software to set up a MIDI session to expose Worship Presenter via TCP-over-MIDI, then it would be simple to just write MIDI over a TCP socket.

This API would provide next/previous slide and next/previous service item (I assume this is what "plan item" refers to?). But it doesn't include the name of the current/next service or the ability to blank the screen.

jswalden avatar Feb 10 '24 20:02 jswalden

Thanks for looking at this @jswalden. I wonder if someone with packet sniffing skills can tell whether there is a more direct API that the iOS remote control app uses? It seems unlikely that they'd be using MIDI for this.

jgclark avatar Feb 11 '24 22:02 jgclark

Was working on this as well. I was messing with the generic midi module and got rtpmidi. Everything looks connected but I can't get it to fire the cue.

Mboitnott avatar Jun 20 '24 23:06 Mboitnott