English   German
  #1  
Old 03-03-2003, 17:35
Praetorian Praetorian is offline
-= TeamSpeak User =-
 
Join Date: Mar 2003
Location: Germany
Posts: 10
Praetorian is on a distinguished road
Command line options to Linux Client?

Are there any command line options to the TS Linux Client? What I have in mind is to start TS Client and autoconnect it to a certain server which is specified on command line. You might f.i. include this in the start script for certain games, so TS will be started up and connects to that specified server when you start the game. Anyway are there any? Or is there another way to achieve autoconnect on TS startup?
Reply With Quote
  #2  
Old 03-03-2003, 18:46
Juanisan Juanisan is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Pennsylvania
Posts: 10
Juanisan is on a distinguished road
If there are command line options, then integration with KDE, GNOME, etc.. would be possible for the web browser click links that work with windoze today.
Reply With Quote
  #3  
Old 21-07-2003, 13:42
Praetorian Praetorian is offline
-= TeamSpeak User =-
 
Join Date: Mar 2003
Location: Germany
Posts: 10
Praetorian is on a distinguished road
To The Top!

Any update on this?
Reply With Quote
  #4  
Old 21-07-2003, 17:30
Praetorian Praetorian is offline
-= TeamSpeak User =-
 
Join Date: Mar 2003
Location: Germany
Posts: 10
Praetorian is on a distinguished road
There was a discussion on this in the Windows Forum (here: http://forum.teamspeak.com/show...=&threadid=827 ), didn't see it.

PHP Code:
#!/bin/sh
# A script to start TeamSpeak with appropriate options
# v0.1 by |PG|Praetorian


#Options
#######
# The location of your TS executable. Must be set.
TEAMSPEAK="/opt/TeamSpeak2RC2/TeamSpeak"

# Optional stuff. Should be obvious.
SERVER="Hostname or IP plus Port of a Server"
NICKNAME="Player"
LOGINNAME=""
PASSWORD="myPassword"
CHANNEL=""
SUBCHANNEL=""


#Program
#######
# Fail if TEAMSPEAK is not set.
[ -z $TEAMSPEAK ] && ( echo TEAMSPEAK variable not set in script "$0"please fix this. ; exit )
# Construct the launch command
[ -z $SERVER ] || SERVER_COMMAND="$SERVER"
[ -z $NICKNAME ] || NICKNAME_COMMAND="?nickname=$NICKNAME"
[ -z $LOGINNAME ] || LOGINNAME_COMMAND="?loginname=$LOGINNAME"
[ -z $PASSWORD ] || PASSWORD_COMMAND="?password=$PASSWORD"
[ -z $CHANNEL ] || CHANNEL_COMMAND="?channel=$CHANNEL"
[ -z $SUBCHANNEL ] || SUBCHANNEL_COMMAND="?subchannel=$SUBCHANNEL"

# Execute the launch command
$TEAMSPEAK "$SERVER_COMMAND$NICKNAME_COMMAND$LOGINNAME_COMMAND$PASSWORD_COMMAND$CHANNEL_COMMAND$SUBCHANNEL_COMMAND" 
Reply With Quote
  #5  
Old 22-07-2003, 11:27
Juanisan Juanisan is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Pennsylvania
Posts: 10
Juanisan is on a distinguished road
Ahhhhh!!! BINGO!

Thank you so much for the info!!!

Why was this info delegated to windoze ppl only?! I didnt think they used the command line?

I wish there was a TS CUI! ;-) I ran into a situation where i needed to communicate but there was no GUI available... Still have that situation... it would be nice to unlock the GUI.

Well us OpenSourcers would LOVE to help..... Gimme Source! I'll give ya help! ;-)
Reply With Quote
  #6  
Old 22-07-2003, 19:31
Praetorian Praetorian is offline
-= TeamSpeak User =-
 
Join Date: Mar 2003
Location: Germany
Posts: 10
Praetorian is on a distinguished road
np. It wasn't actually delegated to them either I believe, seems like they found out by trial-and-error. As the TS core obviously has the same code base on Windows and Linux, they work here, too.

I don't think TS is gonna split things up in a core and GUI and make the GUI open source, because a) it might be quite an effort to do that and b) there is no point in doing so because their main audience is the Windows people - thanks to TS for providing this excellent Linux client btw.

I wonder how much X you need installed on a machine to run TS if you have your X DISPLAY exported...you might also try if you can run VNC on that machine which ships with a micro-X-server for remote control. VNC needs a few X libs tho. GL.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:15.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices