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

v2: feature proposals #64

Open
raitonoberu opened this issue Nov 28, 2024 · 1 comment
Open

v2: feature proposals #64

raitonoberu opened this issue Nov 28, 2024 · 1 comment
Assignees

Comments

@raitonoberu
Copy link
Owner

raitonoberu commented Nov 28, 2024

Originally sptlrx was designed to only support Spotify, but was quickly updated with many other features. And the current Spotify-centric design makes it difficult to implement new features. I want to start from scratch.

In this issue, I'll be keeping a wishlist of features/ideas for sptlrx v2, which will eventually turn into a to-do list. You guys are welcome to discuss or add anything too :)

@raitonoberu raitonoberu self-assigned this Nov 28, 2024
@raitonoberu raitonoberu pinned this issue Nov 28, 2024
@raitonoberu
Copy link
Owner Author

This is how pretty our .toml config would look. Any thoughts?

[style]
align = "center"

[style.current]
foreground = 0xffc0cb

[players.spotify]
enabled = true
cookie = "qwerty"
priority = 1

[players.mpris]
enabled = true
whitelist = ["rhythmbox", "firefox"]
priority = 0

[source.spotify]
enabled = true
priority = 2

[sources.local]
enabled = true
directory = "~/Music"
priority = 1

[sources.lrclib]
enabled = true
priority = 0

[logging]
enabled = true
file = "/tmp/sptlrx.log"

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