jenius-apps / ambie

An app that uses white noise, nature sounds, and focus features to boost your productivity.
https://ambieapp.com
MIT License
1.9k stars 144 forks source link

[Feature request] Mood playlists #254

Open dpaulino opened 2 years ago

dpaulino commented 2 years ago

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.

shef3r commented 12 months ago

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 commented 12 months ago

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 commented 12 months ago

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

shef3r commented 11 months ago

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.