sammypanda / sammypanda.moe

Sammy's Home
1 stars 0 forks source link

sammy radio! \(๑╹ω╹๑)ノ♬ #3

Open sammypanda opened 3 years ago

sammypanda commented 3 years ago

What if we do a little radio with some really good city pop for dark mode and maybe bossa songs for light mode! It could have a fancy play animation (maybe a cat can pop up and nod along hehehe)~ maybe we could even see how far we can push the audio hook for JS! The animation could have different states depending on the loudness 💥

I have no idea where we'd put this (。•́︿•̀。) !! but it's something nice to think about 💛

sammypanda commented 11 months ago

The radio should utilise the files from my pcloud drive, gotta figure that out

It should pull files based on a manifest, we'll call it a "session manifest". I gotta think of a naming scheme (immediately i would think: a date and maybe a code e.g. "1-01-2023: Cherry.xml" - xml may not be best, but the format for the manifest doesn't rly matter much, json might be best just cuz javascript).

it would be cool to have the "session manifest" prepared a day in advance allowing it to sync up with the users local time. So night time might be more nice and ambient for everyone regardless of where they are.

sammypanda commented 11 months ago

theoretically this is possible as a static site, the only issue is to hide the pcloud API key (if it has to be via an api).