Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

draft: support for backend list #64

Closed
wants to merge 2 commits into from
Closed

draft: support for backend list #64

wants to merge 2 commits into from

Conversation

AIIX
Copy link

@AIIX AIIX commented Dec 6, 2022

  • 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

image
image

@AIIX AIIX marked this pull request as draft December 6, 2022 06:40
{"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"},
Copy link
Member

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

Copy link
Member

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 ?

@JarbasAl
Copy link
Member

JarbasAl commented Dec 6, 2022

also add the new icons to assets repo please

@JarbasAl JarbasAl requested a review from NeonDaniel December 6, 2022 11:40
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"},
Copy link
Member

@JarbasAl JarbasAl Dec 6, 2022

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

@JarbasAl JarbasAl self-assigned this May 22, 2023
@JarbasAl JarbasAl mentioned this pull request May 22, 2023
9 tasks
@AIIX AIIX closed this Jun 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants