
Defines | |
| #define | CACHING_TEXT N_("Caching value (ms)") |
| #define | CACHING_LONGTEXT |
| #define | NETWORK_CACHING_TEXT N_("Extra network caching value (ms)") |
| #define | NETWORK_CACHING_LONGTEXT |
| #define | RECURSIVE_TEXT N_("Subdirectory behavior") |
| #define | RECURSIVE_LONGTEXT |
| #define | IGNORE_TEXT N_("Ignored extensions") |
| #define | IGNORE_LONGTEXT |
Functions | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
Variables | |
| static const char *const | psz_recursive_list [] = { "none", "collapse", "expand" } |
| static const char *const | psz_recursive_list_text [] |
| #define CACHING_LONGTEXT |
Value:
N_( \ "Caching value for files, in milliseconds." )
| #define CACHING_TEXT N_("Caching value (ms)") |
| #define IGNORE_LONGTEXT |
Value:
N_( \ "Files with these extensions will not be added to playlist when " \ "opening a directory.\n" \ "This is useful if you add directories that contain playlist files " \ "for instance. Use a comma-separated list of extensions." )
| #define IGNORE_TEXT N_("Ignored extensions") |
| #define NETWORK_CACHING_LONGTEXT |
Value:
N_( \ "Supplementary caching value for remote files, in milliseconds." )
| #define NETWORK_CACHING_TEXT N_("Extra network caching value (ms)") |
| #define RECURSIVE_LONGTEXT |
Value:
N_( \ "Select whether subdirectories must be expanded.\n" \ "none: subdirectories do not appear in the playlist.\n" \ "collapse: subdirectories appear but are expanded on first play.\n" \ "expand: all subdirectories are expanded.\n" )
| #define RECURSIVE_TEXT N_("Subdirectory behavior") |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const char* const psz_recursive_list[] = { "none", "collapse", "expand" } [static] |
const char* const psz_recursive_list_text[] [static] |
1.5.6