119 Commits (0ee09fb109e106cc826382f150480c0f313bf83c)

Author SHA1 Message Date
Andrzej Rybczak a3d536b422 song: show name if it's available 11 years ago
Andrzej Rybczak 9e85f38865 song: use boost::hash 11 years ago
Andrzej Rybczak 8d24c42261 format: implement generic format parser and printer 12 years ago
Andrzej Rybczak dcaa1cafa4 playlist: make kept song count collision resistant 12 years ago
Andrzej Rybczak 4b933b29e1 settings: configuration file processing rewrite 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Daniel a6c843569a song: shortening of length string by chopping off the tail (12:34->12:3) 13 years ago
Andrzej Rybczak 8db773cfec replace a few string algorithms with boost utilities 14 years ago
Andrzej Rybczak 1e335fae02 media library: optimize update 14 years ago
Andrzej Rybczak d55070754d settings: support customizable tags separator 14 years ago
Andrzej Rybczak fe0d088faa mutable song: rename a few functions 14 years ago
Andrzej Rybczak 84326efc46 move wstring related functions to wide_char file 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak 8d6bf6aa05 menu: duplicate temporarily function to restore functionality 14 years ago
Andrzej Rybczak 6f59a175ec implement HasSongs interface 14 years ago
Andrzej Rybczak 7297b8a9ad use std::bind instead of passing void pointers around 14 years ago
Andrzej Rybczak b77466cc38 browser: read tags from local songs 14 years ago
Andrzej Rybczak 09e2c9a714 song: scrap pimpl 14 years ago
Andrzej Rybczak b06e620913 more cleanup and grouping functions logically together 14 years ago
Andrzej Rybczak 4cb0e2232a fix compilation --without-taglib 14 years ago
Andrzej Rybczak ddeec3aea0 song: a few tweaks 14 years ago
Andrzej Rybczak eaabbee189 strbuffer: get rid of ostringstream 14 years ago
Andrzej Rybczak a270fc8402 rewrite MPD::Song object 14 years ago
Andrzej Rybczak d3b48855fd remove Song::SetPosition 14 years ago
Andrzej Rybczak bab756c579 add support for priorities (queueing) 14 years ago
Andrzej Rybczak 8b2fd356b7 rename YEAR tag to DATE tag (as it should've been from the beginning) 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak 30ab7814f4 song: report proper position of invalid character in a format 16 years ago
Andrzej Rybczak 638fab8535 perform one more check on song formats 16 years ago
Andrzej Rybczak f09f7c396f song format: add support for limiting maximal length of a tag 16 years ago
Andrzej Rybczak 6687def7f7 merge some duplicated code in parsing song formats 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak 7fc9af69c4 fix escaping characters in MPD::Song::toString() 16 years ago
Andrzej Rybczak 4ed9493abd add support for album artist tag 16 years ago
Andrzej Rybczak 668713c5e7 prepend '0' to track number if it's in format x/xx 17 years ago
Andrzej Rybczak 89aa68c698 fix typo from f6f7a8a2 17 years ago
Andrzej Rybczak f6f7a8a27e move code responsible for replacing content in strings to Replace() 17 years ago
Andrzej Rybczak 8b460d4635 fix MPD::Song::GetTrackNumber() 17 years ago
Andrzej Rybczak 183077d573 fix copy'n'paste bug 17 years ago
Andrzej Rybczak f61b4716a2 add support for multiple tags 17 years ago
Andrzej Rybczak 663aba02d2 allow for empty strings in MPD::Song::SetTag() 17 years ago
Andrzej Rybczak de6db568c1 fix broken compilation due to lack of setters for mpd_song 17 years ago
Andrzej Rybczak 4efaa18927 ignore special chars that occurs in tag values 17 years ago
Andrzej Rybczak d2f516d15c replace the last one mpd_song_get_uri with MyFilename() 17 years ago
Andrzej Rybczak 01c138e680 make sure null pointer won't be dereferenced 17 years ago
Andrzej Rybczak 66d4883728 fix compilation --with-iconv 17 years ago
Andrzej Rybczak 24627d8493 fix compilation --with-taglib 17 years ago