-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
AIIX
commented
Dec 6, 2022
•
edited by JarbasAl
Loading
edited by JarbasAl
- Builds backend_list from a list of backend dicts
- GUI: Adds support to show 6 backends
- GUI: Adds icon for ovos and neon backends
- WIP
{"backend_name": "No Backend", "backend_icon": "icons/nobackend.svg", "backend_type": "offline"}, | ||
{"backend_name": "Personal Backend", "backend_icon": "icons/personal.svg", "backend_type": "personal"}, | ||
{"backend_name": "OpenVoice Backend", "backend_icon": "icons/ovos.svg", "backend_type": "ovos"}, | ||
{"backend_name": "Neon Backend", "backend_icon": "icons/neongecko.svg", "backend_type": "neon"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we leave Neon commented out for now? its not fully implemented yet, should only be added after OpenVoiceOS/ovos-backend-client#11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NeonDaniel should this say Neon Backend
, NeonGecko Backend
or NeonGeckoCom Backend
?
also add the new icons to assets repo please |
self.settings["backend_list"] = [ | ||
{"backend_name": "No Backend", "backend_icon": "icons/nobackend.svg", "backend_type": "offline"}, | ||
{"backend_name": "Personal Backend", "backend_icon": "icons/personal.svg", "backend_type": "personal"}, | ||
{"backend_name": "OpenVoice Backend", "backend_icon": "icons/ovos.svg", "backend_type": "ovos"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency i think this should say OpenVoiceOS
Backend, we are using OVOS
or OpenVoiceOS
everywhere. just OpenVoice
can be confusing since theres many projects using that wording for various different things