pianod2
multisource multiuser scriptable networked music player
Namespaces | Functions | Variables
filesystemtypes.cpp File Reference

Artist, album, and song extensions for filesystem source. More...

#include <config.h>
#include <string>
#include "filesystem.h"
#include "sources.h"
#include "user.h"
#include "connection.h"
#include "parsnip/parsnip.h"
Include dependency graph for filesystemtypes.cpp:

Namespaces

 Filesystem
 Classes for playing local media files stored within a directory hierarchy.
 

Functions

static void Filesystem::remove_path (std::string &path, const std::string &component)
 Handle path reduction by stripping a partial path off a complete path, if the two match. More...
 

Variables

const char PathSeparator = '/'
 

Detailed Description

Artist, album, and song extensions for filesystem source.

Filesystem source parameters.

Variable Documentation

◆ PathSeparator

const char PathSeparator = '/'