mod_musicindex  1.4.1
mu_ent_names Struct Reference

first struct to handle yet unparsed files. More...

#include <playlist.h>

Data Fields

char filename [MAX_STRING]
 file path without trailing '/'
char uri [MAX_STRING]
 file URI with trailing '/'

Detailed Description

first struct to handle yet unparsed files.

DEV NOTE: filename is the path to the file on the filesystem, while uri is the path to the file on the webserver.

Definition at line 56 of file playlist.h.

Field Documentation

char mu_ent_names::filename[MAX_STRING]

file path without trailing '/'

Definition at line 57 of file playlist.h.

Referenced by build_custom_list(), make_music_entry(), and musicindex_opendir().

char mu_ent_names::uri[MAX_STRING]

file URI with trailing '/'

Definition at line 58 of file playlist.h.

Referenced by build_custom_list(), make_music_entry(), and musicindex_opendir().


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