Unfortunately the site on which i’m using this plugin isn’t public.
I’ve noticed the following differences between pre 2.0 and 2.0.1
previous version
================
"playlist":[{
"title":" --- TITLE ---",
"creator":"",
"author":"",
"date":"2013-03-11 18:30:00",
"levels":[{"file":" --- FILE URL --- "}],
"image":" --- IMG URL ---",
"description":" --- DESCRIPTION ---",
"mediaid":"69",
"id":"69"},
2.0.1
=====
'playlist': [{
'title': ' --- TITLE --- ',
'image': ' --- IMG URL --',
'sources': [{'file': ' --- FILE URL ---'}]
}