Skip to content

Used to sort users into individual channels based on where they are playing (uses battlelog)

Notifications You must be signed in to change notification settings

SuperRoach/bf3-mumble-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Battle murmur/mumble switcher.

This is intended to be for server operaters, who have a murmur instance running.

It requires ICE to be installed on your murmur instance. For information on how to do this, please use:
http://mumble.sourceforge.net/Ice

Once that is all active, test out the sample scripts you have with your Mumble to see that it's working ok.

With that all good, put my php file up on a instance that has murmur on the server, and then access it from the web. 

	Running the script:
You can use this with cron to run as often as you would like.
	/usr/bin/wget --quiet "http://yourserverlocation.com/[email protected]&password=YOURPASS"    
Note the need to specify your battlelog email and password, which is needed to access the API itself.

Change the $testusername if you want to enforce that to only work for yourself. There are a few variables near the start you can change.

	
Todo:
- Grab users for a single channel instead of globally 
- Hardcode a list of mumble usernames/battlelog id's to move forward  (done)
- Battlelog json parsing (per user most likely)  (done)
- Make channels be removed when they are empty (temp flag isn't implemented in murmur yet, will need to work around)

About

Used to sort users into individual channels based on where they are playing (uses battlelog)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages