libmp3splt
src/tags_parser.c File Reference
#include <string.h>
#include <ctype.h>
#include "splt.h"
Include dependency graph for tags_parser.c:

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)

Detailed Description

Parse tags (Artist, Album, Year,...)

Definition in file tags_parser.c.