okay so... to get this working on as many devices as we can:
The gui is the issue. since on the 3 the level of separation of the kindlet from the python layer makes handling updated files require some home-brewed methods of file watching.
It's also tricky to test locally. As the gui won't "run" on a pc, without wrapping it in something (the snake game amongst others does actually have examples of this)
so - to recap - I don't want to do it as a kindlet. I will repurpose this code to be a launcher for the Gnuboy games on the 3 perhaps.
So what do we use? And how do we get around the separation from python.
One thought would be to implement a pure c interface to the soundcloud API. as it happens someone did this a few years back - hopefully the code isn't too rotten. It was...
Just thought I should share the the project isn't entirely stalled. just in a holding pattern while we get the ui sorted.