Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellDPS authored Feb 2, 2018
1 parent 07a6e4e commit 22b6369
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
'---------------------------------------------
```

0 comments on commit 22b6369

Please sign in to comment.