Blame src/api/doxy/dirs.dp

Packit 3ff1e7
/** @page dirs Directories
Packit 3ff1e7
Packit 3ff1e7
The library searches the following directories (in the following order):
Packit 3ff1e7
- @ref LIBQUVI_SCRIPTS_DIR
Packit 3ff1e7
- Current working directory
Packit 3ff1e7
Packit 3ff1e7
And, either:
Packit 3ff1e7
- $prefix/share/libquvi-scripts/x.y/
Packit 3ff1e7
Packit 3ff1e7
Or, if the library was compiled with the --with-scriptsdir=DIR option:
Packit 3ff1e7
- $DIR/x.y/
Packit 3ff1e7
Packit 3ff1e7
The library will search the following subdirectories of the above
Packit 3ff1e7
directories for the scripts identified as the libquvi scripts:
Packit 3ff1e7
- common/
Packit 3ff1e7
- media/
Packit 3ff1e7
- playlist/
Packit 3ff1e7
- scan/
Packit 3ff1e7
- subtitle/
Packit 3ff1e7
- subtitle/export/
Packit 3ff1e7
- util/
Packit 3ff1e7
Packit 3ff1e7
The process will ignore identical (with the same sha1 hash) scripts.
Packit 3ff1e7
Packit 3ff1e7
@sa @ref env
Packit 3ff1e7
*/