From 22b636925a71d133c3778a41ed7da60ff8b41bd1 Mon Sep 17 00:00:00 2001 From: Maxwell Watermolen Date: Fri, 2 Feb 2018 12:36:55 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5aec4f..09fe2ea 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,12 @@ Next set trunking recorder settings to then in Module1.vb change the settings on the top to match you Trunking recorder output dir amd the dir that trunk player is looking for files. then set your tplayer box ssh settings and run! - +``` + 'Change -------------------------------------- + Public host As String = "Tplayer.net.local" + Public username As String = "radio" + Public pass As String = "pass" + Public TRPATH = "V:\NAS\Truning Recorder Output Folder\" + Public TPLAYERPATH = "V:\NAS\trunk player symlinked dir\" + '--------------------------------------------- + ```