ContentCollection c = repo.getUserRoot();
audioCollection = (ContentCollection) c.getChild("audio");
if (audioCollection == null) {
audioCollection = (ContentCollection) c.createChild("audio", Type.COLLECTION);
}
} catch (ContentRepositoryException e) {
error("ContentRepositoryException " + e.getMessage());
return;
}