XSPF file access. More...
#include "stdinc.h"#include <xspf_c.h>#include "util.h"#include "vfs.h"#include "vfs_modules.h"
Go to the source code of this file.
Functions | |
| int | vfs_xspf_match (struct vfsent *ve, int isdir) |
| Test whether the current node is an XSPF file. | |
| int | vfs_xspf_populate (struct vfsent *ve) |
| Add all items in the XSPF file to the population of the current node. | |
| int | vfs_xspf_write (const struct vfslist *vl, const char *filename) |
| Write the current list of VFS entries to a XSPF formatted playlist. | |
XSPF file access.
Definition in file vfs_xspf.c.
1.6.3