Index: apps/gui/gwps-common.c =================================================================== --- apps/gui/gwps-common.c (revision 16270) +++ apps/gui/gwps-common.c (working copy) @@ -738,8 +738,11 @@ struct mp3entry *id3; - if (token->next) - id3 = state->nid3; + if (token->next){ + id3 = state->nid3; + if(id3 && id3->path[0]!='/') + return NULL; + } else id3 = state->id3;