summaryrefslogtreecommitdiff
path: root/src/song.h
AgeCommit message (Expand)Author
2012-10-02fix header guardsAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-02remove warnings clang generatesAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-29song: scrap pimplAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-29song: a few tweaksAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-14remove Song::SetPositionAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-07-16rename YEAR tag to DATE tag (as it should've been from the beginning)Andrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-23perform one more check on song formatsAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-23add support for album artist tagAndrzej Rybczak
2009-10-10new feature: sort songs in browser by mtime (optional)Andrzej Rybczak
2009-10-04add support for multiple tagsAndrzej Rybczak
2009-10-04Merge branch 'libmpdclient2'Andrzej Rybczak
2009-10-04fix broken compilation due to lack of setters for mpd_songAndrzej Rybczak
2009-09-26ignore special chars that occurs in tag valuesAndrzej Rybczak
2009-09-23fix compilation --with-iconvAndrzej Rybczak
2009-09-22fix compilation --with-taglibAndrzej Rybczak
2009-09-22make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)Andrzej Rybczak
2009-09-06add N marker for displaying full track info and make n show only a numberAndrzej Rybczak
2009-08-23new feature: command line switch for displaying now playing songAndrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej Rybczak
2009-08-14song format: support for nested bracesAndrzej Rybczak
2009-07-05rename MPD::Song::{Get,Set}Year to {Get,Set}DateAndrzej Rybczak
2009-07-05remove unused operators from MPD::Song classAndrzej Rybczak
2009-07-05some MPD::Song improvements and syntax simplificationsAndrzej Rybczak
2009-06-24return value instead of const reference to long longAndrzej Rybczak
2009-03-05rename Song::__Count_Last_Slash_Position()Andrzej Rybczak
2009-03-04move some functions to TagEditor class / outsideAndrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-15throw away unneeded codeAndrzej Rybczak
2009-02-10group various functions more logicallyAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2009-01-15convert filenames to current locale if needed / some implementation improvementsAndrzej Rybczak
2009-01-11convert id3 tags, directories and playlist names to current locale if neededAndrzej Rybczak
2008-12-11handle colored empty tag markerAndrzej Rybczak
2008-12-11improve handling playlist stats (btw several other improvements)Andrzej Rybczak
2008-12-10update Menu class and related stuffAndrzej Rybczak
2008-11-21do not create various redundant temp strings in Song classAndrzej Rybczak