50 SPRINTF (
error,
_(
"Cannot %s %s: unsupported file extension."),
51 saving ?
_(
"save") :
_(
"load"), filename);
60 Index * * filenames_p, Index * * tuples_p)
62 AUDDBG (
"Loading playlist %s.\n", filename);
77 bool_t success = pp->load (filename, file, title, filenames, tuples);
108 if (!
playlist_load (filename, & title, & filenames, & tuples))
122 AUDDBG (
"Saving playlist %s.\n", filename);
129 g_return_val_if_fail (pp,
FALSE);
133 SPRINTF (
error,
_(
"Cannot save %s: plugin does not support saving."), filename);
152 for (
int i = 0; i < entries; i ++)
158 bool_t success = pp->save (filename, file, title, filenames, tuples);
163 for (
int i = 0; i < entries; i ++)