Controller Setup

TVGI FIFINE programming guide for TVGI Playout

Program FIFINE Smile, Elgato Stream Deck, or similar controllers with TVGI Playout web/API requests or TVGI_Trigger.exe launch commands.

Open the setup utility

Open TVGI_Trigger.exe with no arguments to use the setup utility.

FIFINE Smile options

  • Web Request / API Request: paste one of the URLs below.
  • Launch App: select TVGI_Trigger.exe and pass the command plus port as arguments.

TVGI Playout defaults

  • Local host: 127.0.0.1
  • Macro port: 3683
  • Streamlabs compatibility port: 3056

Core transport

PLAYhttp://127.0.0.1:3683/play
PAUSEhttp://127.0.0.1:3683/pause
STOPhttp://127.0.0.1:3683/stop
NEXThttp://127.0.0.1:3683/next
PREVIOUShttp://127.0.0.1:3683/prev

Playback

LOOP FILEhttp://127.0.0.1:3683/loop_file
LOOP LISThttp://127.0.0.1:3683/loop_list
LOOP ALLhttp://127.0.0.1:3683/loop_all
TOGGLE LOOPhttp://127.0.0.1:3683/toggle_loop
SHUFFLEhttp://127.0.0.1:3683/shuffle

Playlist

ADD NEXThttp://127.0.0.1:3683/add_next
DUPLICATEhttp://127.0.0.1:3683/duplicate
REMOVEhttp://127.0.0.1:3683/remove

Marks

SET INhttp://127.0.0.1:3683/set_in
SET OUThttp://127.0.0.1:3683/set_out

Audio

MUTE NDIhttp://127.0.0.1:3683/mute_ndi
UNMUTE NDIhttp://127.0.0.1:3683/unmute_ndi
MUTE LOCAL MONITORhttp://127.0.0.1:3683/mute_monitor
UNMUTE LOCAL MONITORhttp://127.0.0.1:3683/unmute_monitor
TOGGLE AUDIOhttp://127.0.0.1:3683/toggle_audio

Status

GET STATUShttp://127.0.0.1:3683/status

Launch App examples

"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" play 3683
"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" stop 3683
"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" mute_ndi 3683

For Playout on another computer, replace 127.0.0.1 with that computer's IP address when using Web Request/API Request.