Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend configuration for volume and other preferences #14

Open
mloskot opened this issue Oct 4, 2024 · 0 comments
Open

Extend configuration for volume and other preferences #14

mloskot opened this issue Oct 4, 2024 · 0 comments

Comments

@mloskot
Copy link

mloskot commented Oct 4, 2024

It would be a useful feature if the current Config

type Config struct {
Theme struct {
TextColor string `yaml:"textColor"`
PrimaryColor string `yaml:"primaryColor"`
SecondaryColor string `yaml:"secondaryColor"`
TertiaryColor string `yaml:"tertiaryColor"`
ErrorColor string `yaml:"errorColor"`
}
}

was extended beyond just theming and allow users to pre-set the player with things like

  • preferred volume %
  • enable/disable hiding of broken stations, related to Hide & report broken stations #2
  • list favourite stations, could be part of Bookmark stations #7
  • preferred sorting by country, language, votes - a new feature needed
  • filter unwanted countries, tags - a new feature needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant