24 #ifndef MPD_MAPPER_HXX 25 #define MPD_MAPPER_HXX 31 #define PLAYLIST_FILE_SUFFIX ".m3u" 42 #ifdef ENABLE_DATABASE 51 map_uri_fs(
const char *
uri) noexcept;
63 map_fs_to_utf8(
Path path_fs) noexcept;
A path name in the native file system character set.
A path name in the native file system character set.
void mapper_finish() noexcept
gcc_const const AllocatedPath & map_spl_path() noexcept
Returns the playlist directory.
const Storage const char * uri
void mapper_init(AllocatedPath &&playlist_dir)
gcc_pure AllocatedPath map_spl_utf8_to_fs(const char *name) noexcept
Maps a playlist name (without the ".m3u" suffix) to a file system path.
const Partition const char * name