2022-10-01 19:46:18 +00:00
|
|
|
# Toxygen ToDo List
|
|
|
|
|
|
|
|
## Fix history
|
|
|
|
|
|
|
|
The code is in there but it's not working.
|
|
|
|
|
|
|
|
## Fix Audio
|
|
|
|
|
2022-10-11 16:36:09 +00:00
|
|
|
The code is in there but it's not working. It looks like audio input
|
|
|
|
is working but not output. The code is all in there; I may have broken
|
|
|
|
it trying to wire up the ability to set the audio device from the
|
|
|
|
command line.
|
2022-10-01 19:46:18 +00:00
|
|
|
|
|
|
|
## Fix Video
|
|
|
|
|
2022-10-11 16:36:09 +00:00
|
|
|
The code is in there but it's not working. I may have broken it
|
|
|
|
trying to wire up the ability to set the audio device from the command
|
|
|
|
line.
|
2022-10-01 19:46:18 +00:00
|
|
|
|
2022-10-08 02:46:23 +00:00
|
|
|
## Groups
|
2022-10-01 19:46:18 +00:00
|
|
|
|
2022-10-08 02:46:23 +00:00
|
|
|
1. peer_id There has been a change of API on a field named
|
|
|
|
```group.peer_id``` The code is broken in places because I have not
|
|
|
|
seen the path to change from the old API ro the new one.
|
|
|
|
|
2022-10-01 19:46:18 +00:00
|
|
|
|
|
|
|
## Plugin system
|
|
|
|
|
2022-10-08 02:46:23 +00:00
|
|
|
1. Needs better documentation and checking.
|
|
|
|
|
|
|
|
2. There's something broken in the way some of them plug into Qt menus.
|
2022-10-01 19:46:18 +00:00
|
|
|
|
2022-10-08 02:46:23 +00:00
|
|
|
3. Should the plugins be in toxygen or a separate repo?
|
2022-10-01 19:46:18 +00:00
|
|
|
|
2022-10-11 16:36:09 +00:00
|
|
|
4. There needs to be a uniform way for plugins to wire into callbacks.
|
|
|
|
|
2022-10-01 19:46:18 +00:00
|
|
|
## check toxygen_wrapper
|
|
|
|
|
2022-10-08 02:46:23 +00:00
|
|
|
1. I've broken out toxygen_wrapper to be standalone,
|
|
|
|
https://git.plastiras.org/emdee/toxygen_wrapper but the tox.py
|
|
|
|
needs each call double checking.
|
2022-10-01 19:46:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|