Michael Forrest
Michael Forrest
Hi @facundoolano - is this project still maintained?
Hi, I'd love to see an update on this too - just trying for the first time and not having any luck. If I catch the error I get this:...
This url gives a 503 error - maybe it didn't used to? https://itunes.apple.com/WebObjects/MZStore.woa/wa/search?clientApplication=Software&media=software&term=clean%20camera
I fixed this by installing directly from this repo instead of npm. `package.json`: ``` "dependencies": { "aso": "https://github.com/facundoolano/aso", // ... } ```
This just caught me out too.
I'm guessing that even once this has been merged and people start using it, it will be a long time before client apps can stop *also* looking for OpenGL servers?...
> They are compatible. A metal client can see a OpenGL server and vice versa due to IOSurfaces underlying backing. So both client and server developers can use whichever technology...
Happening to me too. Would love a workaround or ETA for a fix...
Ah yes this doesn't do anything with scenes - you'd need to add another layer of accumulation. I have some code that DOES extract scenes - let me grab that...
Wait yeah no this doesn't really need to do anything with the scenes to create the timeline! I suppose you could use scene info to add tags? (just checked my...