Billy,
If you're using the mpscs.tsv that I sent you, then it came with no "Whitelisting" or "Blacklisting" of talkgroups meaning that it will decode and track all traffic broadcast through the Mount Pleasant tower. You'll notice that when a talkgroup becomes active that an "Alpha Tag" will also be displayed to add additional information that further identifies the active TG.
At some point you'll want to enable the HTTP console. Add this (-l http:0.0.0.0:8080) to your rx.py command line. The from a browser on the same -or- different computer open the IP address associated with op25 and suffix that address with (port) :8080.
Example:
http://192.168.1.100:8080. The "All-Zero's" IP allows any external IP address to connect to the HTTP console. Keep in mind there is no login security, so beware if you open this port to the outside world through your router.
Lastly, you may want install liquidsoap if want to use op25 to stream to BCFY. Optionally, install icecast2 to create your own private
streaming server. See Graham's "README-rpi3-liquidsoap" in the ~/op25 folder. You will have to ability to transmit the meta tags
(TG Alpha Tags) to your BCFY feed or private server. Configure meta.json. Add (-M meta.json) to your rx.py command line.
Here is what one of my rx.py (op25.sh) scripts looks like that I stream the audio to a local (private) icecast2 server.
./rx.py --args 'rtl' --gains 'lna:49' -T trunk.tsv -q 0 -S 1000000 -d -100 -D fsk4 -w -V -M meta.json -l http:0.0.0.0:8080 2> stderr.2
Bill