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 request] Mood playlists #254

Open
dpaulino opened this issue Jun 18, 2022 · 4 comments
Open

[Feature request] Mood playlists #254

dpaulino opened this issue Jun 18, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@dpaulino
Copy link
Contributor

Provide auto-gen sound combos based on moods. Imagine something like a button that says "relax" and users click it and it will auto generate a random group of sounds that are relaxing. Or a button that says "chill" and it will play a random lofi sound.

Request from Kate.

@dpaulino dpaulino added the enhancement New feature or request label Jun 18, 2022
@shef3r
Copy link
Contributor

shef3r commented Sep 17, 2023

I just added the button and most code on my fork.
I added a "Mood" property to the sound class (enumerable) and the button to choose them (attachment), although i'm not sure what else to do to implement this, since the existing sounds dont have the property. Someone would have to classify all the sounds on the cloud/remote part of the app.

image

@shef3r
Copy link
Contributor

shef3r commented Sep 17, 2023

Clicking one of the buttons would play a random sound based on the mood.
I could go with another approach (pill buttons above the sound grid to filter the sounds), but i've gone the easier route for now.

@dpaulino
Copy link
Contributor Author

I was actually thinking the pill buttons would be pretty nice. Wanna try that out?

@shef3r
Copy link
Contributor

shef3r commented Sep 21, 2023

Might be worth a try, but I think we should just make it work first. The button is a temporary solution, basically for testing.
Take a look at PR #400.

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