AudioPreview 0.4 released!
This post announces the release of a new version of AudioPreview: AudioPreview 0.4 !
This version introduces some more fixes and a few new features.
Note that this version is stable enough for personal uses and would probably be suitable for production uses.
If you find any bug, please refer to the bug page to see how to submit a bug report.
New features:
- Added --enable-debug (for ./configure) to allow enabling/disabling asserts,debug functions, ...
- Changed "Previewing:" into "[playing]" when printing stream info
- Added support for --max-duration (useful with --entirely)
- audiopreview --entirely --max-duration=60 --file=playlist.txt #(with playlist.txt containing, for example, internet radio streams)
Fixes:
- Now prints stream info depending on terminal column size to avoid line-wrap
- Fix characters that are not cleared when reprinting stream info
- autogen.sh: Reverted changes to previous one
- Now stores and updates terminal column-size (in ap_config) with signal SIGWINCH.
- Better printing of current stream info (use "\r").
- Fixed non-void return with void function in stream_get_elapsed_time.
Categories: Releases