Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 1 | -2/+5 |
| | | | | | Clients which have authenticated via unix socket may add local files to the MPD playlist, provided that they own the file. | ||||
* | mapper: moved musicDir initialization from path.c | Max Kellermann | 2008-10-15 | 1 | -6/+45 |
| | | | | | Moved the musicDir variable and its initialization code from path.c to mapper.c. | ||||
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -0/+77 |
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. |