Add quality and debug options to stream server help

This commit is contained in:
SteadyW 2026-06-13 13:03:09 +03:00 committed by GitHub
parent ad7895b054
commit e58a572316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -465,9 +465,11 @@ HELP_TEXT = "\033[1;37m" + """
\033[33m Playback \033[1;37m
\033[32m--vol\033[1;37m \033[35m0-5\033[1;37m Volume (0=mute, 1=normal, 5=2x)
\033[32m--loop\033[1;37m Loop the playlist infinitely
\033[32m--quality\033[1;37m \033[35mlvl\033[1;37m Codec quality (lossless,low,etc)
\033[33m Server \033[1;37m
\033[32m--port\033[1;37m \033[35mN\033[1;37m Server port (default: 8000)
\033[32m--debug\033[1;37m Show bandwidth stats (RAW/WIRE)
""" + "\033[0m"