index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
song.cpp
Age
Commit message (
Expand
)
Author
2017-03-12
Prepend '0' to 'disc' tag if it's a single digit number
Andrzej Rybczak
2017-03-12
Update AUTHORS and copyright line
Andrzej Rybczak
2016-12-22
Move ncurses related files to curses directory
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-10-30
Song: add support for hiding duplicate tags
Andrzej Rybczak
2015-06-13
Merge branch '0.6.x'
Andrzej Rybczak
2015-06-13
song: show name if it's available
Andrzej Rybczak
2015-04-18
song: use boost::hash
Andrzej Rybczak
2014-11-11
format: implement generic format parser and printer
Andrzej Rybczak
2014-08-30
playlist: make kept song count collision resistant
Andrzej Rybczak
2014-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-12-08
song: shortening of length string by chopping off the tail (12:34->12:3)
Daniel
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-02
media library: optimize update
Andrzej Rybczak
2012-09-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-10
mutable song: rename a few functions
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
menu: duplicate temporarily function to restore functionality
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-29
browser: read tags from local songs
Andrzej Rybczak
2012-08-29
song: scrap pimpl
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-29
song: a few tweaks
Andrzej Rybczak
2012-08-28
strbuffer: get rid of ostringstream
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-14
remove Song::SetPosition
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-07-16
rename YEAR tag to DATE tag (as it should've been from the beginning)
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-24
song: report proper position of invalid character in a format
Andrzej Rybczak
2010-08-23
perform one more check on song formats
Andrzej Rybczak
2010-08-22
song format: add support for limiting maximal length of a tag
Andrzej Rybczak
2010-08-22
merge some duplicated code in parsing song formats
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-24
fix escaping characters in MPD::Song::toString()
Andrzej Rybczak
2010-01-23
add support for album artist tag
Andrzej Rybczak
2009-10-13
prepend '0' to track number if it's in format x/xx
Andrzej Rybczak
2009-10-10
fix typo from f6f7a8a2
Andrzej Rybczak
2009-10-10
move code responsible for replacing content in strings to Replace()
Andrzej Rybczak
2009-10-07
fix MPD::Song::GetTrackNumber()
Andrzej Rybczak
2009-10-07
fix copy'n'paste bug
Andrzej Rybczak
2009-10-04
add support for multiple tags
Andrzej Rybczak
2009-10-04
allow for empty strings in MPD::Song::SetTag()
Andrzej Rybczak
[next]