News and announcements

AudioPreview 0.6 released!

Written for AudioPreview by Arnaud Soyez on 2009-12-30

Here's a really hot and new version of AudioPreview: AudioPreview 0.6 !

This version contains a few fixes and features. Upgrading is recommended.

If you find any bug, please refer to the bug page to see how to submit a bug report.

New features:

New shortcut 'R' restarts playing the current stream (see manpage for more details)
New shortcut 'P' plays the previous stream in the queue list
Now shows [paused] when stream is paused, instead of [playing]
Capital letter equivalents are now accepted for shortcuts
Fixes:

Fixed not showing stream title/duration when STDERR is a file.
Fixed "g_set_prgname" multiple-call warning
Lots of code clean-up

Read more

AudioPreview 0.5 released!

Written for AudioPreview by Arnaud Soyez on 2009-08-20

Here we go for a new version of AudioPreview: AudioPreview 0.5 !

This version contains bugfixes and cool features.

Read more

AudioPreview 0.4 released!

Written for AudioPreview by Arnaud Soyez on 2009-05-19

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)
          o 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.

Read more

AudioPreview 0.3 released

Written for AudioPreview by Arnaud Soyez on 2009-03-15

This post announces the release of a new version of AudioPreview: AudioPreview 0.3 !

This version introduces some more fixes and a few new features. It 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 some keyboard shortcuts:
          o N: to play the next stream.
          o Spacebar: to pause/resume playing.
          o Q: to quit.
    * Better duration checks and better keeping track of current stream.
    * Added support for simple playlists (new-line separated list of files):
          o audiopreview –file files-to-preview.txt
          o or even: audiopreview –entirely –shuffle –file <(find ~/Music/ -name ’*.mp3’)

Fixes:

    * Fixed Segmentation faults with very very long args
    * Fixed a few memory leaks that were left over.
    * Fixed warnings are now sent to STDERR instead of STDOUT.
    * Fixed possible race condition.
    * Fixed a minor packaging related issue about potfiles.in.

Features from previous versions:

    * Preview hundreds of media files without any freeze/lag:
          o audiopreview *.*
    * You can set the playing duration:
          o audiopreview –duration 65 yourfile.ogg anotherfile.mp3
    * Change the position from where to start playin (see the man page in tarball):
          o audiopreview –position 1 somefiles.* # to preview a few seconds in the middle of each file
    * You can preview anything (using Gstreamer plugins):
          o audio files (mp3, ogg, rm, flac, …)
          o video files (avi, mpg, vorbis, mkv, …)
          o internet streams, etc… !
                + audiopreview video.avi http://coolradio:port/ coolfile.ogg
    * For videos, you can even watch them!
          o You can disable this behaviour by using the -a option: audiopreview -a video.avi
    * Shows the current song for streams and audio files (if available)
    * Shows the current elapsed time and total time (if available)
    * Use it as a normal media player (play till the file’s end)
          o audiopreview –entirely file.ogg
          o audiopreview -e http://radio:port/
    * –volume option, to change the initial output volume.
          o audiopreview –volume 85 *.mp3
    * –shuffle option to shuffle the playlist before playing 1st stream.
          o audiopreview –shuffle *.*
          o audiopreview -S -e *.* (to play all your files entirely!)

Read more

AudioPreview 0.2 released

Written for AudioPreview by Arnaud Soyez on 2009-02-14

Release of the second version of AudioPreview: AudioPreview 0.2

This version is a proper and well tested version. If you see any bug, please refer to the bug page to see how to submit a bug report (the ‘bug’ page will be added soon).

New features:

    * Added –volume option, to change the initial output volume.
          o audiopreview -V 85 *.mp3
    * Added option –entirely to play each stream entirely.
          o audiopreview -e http://radio/
    * Added –shuffle option to shuffle the playlist before playing 1st stream.
          o audiopreview -S *.*
          o audiopreview -S -e *.* (to play all your files entirely!)

Fixes:

    * “loading file…” is now shown only in verbose mode. It was obstrusive.
    * Fixed segmentation fault and added warnings when stream is not found.
    * Fixed and improved a bit the documentation.

Features from previous versions:

    * Preview hundreds of media files without any freeze/lag:
          o audiopreview *.*
    * You can set the playing duration:
          o audiopreview -d 65 yourfile.ogg anotherfile.mp3
    * Change the position from where to start playin:
          o audiopreview -p 1 somefiles.* to preview a part in the middle of each file
    * You can preview anything (using Gstreamer plugins):
          o audio files (mp3, ogg, rm, flac, …)
          o video files (avi, mpg, vorbis, mkv, …)
          o internet streams, etc… !
                + audiopreview video.avi http://coolradio:port/ coolfile.ogg
    * For videos, you can even watch them!
          o You can disable this behaviour by using the -a option: audiopreview -a video.avi
    * Shows the current song for streams and audio files (if available)
    * Shows the current elapsed time and total time (if available)
    * Use it as a normal media player (play till the file’s end)
          o audiopreview -e file.ogg
          o audiopreview -e http://radio:port/

Read more

15 of 6 results

Announcements