aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/FileCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+24
|
* TagFile: pass reference instead of pointerMax Kellermann2013-12-291-1/+1
|
* FileCommands: "readcomments" understands APE and ID3v2 tagsMax Kellermann2013-10-261-0/+5
| | | | Implements Mantis ticket 3843.
* FileCommands: fix wrong control character check in IsValidValue()Max Kellermann2013-10-261-1/+1
| | | | Check was the wrong way around, and made all valid values invisible.
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-1/+1
|
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-251-0/+122