это уже более частные случаи, с ними будем биться сменой радиостанции ты мне скажи как запустить плеер из консоли либо по urlу :) --- Сообщение объединено, 8 дек 2016 --- всё сводится к тому, что бы узнать url кнопки, кто поможет? я в html не силён :)
скажу честно: rest api не пробовал и не дергал. не урл кнопки! там, в rest api, были методы аналогичные js
Если не секрет, откуда такая инфа? Просто не припоминаю каких либо ограничений для пользования апи. Сам правда пробовал только работать с пхп апи, но ни каких ограничений я там не заметил, все работает великолепно
Я на прямую через апи не пробовал, могу показать пример на пхп апи... Спойлер: воспроизведение выбранного трека/радиостанции PHP: <?phprequire_once 'sinusbot.class.php';$bot = new sinusbot('IP adress', 'port');$bot->login('login', 'passwd', 'Instance-ID основного бота');$bot->setUsedInstance('Instance-ID бота которых надо управлять');$bot->playTrack('trackID');?>
Ребят, подскажите, в версии 0.9.15-b20cc30 по-фиксили одновременный запуск SinusBot'a в разных иксах? Знающие, просто скажите "Да" (больше не работает) или "Нет"(все так же возможно)
Обзор изменений: Спойлер: оригинальный текст автора на английском Happy New Year! I hope you all had some time to relax in the past couple of days before work/school gets you again. I certainly have and finally got some time to work on a couple of things that you hopefully will enjoy :) This release focuses on scripting and brings some new functionality to it - you can for example connect to a mysql database or to other servers via tcp from scripts. It's still not feature-complete but should get the most basic things done. Read more about it here. Should you have any questions, feel free to ask on the forums or in our chat. Apart from that, some older and rare issues have been fixed. Thanks again to all the testers and mods who helped at getting the new stuff stable enough for you guys! Have fun! CHANGELOG feat(vm): add "net" module for tcp connections feat(vm): add "db" module to access sqlite / mysql databases feat(vm): add semver to scripts; specify required versions as "engine" in manifests to use feat(vm): add privileges to scripts in config.ini enh: add "edit file" privilege and bind to tag editor enh: add "volume" parameter to tts enh: add more fields to tag editor (genre / track# for now) enh(vm): add duration/genre/trackNumber to track object fix: for ios clients, make the url bbcode work so that urls will be recognized fix: make MaxDownloadSize work again fix: don't limit avatar filesizes too much (let TS handle it) fix: make drag'n'drop move work again Подробнее об этом обновлении...
Обзор изменений: Спойлер: оригинальный текст автора на английском This release features many changes / enhancements for the scripting engine and finally also comes with a new auto-update mechanism, so that upcoming releases can be downloaded more bandwidth/server friendly. Once such an update is available, you will be notified about it on the web interface. However, this release sadly still doesn't support the new 3.1 TS client. I know that many of you are waiting for that update, but it needs a little more polishing (I'd say that about 75-80% of the work is done by now). Thanks again to all who helped out by testing / supporting / motivating me :) Without you, this project would probably have died a long time ago! Changelog: 0.9.18 feat(vm): added udp to allowed protocols enh: hopefully optimize compatibility with streaming servers fix(discord): list channels correctly again feat(vm): added clientDeaf / clientUndeaf 0.9.17 feat(vm): add delete() to channel objects feat(vm): new clientIPAddress event added enh: store playlist source with the playlist enh(vm): add experimental graphics module for banner generation enh(vm): make connection information work more reliably (idletime, ip etc.) enh(vm): add backend.createChannel() and channel.update() feat(vm): add initial channelgroup support enh: add new calls to get channels / clients to the http api enh(vm): add async support for database calls fix(vm): make unsetGlobal() work properly fix(vm): increase consistency in function names (especially .ID() => .id()); flag old methods as deprecated fix(ts3): interpret channel moves correctly fix(ts3): correctly register channel parents fix: make avatars work properly on windows fix: make servergroups work on first connect of clients for ts3, even if the group is not yet known fix: improve getChannels() of the old api fix: make the clientNick event actually trigger fix: make clientOnlineTime return something useful fix: rename event net#end to net#close to match the docs fix: add moveChannel(parent, order) again fix: remove cpu-usage increase that came with 0.9.16.3 fix: documentation... Подробнее об этом обновлении...
0.9.18-8499d2c в описании написано, что поддерживает автоматическое обновление. А где в интерфейсе эта функция, что-то не нашёл.
Т.е. вы хотите сказать, что он просто теперь будет сам обновляться? Или как это реализовано? --- Сообщение объединено, 18 мар 2017 --- Ну и в описании же написано, что как только обновление появится будет сообщение через веб интерфейс. Вот я интересуюсь где?
Да, теперь будет обновляться сам, а вот сообщение в веб-интерфейсе пока сам лично еще не видел, как это будет реализовано вообще.