Results 1 to 15 of 29
Thread: [Release] AutoAway plugin
-
03-04-2012, 13:48 #1
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
[Release] AutoAway plugin
Version 1.1.1 now available.
Changes:
in v1.1.1
- API v16 support
in v1.1
- added 64 bit build.
- hook functions are in their own dll now so it won't appear that all programs depend on Qt.
- added menu to remove the server auto away channel.
http://addons.teamspeak.com/director...ay-Plugin.html
I still consider it a beta so please report any problems.Last edited by plamen; 26-04-2012 at 08:38.
-
03-04-2012, 13:49 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,763
Nice idea
Many users asked for such a function.
I will guide them into this thread.---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
03-04-2012, 13:53 #3
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
Oh thank you
.
-
03-04-2012, 16:33 #4
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Yep +1
Good idea
-
03-04-2012, 21:47 #5
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
Nice Idea

Few things I noticed when building for x64 on MSVC though:
Qt has a Built In Class to store and read Settings which can also read from INI Files on all Platforms, refer to the Documentation on QSettings, thus there shouldn't be any need to use an extra/external Class for that.
If you do not want to use QSettings there is no need to include it just to get the Definitions for QVariant as there is <QtCore/QVariant> which you can include instead.
What are autoawayplugin.h/cpp and autoawayplugin_global.h supposed to be good for? They do not seem to serve any purpose whatsoever as far as I can tell.
In either case:
I just build it for Win64 and attached the File including the Source used. You are welcome to download and include it in your ts3_plugin File.
When doing that you should probably give both files the same name and append _win32 and _win64 accordingly as the Plugin Installer just extracts everything there is in the Package with a few exceptions.
I did not test the Plugin myself, just fixed a couple of Issues in the Source in order to successfully build it with Visual Studio.Last edited by SilentStorm; 03-04-2012 at 22:01.
-
03-04-2012, 23:33 #6
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
QSettings is case insensitive I opted for that lib since it's easy to modify to be case sensitive. I use the server unique id as group in the ini file and leaving it case insensitive increases the chance for collisions
You are right. I probably should gave removed the import after I decided to ditch QSettings.
QtCreator likes to add them to new projects. And at the beginning I was going for C version build with mingw but had trouble making the UI work so I created a new QtProject and added the original stuff in it..
Thank you!
I will consider adding your binary to the package but since I have a severe case of security paranoia I'm not sure that I will.
-
04-04-2012, 20:04 #7
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
Ah ok, didn't realize QSettings was Case Insensitive.
Heh, fair enough
Just thought I'd help out since you said you couldn't compile for 64bit. Full Source I used is included in the Zip above as well.
About including it is entirely up to you, I won't blame you either way
Edit: I compiled using VS2010 so People might need VCRedist2010 Package if it fails to load.
-
05-04-2012, 08:47 #8
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
-
05-04-2012, 19:03 #9
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
Whoops, indeed it is...
Sorry about that, completely forgot the majority of people hasn't arrived there yet.
Happened when I was trying to see if it would at least load.
Attached the API 15 Version. Sorry for the inconvenience.
-
06-04-2012, 14:03 #10
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
Thanks for the help, but found somewhere else to build and test 64 bit version and some major changes were required to make it work.
Both 32 and 64 bit versions are now available in the installation package.
-
10-04-2012, 11:09 #11
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
Please reinstall the plugin the latest version fixes some stability issues that can crash the TS client.
-
23-04-2012, 12:38 #12
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Posts
- 1
Cant install it.
Windows x64Failed to read Add-On info
-
23-04-2012, 22:39 #13
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 2
-
24-04-2012, 10:12 #14
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,763
Please be patient, the author of that plugin needs to update to api 16.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
26-04-2012, 08:33 #15
-= TeamSpeak User =-
- Join Date
- Apr 2012
- Posts
- 7
updated to api v 16
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[RELEASE] AutoCreate Lua Plugin
By ungood in forum PluginsReplies: 6Last Post: 24-12-2012, 09:48 -
[Release] VLC Mute Plugin
By SilentStorm in forum PluginsReplies: 2Last Post: 13-10-2012, 00:46 -
[RELEASE] Another TS3 Overlay Plugin
By MarkR in forum PluginsReplies: 120Last Post: 14-01-2011, 08:25 -
[Release]Rhythmbox plugin
By Dominik in forum PluginsReplies: 4Last Post: 03-12-2010, 21:06 -
[Release] TS3PHPBot-Plugin
By Neytiri86 in forum ToolsReplies: 0Last Post: 24-08-2010, 23:04


Reply With Quote
