libmp3splt
|
#include <string.h>
#include <ctype.h>
#include "splt.h"
Go to the source code of this file.
Functions | |
void | splt_tp_put_tags_from_filename (splt_state *state, int *error) |
int | splt_tp_put_tags_from_string (splt_state *state, const char *tags, int *error) |
Parse tags (Artist, Album, Year,...)
Definition in file tags_parser.c.