pathmann / pyTSon

pyTSon is a plugin for the TeamSpeak 3 client, it offers a python interface for the plugin sdk
https://pytson.4qt.de
GNU General Public License v3.0
79 stars 12 forks source link

plugins not showing if placed in scripts folder #86

Closed Haizanjs closed 6 years ago

Haizanjs commented 6 years ago

title says it all

pathmann commented 6 years ago

Since version XXX (I don't know exactly) pytson loads scripts as module from a subdirectory of the scripts folder (the README is a little bit outdated on that matter).

The easiest way to create a plugin: create a subdirectory in scripts, place a file called __init__.py in that dir. After reloading all scripts, pytson should recognize your newly created script.

pathmann commented 6 years ago

Please report back, if that solves your problem.

But please keep this issue open (as a reminder to update the README).

Haizanjs commented 6 years ago

C:\Users\MYUSER\AppData\Roaming\TS3Client\plugins\pyTSon\scripts\spampoke

doesnt work

pathmann commented 6 years ago

A little bit more info would be great...

Do you use the myteamspeam, the release version from here or the latest build from repo.4qt.de?

Does the client log contain any additional info? Please enable debug logging first.

pathmann commented 6 years ago

Feel free to reopen, if needed ...