summaryrefslogtreecommitdiff
path: root/src/song.cpp
AgeCommit message (Expand)Author
2017-03-12Prepend '0' to 'disc' tag if it's a single digit numberAndrzej Rybczak
2017-03-12Update AUTHORS and copyright lineAndrzej Rybczak
2016-12-22Move ncurses related files to curses directoryAndrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-10-30Song: add support for hiding duplicate tagsAndrzej Rybczak
2015-06-13Merge branch '0.6.x'Andrzej Rybczak
2015-06-13song: show name if it's availableAndrzej Rybczak
2015-04-18song: use boost::hashAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-08-30playlist: make kept song count collision resistantAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-12-08song: shortening of length string by chopping off the tail (12:34->12:3)Daniel
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-10mutable song: rename a few functionsAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02menu: duplicate temporarily function to restore functionalityAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-29browser: read tags from local songsAndrzej Rybczak
2012-08-29song: scrap pimplAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-29song: a few tweaksAndrzej Rybczak
2012-08-28strbuffer: get rid of ostringstreamAndrzej 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-24song: report proper position of invalid character in a formatAndrzej Rybczak
2010-08-23perform one more check on song formatsAndrzej Rybczak
2010-08-22song format: add support for limiting maximal length of a tagAndrzej Rybczak
2010-08-22merge some duplicated code in parsing song formatsAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-24fix escaping characters in MPD::Song::toString()Andrzej Rybczak
2010-01-23add support for album artist tagAndrzej Rybczak
2009-10-13prepend '0' to track number if it's in format x/xxAndrzej Rybczak
2009-10-10fix typo from f6f7a8a2Andrzej Rybczak
2009-10-10move code responsible for replacing content in strings to Replace()Andrzej Rybczak
2009-10-07fix MPD::Song::GetTrackNumber()Andrzej Rybczak
2009-10-07fix copy'n'paste bugAndrzej Rybczak
2009-10-04add support for multiple tagsAndrzej Rybczak
2009-10-04allow for empty strings in MPD::Song::SetTag()Andrzej Rybczak