summaryrefslogtreecommitdiff
path: root/src/song.cpp
AgeCommit message (Expand)Author
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
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-23replace the last one mpd_song_get_uri with MyFilename()Andrzej Rybczak
2009-09-23make sure null pointer won't be dereferencedAndrzej 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-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-09...or display it only if it's '%', otherwise discard it.Andrzej Rybczak
2009-09-09song format: if tag type char doesn't match any of supported ones, display itAndrzej Rybczak
2009-09-06add N marker for displaying full track info and make n show only a numberAndrzej Rybczak