Music Player Daemon Changelog

What's new in Music Player Daemon 0.16.8

Jan 23, 2013
  • update: properly skip symlinks in path that is to be updated.
  • Modify version string to post-release version 0.16.8~git mpd version 0.16.8
  • Use g_message and not g_debug when removing song
  • decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3
  • output/winmm: remove pointless NULL check
  • pcm_buffer: pcm_buffer_get() never returns NULL
  • decoder_api: check state before emitting initial seek command
  • test/read_tags: call g_thread_init()
  • test/run_decoder: initialize GThread
  • decoder/ffmpeg: read the "year" tag
  • text_input_stream: detect end-of-file
  • event_pipe, test: explicitly ignore write() return value
  • output/osx: use the fifo_buffer library instead of rolling own
  • uri: remove g_basename() call from uri_get_suffix()
  • directory: use strrchr() instead of g_basename()
  • output/jack: workaround for libjack1 crash bug
  • output/jack: check for connection failure before starting playback
  • test/test_vorbis_encoder: program to debug the vorbis encoder
  • encoder/vorbis: generate end-of-stream packet before tag
  • encoder_plugin: add state assertions
  • encoder/vorbis: generate end-of-stream packet when playback ends