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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user