ambie icon indicating copy to clipboard operation
ambie copied to clipboard

[Feature request] Mood playlists

Open dpaulino opened this issue 2 years ago • 4 comments

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 avatar Jun 18 '22 05:06 dpaulino

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 avatar Sep 17 '23 13:09 shef3r

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.

shef3r avatar Sep 17 '23 13:09 shef3r

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

dpaulino avatar Sep 18 '23 06:09 dpaulino

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.

shef3r avatar Sep 21 '23 07:09 shef3r