0xpr03 / voice-bridge

Ts3-Discord voice bridge
GNU Affero General Public License v3.0
17 stars 1 forks source link

TS3Username Change? #2

Closed Mustang0021 closed 3 years ago

Mustang0021 commented 3 years ago

Is it possible to change the TeamSpeak name?

3zet commented 3 years ago

Not in easy way - You need to find Teamspeak config lib in rust dependencies and there edit the username before compilation.

0xpr03 commented 3 years ago

Currently not, do you just want a config option ?

0xpr03 commented 3 years ago

Not in easy way - You need to find Teamspeak config lib in rust dependencies and there edit the username before compilation.

Please don't do that 😅 You'll have fun times rebuilding and validating your dependency cache if something goes wrong.

Mustang0021 commented 3 years ago

Yes, it would be nice if it would be possible to simply enter the nickname in a file.

-

Ja, es wäre schön, wenn es möglich wäre den Nickname einfach in einer Konfigurationsdatei einzutragen.

0xpr03 commented 3 years ago

I added the name,channel-id,channel-name, channel-password and server-password options. See new credentials examples.