aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TagPrint: split tag_print()Max Kellermann2014-07-121-0/+3
| | | | | Add one method that prints only the tag values, but not the song duration.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* SongUpdate: move code to handle_lsinfo()Max Kellermann2014-01-081-0/+7
| | | | | Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file.
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* tag: convert to C++Max Kellermann2013-07-301-2/+3
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-3/+3
|
* *_print: convert to C++Max Kellermann2013-01-021-0/+30