MPD
0.20.15
|
Go to the source code of this file.
Macros | |
#define | PLAYLIST_FILE_SUFFIX ".m3u" |
Functions | |
void | mapper_init (AllocatedPath &&playlist_dir) |
void | mapper_finish () noexcept |
gcc_const const AllocatedPath & | map_spl_path () noexcept |
Returns the playlist directory. More... | |
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. More... | |
#define PLAYLIST_FILE_SUFFIX ".m3u" |
Definition at line 31 of file Mapper.hxx.
|
noexcept |
Returns the playlist directory.
|
noexcept |
Maps a playlist name (without the ".m3u" suffix) to a file system path.
|
noexcept |
void mapper_init | ( | AllocatedPath && | playlist_dir | ) |