namespace playlist { struct playlist_item { const char * const name; const int start; }; }