mp3splt-gtk
splt_tags Struct Reference

#include <mp3splt.h>

Collaboration diagram for splt_tags:

Data Fields

char * album
char * artist
char * comment
char * genre
char * performer
int set_original_tags
int tags_version
char * title
int track
char * year

Detailed Description

The tags of a splitpoint.

The structure contains the tags that we can set to a filename generated from a splitpoint. Tags may also define the output filenames.

See also:
mp3splt_append_tags
mp3splt_get_tags

Definition at line 209 of file mp3splt.h.


Field Documentation

The album.

Definition at line 221 of file mp3splt.h.

The artist.

Definition at line 217 of file mp3splt.h.

A comment.

Definition at line 237 of file mp3splt.h.

The genre.

Definition at line 245 of file mp3splt.h.

The performer.

The performer is not part of the tags, but may replace the

artist in some cases and it is useful for the output filenames

You can also look at #SPLT_OPT_OUTPUT_DEFAULT

Definition at line 229 of file mp3splt.h.

The title.

Definition at line 213 of file mp3splt.h.

The track number.

Definition at line 241 of file mp3splt.h.

The year.

Definition at line 233 of file mp3splt.h.


The documentation for this struct was generated from the following file: