194
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
autogen.sh updates More... about 20 years ago
notes for the new db/symlink handling More... about 20 years ago
move time back into MpdTag More... about 20 years ago
no need to include sys/param.h More... about 20 years ago
remove some no longer used functions More... about 20 years ago
update docs about update incrementing playlist version More... about 20 years ago
increment playlist version on update, so clients know to update More... about 20 years ago
move adding and removeing from tables from directory.c to song.c More... about 20 years ago
update when mtimes are not the same More... about 20 years ago
fix it so that mpd will work if mtime is 0 (for those strange folk) More... about 20 years ago
move time from tag info to song info. also, if we can't get the time, then don't add the song to the db! More... about 20 years ago
clean up logging for creating and updating the db More... about 20 years ago
when stripping return chars, just replace them with spaces More... about 20 years ago
remove empty directories More... about 20 years ago
use BIGENDIAN for ov_read, instead of changing endianness unneccessarily More... about 20 years ago
exit on any unknown line in the db More... about 20 years ago
lets exit on unknown line in songinfo db More... about 20 years ago
strip return characters that are in the id3 tags More... about 20 years ago
fix a compiler error, bug for bigendian More... about 20 years ago
change release date for 0.10.1 More... about 20 years ago
make some usleeps longer, just to try to stave off busy waiting More... about 20 years ago
forgot note that libmad and libid3tag were upgraded More... about 20 years ago
git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... about 20 years ago
git-svn-id: https://svn.musicpd.org/mpc/trunk@212 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... about 20 years ago
git-svn-id: https://svn.musicpd.org/mpc/trunk@211 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... about 20 years ago
git-svn-id: https://svn.musicpd.org/mpd/trunk@210 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... about 20 years ago
make a set of nested if statements less ambigous More... about 20 years ago
bump versiom number up More... about 20 years ago
make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio More... about 20 years ago
fix crossfading issue with ogg problem was, ov_read doesn't always fill to CHUNK_SIZE and we were moving chunk on every ov_read, instead now we only dump the buffer when its full More... about 20 years ago