7
Awlex
6y

I was trying out flutter because why the fuck not. I made a plan for an application the downloads an Osu!-beatmap file and extracts the infos relevant for an external music player (like background, the song file, title and so on)

So I designed a basic database scheme and decided to include the files into the database. 3 hours into development it hit me...

HOW THE FUCK IS THE EXTERNAL MUSIC PLAYER SUPPOSED TO GET THE AUDIO FILES WHEN THEY ARE IN MY DATABASE!

Guess I'll just have to replace the files with absolute paths instead. 😒

Comments
Add Comment