Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-06 | Reworked "find" to allow for more sophisticated searches. | Jon Bergli Heier | 1 | -14/+31 | |
The usage of the "find" command is as follows: find SEARCH where SEARCH is either a simple string to search for, or key:value pairs with the following keys: artist album title | |||||
2011-01-04 | Added Doxyfile and documentation comments in various places. | Jon Bergli Heier | 1 | -0/+3 | |
2011-01-02 | Killed the 'commands' namespace. | Jon Bergli Heier | 1 | -14/+14 | |
2011-01-02 | Command handling changes as a result of adding the update command. | Jon Bergli Heier | 1 | -13/+20 | |
2011-01-02 | Print command name on unknown command. | Jon Bergli Heier | 1 | -1/+1 | |
2011-01-02 | Moved MusicDirectory conversion code to music::get_directory(). | Jon Bergli Heier | 1 | -4/+3 | |
2011-01-01 | Added 'find' command to the telnet server and removed find_artist call in ↵ | Jon Bergli Heier | 1 | -0/+38 | |
music::init(). | |||||
2011-01-01 | Implemented a simple 'ls' command for the telnet server. | Jon Bergli Heier | 1 | -0/+45 | |