@matigo so… what was the idea?
@matigo if you use someone's soundcloud clip, I think you only need permission from them and soundcloud. The assumption is that the clips on there are fair use and/or DJ-style edited versions…
@matigo you know… SoundCloud is always a good way to get around the music industry bs.
Also, if it's dead, share it. We wanna know what it might have been!
@dgold fixed it. Turns out if you set
header('Content-Type: application/json; charset=utf-8');
It lets you pretty print json.
@dgold no, but other people's jsonfeed looks pretttttty!
It's a very small change -
echo jsonencode($feedjson, JSONPRETTYPRINT);
But it's not working well for me. Wtih so many quotes, posts, links and emoji, it's bound to have been screwed up somewhere…
@dgold yeah I don't think it's the emoji. Something else is screwed up in that code.
Also, RSS feed is capped at 20 items, but the json code has a flaw where I forgot to do i++ to increment the counter. So right now it displays everything. What do you think? Should it be capped at 20 items or not?