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

[Feature] User can toggle song info panel #67

Open
xxxserxxx opened this issue Oct 14, 2024 · 0 comments
Open

[Feature] User can toggle song info panel #67

xxxserxxx opened this issue Oct 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xxxserxxx
Copy link
Collaborator

In particular, if the song info panel isn't visible, we should skip loading other song assets, such as album art. This would allow the user to limit use of more resource-heavy features, without descending into configuration hell, and also keep stmps usable on smaller displays.

Implementation-wise, this should be both a hotkey toggle and a configuration option. I think the latter will be more useful, as I suspect users will more likely want it either on all the time, or off all the time, rather than wanting to pop it up and down.

@spezifisch spezifisch added the enhancement New feature or request label Oct 14, 2024
xxxserxxx added a commit to xxxserxxx/stmps that referenced this issue Oct 16, 2024
spezifisch pushed a commit that referenced this issue Oct 16, 2024
* Changes program exit function to properly close the asset queue. Closing the queue is not currently _required_, but if we replace the queue with an on-disk queue we may need to clean up resources; this commit ensures that doesn't get missed in the future.

* feat: #67, user can disable song info panel

* feat: #67, updates readme for how to disable the panel
xxxserxxx added a commit that referenced this issue Oct 29, 2024
* Changes program exit function to properly close the asset queue. Closing the queue is not currently _required_, but if we replace the queue with an on-disk queue we may need to clean up resources; this commit ensures that doesn't get missed in the future.

* feat: #67, user can disable song info panel

* feat: #67, updates readme for how to disable the panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants