aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-151-0/+4
| | | | | Moved the musicDir variable and its initialization code from path.c to mapper.c.
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-0/+74
The mapper library maps directory and song objects to file system paths. With this central library, the code mixture in path.c should be cleaned up, and we will be able to add neat features like aliasing.