Everything that importing from cddb and importing from cue files have in common. More...
#include <string.h>
#include "splt.h"
Go to the source code of this file.
Functions | |
void | splt_cc_put_filenames_from_tags (splt_state *state, int tracks, int *error) |
Everything that importing from cddb and importing from cue files have in common.
Definition in file cddb_cue_common.c.
void splt_cc_put_filenames_from_tags | ( | splt_state * | state, | |
int | tracks, | |||
int * | error | |||
) |
Convert the tags to sensible filenames.
What we deem to be a sensible file name can be controlled by the user using the format that is handled by oformat_parser.c
Definition at line 41 of file cddb_cue_common.c.
References SPLT_DEFAULT_CDDB_CUE_OUTPUT, SPLT_OPT_OUTPUT_FILENAMES, SPLT_OUTPUT_DEFAULT, SPLT_TRUE, and splt_u_finish_tags_and_put_output_format_filename().
Referenced by splt_cue_put_splitpoints().