frostycpu / FinalesFunkeln

MIT License
42 stars 21 forks source link

TypeName is still bugged and doesn't get exported when exporting to Json #8

Closed dragitz closed 1 year ago

dragitz commented 7 years ago

http://i.imgur.com/sXJGFFi.png

Just replace the sumid and the pageid with your http://pastebin.com/raw/UFQpJwnb

Great feature

frostycpu commented 7 years ago

Oh crap I forgot arrays. Should be an easy fix (at least the TypeNames in arrays).

Edit: The TypeName thing is a special case for the CallLcds extension since JSON doesn't support object types but RTMP requires them. I will see what I can do with the export feature.