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 · 2 comments
Open

v2: feature proposals #64

raitonoberu opened this issue Nov 28, 2024 · 2 comments
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"

@kamack38
Copy link

I'd like to suggest adding a tags source that would search the played file (when using mpd or mpris) for lyrics tags. The lyrics tags seem to differ when using different lyrics embeders (my music files use the lyrics-LYRICS-XXX tag for lyrics), so the user should be able to specify the name or names of the tags to search for.

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

2 participants