Doh! Looks that way...

    // Does the lost and found node exist?

Node *lostNode = nodeStore->FindNodeByFid(FID_LOSTANDFOUND);
if (lostNode == NULL)
{
LOG_INFO("There's no lost+found node.");

NodeTags unattachedTags;
unattachedTags.SetTag("type", "playlist");
unattachedTags.SetTag("title", "lost+found");
lostNode = CompoundNode::Create(nodeStore, FID_LOSTANDFOUND, unattachedTags);
}



Roger - not necessarily speaking for empeg
_________________________
-- roger