comparison audacious/playlist.h @ 1584:2229b67f1b89 trunk

[svn] - xspf stores all meta data in tuples now. - at load time, tuple for each entry in a playlist can be constructed from xspf. it means no read access to meta data in each data file is needed.
author yaz
date Sat, 19 Aug 2006 12:28:56 -0700
parents 51c1bf500d3f
children fed902161f2a
comparison
equal deleted inserted replaced
1583:58f3eb64f390 1584:2229b67f1b89
173 173
174 extern void playlist_load_ins_file(const gchar * filename, 174 extern void playlist_load_ins_file(const gchar * filename,
175 const gchar * playlist_name, gint pos, 175 const gchar * playlist_name, gint pos,
176 const gchar * title, gint len); 176 const gchar * title, gint len);
177 177
178 extern void playlist_load_ins_file_tuple(const gchar * filename_p,
179 const gchar * playlist_name, gint pos,
180 TitleInput *tuple);
181
182
178 #endif 183 #endif