add N marker for displaying full track info and make n show only a number

generated filename was ugly if track tag was in format
xx/xx, so %n should display only current track number.
This commit is contained in:
Andrzej Rybczak
2009-09-06 10:27:11 +02:00
parent 1459b27c0d
commit d407bc679b
5 changed files with 26 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ namespace MPD
std::string GetTitle() const;
std::string GetAlbum() const;
std::string GetTrack() const;
std::string GetTrackNumber() const;
std::string GetDate() const;
std::string GetGenre() const;
std::string GetComposer() const;