Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist: don't use uninitialized local variable (typo) | Max Kellermann | 2008-10-14 | 1 | -1/+1 |
| | | | | | Instead of the uninitialized local variable "s", I should have used "uri". | ||||
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -8/+14 |
| | | | | | | 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. | ||||
* | playlist: moved code to playlist_save.c | Max Kellermann | 2008-10-14 | 1 | -0/+49 |
playlist_print_song() and playlist_print_uri() handle charset conversion and (optional) music directory prefixing. |